diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-02 22:04:13 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-02 22:04:13 +0000 |
commit | ddbe0effd12395ea84fb96b2936cdfdd37cd4cad (patch) | |
tree | 559cb804d057f12ef5e2736745944e0375b20d17 /docs/reference/gobject/tmpl/signals.sgml | |
parent | 3ac24d98853cf80ebd112f761478e5bb8e53dbe7 (diff) |
=== Released 2.1.3 ===GLIB_2_1_3
Mon Dec 2 16:34:13 2002 Owen Taylor <otaylor@redhat.com>
* === Released 2.1.3 ===
* NEWS: Updated.
[ Unmerged change from stable from May 16 ]
* autogen.sh: Remove check for GNU gettext, since it
was causing problems for Solaris CVS builds.
(#81885, Hidetoshi Tajima.)
Diffstat (limited to 'docs/reference/gobject/tmpl/signals.sgml')
-rw-r--r-- | docs/reference/gobject/tmpl/signals.sgml | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/docs/reference/gobject/tmpl/signals.sgml b/docs/reference/gobject/tmpl/signals.sgml index 9dd9135a7..526a5822d 100644 --- a/docs/reference/gobject/tmpl/signals.sgml +++ b/docs/reference/gobject/tmpl/signals.sgml @@ -163,8 +163,8 @@ g_signal_handlers_unblock_matched() and g_signal_handlers_disconnect_matched() match signals by. </para> -@G_SIGNAL_MATCH_ID: The signal id must be equal. -@G_SIGNAL_MATCH_DETAIL: The signal detail be equal. +@G_SIGNAL_MATCH_ID: The signal id must be equal. +@G_SIGNAL_MATCH_DETAIL: The signal detail be equal. @G_SIGNAL_MATCH_CLOSURE: The closure must be the same. @G_SIGNAL_MATCH_FUNC: The C closure callback must be the same. @G_SIGNAL_MATCH_DATA: The closure data must be the same. @@ -216,6 +216,7 @@ of g_signal_new(). </informalexample> + <!-- ##### MACRO G_SIGNAL_MATCH_MASK ##### --> <para> @@ -369,13 +370,13 @@ Connects a #GCallback function to a signal for a particular object. </para> <para> The handler will be called before the default handler of the signal. -</para> +</para> @instance: the instance to connect to. @detailed_signal: a string of the form "signal-name::detail". @c_handler: the #GCallback to connect. -@data: data to pass to @c_handler calls. -@Returns: the handler id +@data: data to pass to @c_handler calls. +@Returns: the handler id <!-- ##### MACRO g_signal_connect_after ##### --> @@ -384,13 +385,13 @@ Connects a #GCallback function to a signal for a particular object. </para> <para> The handler will be called after the default handler of the signal. -</para> +</para> @instance: the instance to connect to. @detailed_signal: a string of the form "signal-name::detail". @c_handler: the #GCallback to connect. -@data: data to pass to @c_handler calls. -@Returns: the handler id +@data: data to pass to @c_handler calls. +@Returns: the handler id <!-- ##### MACRO g_signal_connect_swapped ##### --> @@ -405,8 +406,8 @@ calling the handler. @instance: the instance to connect to. @detailed_signal: a string of the form "signal-name::detail". @c_handler: the #GCallback to connect. -@data: data to pass to @c_handler calls. -@Returns: the handler id +@data: data to pass to @c_handler calls. +@Returns: the handler id <!-- ##### FUNCTION g_signal_connect_object ##### --> @@ -567,17 +568,18 @@ connection. Blocks all handlers on an instance that match @func and @data. </para> -@instance: The instance to block handlers from. +@instance: The instance to block handlers from. @func: The C closure callback of the handlers (useless for non-C closures). @data: The closure data of the handlers' closures. @Returns: The number of handlers that got blocked. + <!-- ##### MACRO g_signal_handlers_unblock_by_func ##### --> <para> Unblocks all handlers on an instance that match @func and @data. </para> -@instance: The instance to unblock handlers from. +@instance: The instance to unblock handlers from. @func: The C closure callback of the handlers (useless for non-C closures). @data: The closure data of the handlers' closures. @Returns: The number of handlers that got unblocked. @@ -588,13 +590,12 @@ Unblocks all handlers on an instance that match @func and @data. Disconnects all handlers on an instance that match @func and @data. </para> -@instance: The instance to remove handlers from. +@instance: The instance to remove handlers from. @func: The C closure callback of the handlers (useless for non-C closures). @data: The closure data of the handlers' closures. @Returns: The number of handlers that got disconnected. - <!-- ##### FUNCTION g_signal_has_handler_pending ##### --> <para> @@ -651,11 +652,13 @@ Disconnects all handlers on an instance that match @func and @data. </para> @signal_id: -@detail: +@quark: @hook_func: @hook_data: @data_destroy: @Returns: +<!-- # Unused Parameters # --> +@detail: <!-- ##### FUNCTION g_signal_remove_emission_hook ##### --> |