svn path=/trunk/; revision=5674
This commit is contained in:
Matthias Clasen
2007-08-04 03:03:02 +00:00
parent 35247b9711
commit 0b434a3cbd
96 changed files with 2797 additions and 2570 deletions

View File

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

View File

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

View File

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

View File

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

View File

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