diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-28 17:46:50 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-28 17:46:50 +0000 |
commit | 8d06c0ce50eb08ba3528eb9d1e9d330be622ea89 (patch) | |
tree | 78291e53ee16afe4397e21994c44713a88c4ea4f /telepathy-glib/proxy.h | |
parent | 13c48e9b5bd3ff168af582024e55c67677c11fa3 (diff) | |
download | telepathy-glib-8d06c0ce50eb08ba3528eb9d1e9d330be622ea89.tar.gz |
TpProxy: put various structures in gtkdoc
20071128174650-53eee-a3442ba82d6c2e8df8bf88a1e9174bce7b8111ea.gz
Diffstat (limited to 'telepathy-glib/proxy.h')
-rw-r--r-- | telepathy-glib/proxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/proxy.h b/telepathy-glib/proxy.h index 54bf1dec0..19ae7f0fa 100644 --- a/telepathy-glib/proxy.h +++ b/telepathy-glib/proxy.h @@ -34,6 +34,7 @@ typedef struct _TpProxyPrivate TpProxyPrivate; typedef struct _TpProxy TpProxy; struct _TpProxy { + /*<public>*/ GObject parent; TpDBusDaemon *dbus_daemon; @@ -47,6 +48,7 @@ struct _TpProxy { typedef struct _TpProxyClass TpProxyClass; struct _TpProxyClass { + /*<public>*/ GObjectClass parent_class; GQuark interface; @@ -61,6 +63,7 @@ struct _TpProxyClass { typedef struct _TpProxyPendingCall TpProxyPendingCall; struct _TpProxyPendingCall { + /*<public>*/ TpProxy *proxy; GQuark interface; gchar *member; @@ -83,6 +86,7 @@ void tp_proxy_pending_call_cancel (const TpProxyPendingCall *self); typedef struct _TpProxySignalConnection TpProxySignalConnection; struct _TpProxySignalConnection { + /*<public>*/ TpProxy *proxy; GQuark interface; gchar *member; |