summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-05-25 14:02:17 -0300
committerJohan Dahlin <johan@gnome.org>2010-05-25 14:02:17 -0300
commitf18a979634d427615f08995290c3a9d3aa50d12e (patch)
treecb708a3663ccf50cf011611bea7713f53e67227d
parenta92fa4f084ce4148404ac86e5e76074e961d7225 (diff)
downloadgobject-introspection-f18a979634d427615f08995290c3a9d3aa50d12e.tar.gz
[glib] Skip g_date_to_struct_tm as skip
-rw-r--r--gir/glib-2.0.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 8b60d935..91f22bc1 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -187,3 +187,9 @@
* @list: (array zero-terminated=1 length=length) (element-type utf8):
* @length: (out):
*/
+
+// Skip this as "tm" is not available at present.
+
+/**
+ * g_date_to_struct_tm: (skip)
+ */