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

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

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>

View File

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

View File

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