summaryrefslogtreecommitdiff
path: root/src/gdbusobjectproxy.c
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-09-02 14:41:06 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-09-02 14:41:06 -0400
commit433264ee58e4b96bfad709c17cd3d557aa9dfb38 (patch)
treec55dc0d87e5aa7319b32d4cc1f3498a45efc9fa1 /src/gdbusobjectproxy.c
parent72f112c00868e85eb3792c69d036ad3dda547ae5 (diff)
Sight doc cleanup
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'src/gdbusobjectproxy.c')
-rw-r--r--src/gdbusobjectproxy.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gdbusobjectproxy.c b/src/gdbusobjectproxy.c
index 16d2a36..ad9271c 100644
--- a/src/gdbusobjectproxy.c
+++ b/src/gdbusobjectproxy.c
@@ -153,6 +153,10 @@ g_dbus_object_proxy_class_init (GDBusObjectProxyClass *klass)
* @interface_proxy: The #GDBusProxy that was added.
*
* Emitted when @interface_proxy is added to @proxy.
+ *
+ * This signal is emitted in the
+ * <link linkend="g-main-context-push-thread-default">thread-default main loop</link>
+ * that the #GDBusProxyManager owning @proxy was constructed in.
*/
signals[INTERFACE_PROXY_ADDED_SIGNAL] =
g_signal_new ("interface-proxy-added",
@@ -172,6 +176,10 @@ g_dbus_object_proxy_class_init (GDBusObjectProxyClass *klass)
* @interface_proxy: The #GDBusProxy that was removed.
*
* Emitted when @interface_proxy is removed from @proxy.
+ *
+ * This signal is emitted in the
+ * <link linkend="g-main-context-push-thread-default">thread-default main loop</link>
+ * that the #GDBusProxyManager owning @proxy was constructed in.
*/
signals[INTERFACE_PROXY_REMOVED_SIGNAL] =
g_signal_new ("interface-proxy-removed",