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

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