mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Mention 64bit integer types.
2005-05-13 Matthias Clasen <mclasen@redhat.com> * gobject/glib-genmarshal.1: * gobject/glib-genmarshal.xml: Mention 64bit integer types.
This commit is contained in:
committed by
Matthias Clasen
parent
9ec6c1eb4f
commit
5ece1d7388
@@ -1,3 +1,7 @@
|
||||
2005-05-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib-genmarshal.1: Mention 64bit integer types.
|
||||
|
||||
2005-05-05 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gobject.[ch] gobject.symbols: Add
|
||||
|
@@ -104,6 +104,12 @@ for signed long integer types (glong)
|
||||
\fIULONG
|
||||
for unsigned long integer types (gulong)
|
||||
.TP 12
|
||||
\fIINT64
|
||||
for signed 64bit integer types (gint64)
|
||||
.TP 12
|
||||
\fIUINT64
|
||||
for unsigned 64bit integer types (guint64)
|
||||
.TP 12
|
||||
\fIENUM
|
||||
for enumeration types (gint)
|
||||
.TP 12
|
||||
|
Reference in New Issue
Block a user