mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 19:07:52 +02:00
2.14.0
svn path=/trunk/; revision=5674
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.14.0 ===
|
||||
|
||||
2007-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib-sections.txt: Additions
|
||||
|
@@ -354,9 +354,10 @@ if (G_LIKELY (random () != 1))
|
||||
g_print ("not one");
|
||||
</programlisting></informalexample>
|
||||
|
||||
@expr: the expression
|
||||
@Returns: the value of @expr
|
||||
@Since: 2.2
|
||||
<!-- # Unused Parameters # -->
|
||||
@expr: the expression
|
||||
|
||||
|
||||
<!-- ##### MACRO G_UNLIKELY ##### -->
|
||||
|
@@ -729,6 +729,9 @@ you would use %G_IO_IN | %G_IO_HUP | %G_IO_ERR, and for writing you would use
|
||||
|
||||
</para>
|
||||
|
||||
@fd:
|
||||
@fd:
|
||||
@events:
|
||||
@revents:
|
||||
|
||||
<!-- ##### STRUCT GSource ##### -->
|
||||
|
@@ -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>
|
||||
|
@@ -149,6 +149,8 @@ can be configured.
|
||||
parameter is guaranteed to remain valid and
|
||||
unmodified for the lifetime of the parameter.
|
||||
Since 2.8
|
||||
@G_PARAM_PRIVATE:
|
||||
@G_PARAM_STATIC_NICK:
|
||||
@G_PARAM_STATIC_BLURB: the string used as blurb when constructing the
|
||||
parameter is guaranteed to remain valid and
|
||||
unmodified for the lifetime of the parameter.
|
||||
|
Reference in New Issue
Block a user