[Telepathy-commits] [telepathy-glib/master] tp_mixin_instance_get_offset, tp_mixin_class_get_offset: fix gtkdoc

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Dec 1 03:13:58 PST 2008


---
 telepathy-glib/util.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index 05cf474..f05963a 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -222,6 +222,8 @@ tp_mixin_offset_cast (gpointer instance, guint offset)
  * this indicates a programming error and results are undefined.
  *
  * This is used to implement the telepathy-glib mixin classes.
+ *
+ * Returns: the offset of the mixin
  */
 guint
 tp_mixin_instance_get_offset (gpointer instance,
@@ -253,6 +255,8 @@ tp_mixin_instance_get_offset (gpointer instance,
  * this indicates a programming error and results are undefined.
  *
  * This is used to implement the telepathy-glib mixin classes.
+ *
+ * Returns: the offset of the mixin class
  */
 guint
 tp_mixin_class_get_offset (gpointer klass,
-- 
1.5.6.5




More information about the Telepathy-commits mailing list