diff options
author | Johan Dahlin <johan@gnome.org> | 2010-05-25 14:02:17 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-05-25 14:02:17 -0300 |
commit | f18a979634d427615f08995290c3a9d3aa50d12e (patch) | |
tree | cb708a3663ccf50cf011611bea7713f53e67227d /gir/glib-2.0.c | |
parent | a92fa4f084ce4148404ac86e5e76074e961d7225 (diff) | |
download | gobject-introspection-f18a979634d427615f08995290c3a9d3aa50d12e.tar.gz |
[glib] Skip g_date_to_struct_tm as skip
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 6 |
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) + */ |