Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/everything/everything.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/everything/everything.h')
-rw-r--r--tests/everything/everything.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/everything/everything.h b/tests/everything/everything.h
index 2474566..df054ff 100644
--- a/tests/everything/everything.h
+++ b/tests/everything/everything.h
@@ -201,6 +201,7 @@ struct _TestObjClass
int (*matrix) (TestObj *obj, const char *somestr);
guint test_signal;
+ guint test_signal_with_static_scope_arg;
};
GType test_obj_get_type (void);