diff options
author | Bill Haneman <billh@src.gnome.org> | 2005-11-16 15:37:08 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2005-11-16 15:37:08 +0000 |
commit | 43ccc848ace2a984274b6de0ae0ea2fa5dffc3fa (patch) | |
tree | 3d81f4b8685c5a190465d15df066b8374ea84261 /docs | |
parent | 3bb2b3e41185159bbd29b418bdaaa501b6977768 (diff) | |
download | atk-43ccc848ace2a984274b6de0ae0ea2fa5dffc3fa.tar.gz |
Added small docs patch from Bill Abt.;
supplements AtkUtil sgml page, and moves return code
exception/range info to "Returns" block.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/atkutil.sgml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/tmpl/atkutil.sgml b/docs/tmpl/atkutil.sgml index dddb115..c715f41 100644 --- a/docs/tmpl/atkutil.sgml +++ b/docs/tmpl/atkutil.sgml @@ -17,6 +17,9 @@ same thread. The file also contains a number of utility functions. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT AtkUtil ##### --> <para> The AtkObject structure should not be accessed directly. @@ -72,7 +75,7 @@ such as receiving focus, occurs. The parameter of the AtkEventListener is the AtkObject on which the event occurred. </para> -@Param1: +@Param1: an #AtkObject <!-- ##### USER_FUNCTION AtkEventListenerInit ##### --> @@ -130,9 +133,9 @@ The AtkKeyEventStruct describes a keyboard event. An AtkKeySnoopFunc is a function which is called when a keyboard event occurs. </para> -@event: -@func_data: -@Returns: +@event: keyboard event +@func_data: a data gpointer for the function +@Returns: return code <!-- ##### FUNCTION atk_add_key_event_listener ##### --> |