summaryrefslogtreecommitdiff
path: root/tests/scanner/foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/foo.h')
-rw-r--r--tests/scanner/foo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scanner/foo.h b/tests/scanner/foo.h
index e648e609..bd502219 100644
--- a/tests/scanner/foo.h
+++ b/tests/scanner/foo.h
@@ -62,6 +62,8 @@ GType foo_interface_get_type (void) G_GNUC_CONST;
void foo_interface_do_foo (FooInterface *iface, int x);
+void foo_interface_static_method (int x);
+
struct _FooSubInterfaceIface
{
GTypeInterface parent_iface;