mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01: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:
parent
9ec6c1eb4f
commit
5ece1d7388
@ -1,3 +1,9 @@
|
||||
2005-05-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/glib-genmarshal.1:
|
||||
* gobject/glib-genmarshal.xml: Mention 64bit integer
|
||||
types.
|
||||
|
||||
2005-05-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/markup.sgml: Fix sloppy language, pointed out by
|
||||
|
@ -131,6 +131,14 @@ for signed long integer types (glong)
|
||||
\fIULONG\fR
|
||||
for unsigned long integer types (gulong)
|
||||
|
||||
.TP
|
||||
\fIINT64\fR
|
||||
for signed 64bit integer types (gint64)
|
||||
|
||||
.TP
|
||||
\fIUINT64\fR
|
||||
for unsigned 64bit integer types (guint64)
|
||||
|
||||
.TP
|
||||
\fIENUM\fR
|
||||
for enumeration types (gint)
|
||||
|
@ -185,6 +185,20 @@ for unsigned long integer types (gulong)
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><replaceable>INT64</replaceable></term>
|
||||
<listitem><para>
|
||||
for signed 64bit integer types (gint64)
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><replaceable>UINT64</replaceable></term>
|
||||
<listitem><para>
|
||||
for unsigned 64bit integer types (guint64)
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><replaceable>ENUM</replaceable></term>
|
||||
<listitem><para>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user