Define G_GUINT64_CONSTANT in analogy to G_GINT64_CONSTANT. (#322568,

2005-12-02  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Define G_GUINT64_CONSTANT in analogy to
	G_GINT64_CONSTANT.  (#322568, Andrew Paprocki)
This commit is contained in:
Matthias Clasen
2005-12-02 21:25:45 +00:00
committed by Matthias Clasen
parent ec2155a896
commit 7ddcde62c0
5 changed files with 26 additions and 1 deletions

View File

@ -194,6 +194,17 @@ This macro is used to insert 64-bit integer literals into the source code.
@val: a literal integer value, e.g. 0x1d636b02300a7aa7U.
<!-- ##### MACRO G_GUINT64_CONSTANT ##### -->
<para>
This macro is used to insert 64-bit unsigned integer literals into the
source code.
</para>
@val: a literal integer value, e.g. 0x1d636b02300a7aa7U.
@Since: 2.10
<!-- ##### TYPEDEF gfloat ##### -->
<para>
Corresponds to the standard C <type>float</type> type.