Add an example of exporting a GObject

This is more manual work than dbus-glib.
This commit is contained in:
Matthias Clasen
2010-05-13 00:39:26 -04:00
parent ea1e0496b0
commit 9a065edf6f
3 changed files with 337 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ SAMPLE_PROGS = \
httpd \
send-data \
filter-cat \
gdbus-example-export \
gdbus-example-own-name \
gdbus-example-watch-name \
gdbus-example-watch-proxy \
@@ -234,6 +235,9 @@ gdbus_example_peer_LDADD = $(progs_ldadd)
gdbus_example_proxy_subclass_SOURCES = gdbus-example-proxy-subclass.c
gdbus_example_proxy_subclass_LDADD = $(progs_ldadd)
gdbus_example_export_SOURCES = gdbus-example-export.c
gdbus_example_export_LDADD = $(progs_ldadd)
EXTRA_DIST += \
socket-common.c \
org.gtk.test.gschema \