summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-example-export.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-29 10:35:26 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-29 10:35:26 +0900
commit5ae663c280fa741754b78a4d442c1b5a33e502de (patch)
tree1ed23b28f45a28cd112bffd1a81b713c369b927e /gio/tests/gdbus-example-export.c
parent8f331da86bcb848ebee6f930317fdb1553c56851 (diff)
downloadglib-5ae663c280fa741754b78a4d442c1b5a33e502de.tar.gz
glib-5ae663c280fa741754b78a4d442c1b5a33e502de.tar.bz2
glib-5ae663c280fa741754b78a4d442c1b5a33e502de.zip
Imported Upstream version 2.69.0upstream/2.69.0
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