summaryrefslogtreecommitdiffstats
path: root/tests/libtestgi.h
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-11-24 15:52:47 +0100
committerTomeu Vizoso <tomeu@sugarlabs.org>2009-11-24 15:52:54 +0100
commitfc3dca018e85aee34ade79d104ebd8cdd1dd5968 (patch)
tree0da699542761d6861787d474831455db50f140b1 /tests/libtestgi.h
parent33081c29a1c2fdec2b8bfe17ae0a72b8db7a8d84 (diff)
downloadpygi-fc3dca018e85aee34ade79d104ebd8cdd1dd5968.tar.gz
pygi-fc3dca018e85aee34ade79d104ebd8cdd1dd5968.tar.xz
pygi-fc3dca018e85aee34ade79d104ebd8cdd1dd5968.zip
Accept 0 as a valid value for flag and enum arguments
https://bugzilla.gnome.org/show_bug.cgi?id=602638
Diffstat (limited to 'tests/libtestgi.h')
-rw-r--r--tests/libtestgi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtestgi.h b/tests/libtestgi.h
index 538f139..685dcff 100644
--- a/tests/libtestgi.h
+++ b/tests/libtestgi.h
@@ -489,6 +489,7 @@ GType test_gi_flags_get_type (void) G_GNUC_CONST;
TestGIFlags test_gi_flags_return (void);
void test_gi_flags_in (TestGIFlags flags_);
+void test_gi_flags_in_zero (TestGIFlags flags);
void test_gi_flags_in_ptr (TestGIFlags *flags_);
void test_gi_flags_out (TestGIFlags *flags_);