[Pkg-telepathy-commits] [telepathy-glib-1] 39/212: Documentation: finish documenting TpSvcInterfaceInfo

Simon McVittie smcv at debian.org
Wed May 14 12:08:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-glib-1.

commit 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib-1.git



More information about the Pkg-telepathy-commits mailing list