mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-13 14:00:57 +02:00
2.6.1
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2005-01-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.6.1 ===
|
||||
|
||||
2005-01-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/keyfile.sgml: Add hint about group name
|
||||
|
@ -85,7 +85,6 @@ Key files allow only comments before the first group.
|
||||
<listitem><para>
|
||||
Key files are always encoded in UTF-8.
|
||||
</para></listitem>
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Key and Group names are case-sensitive, for example a group called
|
||||
<literal>[GROUP]</literal> is a different group from <literal>[group]</literal>.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user