mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Add a boxed type for GDate. (#301787, Tim-Philipp Müller)
2005-04-29 Matthias Clasen <mclasen@redhat.com> * gobject.symbols: * gboxed.h (G_TYPE_DATE): * gboxed.c: Add a boxed type for GDate. (#301787, Tim-Philipp Müller)
This commit is contained in:
committed by
Matthias Clasen
parent
98b40e24de
commit
a82bcb3107
@@ -1,3 +1,8 @@
|
||||
2005-04-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/tmpl/gboxed.sgml:
|
||||
* gobject/gobject-sections.txt: Add G_TYPE_DATE.
|
||||
|
||||
2005-04-23 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gobject/tut_gtype.xml:
|
||||
|
@@ -309,6 +309,7 @@ g_boxed_type_register_static
|
||||
g_pointer_type_register_static
|
||||
|
||||
<SUBSECTION>
|
||||
G_TYPE_DATE
|
||||
G_TYPE_GSTRING
|
||||
G_TYPE_STRV
|
||||
GStrv
|
||||
|
@@ -75,6 +75,13 @@ pointer type with name @name.
|
||||
@Returns: a new %G_TYPE_POINTER derived type id for @name.
|
||||
|
||||
|
||||
<!-- ##### MACRO G_TYPE_DATE ##### -->
|
||||
<para>
|
||||
The #GType for #GDate.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO G_TYPE_GSTRING ##### -->
|
||||
<para>
|
||||
The #GType for #GString.
|
||||
|
Reference in New Issue
Block a user