Author: allison
Date: Thu Dec 13 04:52:30 2007
New Revision: 23844

Modified:
   trunk/docs/pdds/pdd24_events.pod

Log:
[events] Add way to retrieve the type value of an event handler.


Modified: trunk/docs/pdds/pdd24_events.pod
==============================================================================
--- trunk/docs/pdds/pdd24_events.pod    (original)
+++ trunk/docs/pdds/pdd24_events.pod    Thu Dec 13 04:52:30 2007
@@ -206,13 +206,19 @@
 a hash object containing arguments for the code object, type, priority
 threshold, and interpreter object for the handler.
 
-=item set_string
+=item set_string_native
 
-    void set_string(STRING *)
+    void set_string_native(STRING *)
 
 Set the type of event this handler responds to. {{NOTE: These basic attribute
 setting operations could be set_attr_str and get_attr_str instead.}}
 
+=item get_string
+
+    STRING* get_string()
+
+Retrieve the type of event this handler responds to.
+
 =item set_integer_native
 
     set_integer_native(INTVAL)

Reply via email to