[next] telepathy-glib: Documentation: finish documenting TpSvcInterfaceInfo

Simon McVittie smcv at kemper.freedesktop.org
Thu Mar 27 08:42:06 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 3324992255b68997c646164f7286f32500d039a9
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=3324992255b68997c646164f7286f32500d039a9

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Mar 18 17:54:29 2014 +0000

Documentation: finish documenting TpSvcInterfaceInfo

---

 telepathy-glib/core-svc-interface.c |    6 +++---
 telepathy-glib/core-svc-interface.h |    5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/telepathy-glib/core-svc-interface.c b/telepathy-glib/core-svc-interface.c
index ec9820a..b440c14 100644
--- a/telepathy-glib/core-svc-interface.c
+++ b/telepathy-glib/core-svc-interface.c
@@ -81,9 +81,9 @@ tp_svc_interface_peek_dbus_interface_info (GType g_interface)
  * tp_svc_interface_set_dbus_interface_info: (skip)
  * @g_interface: The #GType of a service interface
  * @info: struct encapsulating the #GDBusInterfaceInfo, the #GDBusVTable
- *  and the GLib signal names corresponding to D-Bus signals
- * @vtable: the vtable, whose methods must expect the object
- *  implementing @g_interface as their user-data
+ *  and the GLib signal names corresponding to D-Bus signals.
+ *  The #GDBusVTable methods must expect the object
+ *  implementing @g_interface as their user-data.
  *
  * Declare that @g_interface implements the given D-Bus interface, with the
  * given vtable. This may only be called once per GInterface, usually from
diff --git a/telepathy-glib/core-svc-interface.h b/telepathy-glib/core-svc-interface.h
index dd5d793..1ce3113 100644
--- a/telepathy-glib/core-svc-interface.h
+++ b/telepathy-glib/core-svc-interface.h
@@ -36,14 +36,15 @@ struct _TpSvcInterfaceInfo {
     GDBusInterfaceInfo *interface_info;
     GDBusInterfaceVTable *vtable;
     gchar **signals;
+    /*<private>*/
     gpointer _reserved[8];
 };
 
-void tp_svc_interface_set_dbus_interface_info (GType type,
+void tp_svc_interface_set_dbus_interface_info (GType g_interface,
     const TpSvcInterfaceInfo *info);
 
 const TpSvcInterfaceInfo *tp_svc_interface_peek_dbus_interface_info (
-    GType type);
+    GType g_interface);
 
 G_END_DECLS
 



More information about the telepathy-commits mailing list