diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2010-06-08 15:42:10 +0200 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2010-06-08 15:42:10 +0200 |
commit | 6355258159a0e253fdea52e6d42362569fdee476 (patch) | |
tree | 8ba0244108d2465a14a29485a7ecb657a1a97169 /gir | |
parent | 0015093292fe5f2813aacb07437f6b41df9d708b (diff) |
Annotate GVariant as a foreign struct
Diffstat (limited to 'gir')
-rw-r--r-- | gir/glib-2.0.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 91f22bc..a0184af 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -188,6 +188,11 @@ * @length: (out): */ +/** + * GVariant: (foreign) + * + */ + // Skip this as "tm" is not available at present. /** |