summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-example-export.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/tests/gdbus-example-export.c')
-rw-r--r--gio/tests/gdbus-example-export.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/tests/gdbus-example-export.c b/gio/tests/gdbus-example-export.c
index f712d88f0..182305068 100644
--- a/gio/tests/gdbus-example-export.c
+++ b/gio/tests/gdbus-example-export.c
@@ -225,7 +225,8 @@ static const GDBusInterfaceVTable interface_vtable =
{
handle_method_call,
handle_get_property,
- handle_set_property
+ handle_set_property,
+ { 0 }
};
static void