+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
\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)
</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>
+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
\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