summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-04-24 10:48:15 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-04-24 10:48:15 -0400
commitf2a01fa1016eddb6396948d74af185b162dc3bb0 (patch)
tree0d938c03687be29a8e1b3e2ea93ea67398d235f5 /docs
parent4397e803c1f43cf5fc25c4500747b4f1fecd73f0 (diff)
Provide boxed types for introspection data structures
Use this so g_dbus_proxy_set_expected_interface() is just a C setter for a new :g-interface-info GObject property. Also rename the setter to g_proxy_set_interface_info() and provide a C getter with a similar name.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gdbus/gdbus-standalone-sections.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/reference/gdbus/gdbus-standalone-sections.txt b/docs/reference/gdbus/gdbus-standalone-sections.txt
index e53f8f3..5c418f9 100644
--- a/docs/reference/gdbus/gdbus-standalone-sections.txt
+++ b/docs/reference/gdbus/gdbus-standalone-sections.txt
@@ -222,6 +222,8 @@ g_dbus_proxy_get_default_timeout
g_dbus_proxy_set_default_timeout
g_dbus_proxy_get_cached_property_names
g_dbus_proxy_get_cached_property
+g_dbus_proxy_set_interface_info
+g_dbus_proxy_get_interface_info
g_dbus_proxy_invoke_method
g_dbus_proxy_invoke_method_finish
g_dbus_proxy_invoke_method_sync
@@ -254,5 +256,12 @@ g_dbus_node_info_new_for_xml
g_dbus_node_info_lookup_interface
g_dbus_node_info_free
g_dbus_node_info_generate_xml
+G_TYPE_DBUS_NODE_INFO
+G_TYPE_DBUS_INTERFACE_INFO
+G_TYPE_DBUS_METHOD_INFO
+G_TYPE_DBUS_SIGNAL_INFO
+G_TYPE_DBUS_PROPERTY_INFO
+G_TYPE_DBUS_ARG_INFO
+G_TYPE_DBUS_ANNOTATION_INFO
</SECTION>