On Thu, 31 Jul 2008 16:31:31 +0200 Martin (OPENGeoMap) wrote:
> Hi
>
>
> http://library.gnome.org/devel/glib/2.17/glib-Date-and-Time-Functions.html#GDate
>
>
>
> I have a doubt about how they are working all classes in the glib.
>
> Is it always uses
Martin (OPENGeoMap) escribió:
Hi
http://library.gnome.org/devel/glib/2.17/glib-Date-and-Time-Functions.html#GDate
I have a doubt about how they are working all classes in the glib.
Is it always uses dynamic memory for everything?
GDate*
g_date_new (void)
{
GDate *d = g_new0 (GDate, 1