mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
Add an example of exporting a GObject
This is more manual work than dbus-glib.
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user