From: Alan Knowles Date: Mon, 5 Apr 2010 04:35:35 +0000 (+0800) Subject: [TYPES PARSING] glib-2.0.c - flag g_date_to_struct_tm as skip X-Git-Url: http://git.roojs.org/?p=gnome.gobject-introspection;a=commitdiff_plain;h=0875deba1b29ddc1d90077a912ecff43b5ccfd98 [TYPES PARSING] glib-2.0.c - flag g_date_to_struct_tm as skip since tm* is not available to introspection - skip exporting this function at present. --- diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 4bb3390..9adf726 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -146,3 +146,8 @@ * @bytes_read: (out): * @bytes_written: (out): */ + +/** + * g_date_to_struct_tm: (skip) + * as tm is not available at present. + */