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

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

View File

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

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