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:
Matthias Clasen
2005-05-13 18:09:01 +00:00
committed by Matthias Clasen
parent 9ec6c1eb4f
commit 5ece1d7388
5 changed files with 38 additions and 0 deletions

View File

@@ -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)

View File

@@ -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>