mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 18:37:50 +02:00
Fix for #103710, Mark Jones:
Tue Dec 2 02:29:41 2003 Matthias Clasen <maclas@gmx.de> Fix for #103710, Mark Jones: * glib/gtypes.h (G_MAXINT64): Define G_{MIN,MAX,MAXU}INT{8,16,32,64}. * configure.in: Don't put G_{MIN,MAX,MAXU}INT64 in glibconfig.h.
This commit is contained in:
committed by
Matthias Clasen
parent
aa63f7e373
commit
04c96e8fa3
@@ -1,3 +1,8 @@
|
||||
Tue Dec 2 02:31:15 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/limits.sgml:
|
||||
* glib/glib-sections.txt: Add G_{MIN,MAX,MAXU}INT{8,16,32}.
|
||||
|
||||
Thu Nov 6 01:42:36 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/glib-sections.txt: Add an i18n section.
|
||||
|
@@ -63,6 +63,21 @@ G_MINLONG
|
||||
G_MAXLONG
|
||||
G_MAXULONG
|
||||
|
||||
<SUBSECTION>
|
||||
G_MININT8
|
||||
G_MAXINT8
|
||||
G_MAXUINT8
|
||||
|
||||
<SUBSECTION>
|
||||
G_MININT16
|
||||
G_MAXINT16
|
||||
G_MAXUINT16
|
||||
|
||||
<SUBSECTION>
|
||||
G_MININT32
|
||||
G_MAXINT32
|
||||
G_MAXUINT32
|
||||
|
||||
<SUBSECTION>
|
||||
G_MININT64
|
||||
G_MAXINT64
|
||||
|
@@ -78,6 +78,78 @@ The maximum value which can be held in a #gulong.
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MININT8 ##### -->
|
||||
<para>
|
||||
The minimum value which can be held in a #gint8.
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXINT8 ##### -->
|
||||
<para>
|
||||
The maximum value which can be held in a #gint8.
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXUINT8 ##### -->
|
||||
<para>
|
||||
The maximum value which can be held in a #guint8.
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MININT16 ##### -->
|
||||
<para>
|
||||
The minimum value which can be held in a #gint16.
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXINT16 ##### -->
|
||||
<para>
|
||||
The maximum value which can be held in a #gint16.
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXUINT16 ##### -->
|
||||
<para>
|
||||
The maximum value which can be held in a #guint16.
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MININT32 ##### -->
|
||||
<para>
|
||||
The minimum value which can be held in a #gint32.
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXINT32 ##### -->
|
||||
<para>
|
||||
The maximum value which can be held in a #gint32.
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXUINT32 ##### -->
|
||||
<para>
|
||||
The maximum value which can be held in a #guint32.
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MININT64 ##### -->
|
||||
<para>
|
||||
The minimum value which can be held in a #gint64.
|
||||
|
Reference in New Issue
Block a user