summaryrefslogtreecommitdiff
path: root/tests/scanner/foo.h
diff options
context:
space:
mode:
authorTorsten Schönfeld <kaffeetisch@gmx.de>2011-08-13 12:00:00 +0200
committerTorsten Schönfeld <kaffeetisch@gmx.de>2011-08-13 14:59:24 +0200
commitc47a10f867da52695a5c5b5bf7e0a22dddc0b085 (patch)
tree21ad6c167d702881598c6edb577f47acfd6d287b /tests/scanner/foo.h
parentd437ae4ae95bada1305c6b720bb7eb207c7122bf (diff)
downloadgobject-introspection-c47a10f867da52695a5c5b5bf7e0a22dddc0b085.tar.gz
scanner: handle static methods on all types
Instead of just handling static methods for classes, handle them for: - Records and boxed - Unions - Interfaces Based on a patch by Owen Taylor. https://bugzilla.gnome.org/show_bug.cgi?id=572408
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;