This commit is contained in:
Matthias Clasen
2005-01-07 16:58:16 +00:00
parent 117ae23f5d
commit 3d1e4844bb
80 changed files with 1956 additions and 1858 deletions

View File

@@ -547,7 +547,7 @@ used. Specify @connect_flags if you need <literal>..._after()</literal> pr
@detailed_signal: a string of the form "signal-name::detail".
@c_handler: the #GCallback to connect.
@data: data to pass to @c_handler calls.
@destroy_data: a #GDestroyNotify for @data.
@destroy_data: a #GDestroyNotify for @data.
@connect_flags: a combination of #GConnectFlags.
@Returns: the handler id
@@ -559,7 +559,7 @@ Connects a closure to a signal for a particular object.
@instance: the instance to connect to.
@detailed_signal: a string of the form "signal-name::detail".
@closure: the closure to connect.
@closure: the closure to connect.
@after: whether the handler should be called before or after the
default handler of the signal.
@Returns: the handler id