diff options
author | David Zeuthen <davidz@redhat.com> | 2011-04-25 09:29:18 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2011-04-25 09:29:18 -0400 |
commit | bbe945183be11dafc037fdf5f92cea49202b6401 (patch) | |
tree | 14295987d2dd59ca9b4cf0fa7aa3448a518611f8 /gio/gdbusobjectproxy.h | |
parent | 58eb4da5c52f0847846368b5df4583080459a798 (diff) | |
download | glib-bbe945183be11dafc037fdf5f92cea49202b6401.tar.gz |
gdbus-codegen: Generate GDBusObject{,Proxy,Skeleton} subtypes
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'gio/gdbusobjectproxy.h')
-rw-r--r-- | gio/gdbusobjectproxy.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gio/gdbusobjectproxy.h b/gio/gdbusobjectproxy.h index c8e3f30af..58aef853c 100644 --- a/gio/gdbusobjectproxy.h +++ b/gio/gdbusobjectproxy.h @@ -68,8 +68,10 @@ struct _GDBusObjectProxyClass gpointer padding[8]; }; -GType g_dbus_object_proxy_get_type (void) G_GNUC_CONST; -GDBusConnection *g_dbus_object_proxy_get_connection (GDBusObjectProxy *proxy); +GType g_dbus_object_proxy_get_type (void) G_GNUC_CONST; +GDBusObjectProxy *g_dbus_object_proxy_new (GDBusConnection *connection, + const gchar *object_path); +GDBusConnection *g_dbus_object_proxy_get_connection (GDBusObjectProxy *proxy); G_END_DECLS |