mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
2.14.2
svn path=/trunk/; revision=5786
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-10-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.14.2 ===
|
||||
|
||||
2007-10-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/tmpl/param_value_types.sgml: Add some discussion on
|
||||
|
@@ -30,7 +30,7 @@ list of hook functions.
|
||||
@hook_size: the size of the #GHookList elements, in bytes.
|
||||
@is_setup: 1 if the #GHookList has been initialized.
|
||||
@hooks: the first #GHook element in the list.
|
||||
@dummy3: unused
|
||||
@dummy3: unused
|
||||
@finalize_hook: the function to call to finalize a #GHook element. The
|
||||
default behaviour is to call the hooks <function>destroy</function> function.
|
||||
@dummy: unused
|
||||
|
@@ -179,12 +179,14 @@ Values of this type can range from -9,223,372,036,854,775,808 to
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF guint64 ##### -->
|
||||
<!-- ##### FUNCTION guint64 ##### -->
|
||||
<para>
|
||||
An unsigned integer guaranteed to be 64 bits on all platforms.
|
||||
Values of this type can range from 0 to 18,446,744,073,709,551,615.
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO G_GINT64_CONSTANT ##### -->
|
||||
<para>
|
||||
|
@@ -150,7 +150,7 @@ can be configured.
|
||||
unmodified for the lifetime of the parameter.
|
||||
Since 2.8
|
||||
@G_PARAM_PRIVATE: Old name for the %G_PARAM_STATIC_NAME flag.
|
||||
Deprecated since 2.8.
|
||||
Deprecated since 2.8.
|
||||
@G_PARAM_STATIC_NICK: the string used as nick when constructing the
|
||||
parameter is guaranteed to remain valid and
|
||||
unmodified for the lifetime of the parameter.
|
||||
|
Reference in New Issue
Block a user