mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-16 07:03:34 +02:00
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:
committed by
Matthias Clasen
parent
ec2155a896
commit
7ddcde62c0
@ -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.
|
||||
|
Reference in New Issue
Block a user