=== Released 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.)
This commit is contained in:
Owen Taylor
2002-12-02 22:04:13 +00:00
committed by Owen Taylor
parent 3ac24d9885
commit ddbe0effd1
46 changed files with 2693 additions and 2193 deletions

View File

@@ -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 ##### -->