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:
Matthias Clasen
2005-04-29 18:33:41 +00:00
committed by Matthias Clasen
parent 98b40e24de
commit a82bcb3107
7 changed files with 43 additions and 0 deletions

View File

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

View File

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

View File

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