[Telepathy-commits] [telepathy-glib/master] ExportableChannel: move gtkdoc to .c

Will Thompson will.thompson at collabora.co.uk
Wed Sep 17 08:35:09 PDT 2008


---
 telepathy-glib/exportable-channel.c |   21 +++++++++++++++++++++
 telepathy-glib/exportable-channel.h |   19 -------------------
 2 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/telepathy-glib/exportable-channel.c b/telepathy-glib/exportable-channel.c
index c189662..d45c4c5 100644
--- a/telepathy-glib/exportable-channel.c
+++ b/telepathy-glib/exportable-channel.c
@@ -31,6 +31,27 @@
  * returned and managed channel objects.
  */
 
+/**
+ * TpExportableChannel:
+ *
+ * Opaque typedef representing a channel with several standard properties.
+ */
+
+/**
+ * TpExportableChannelFunc:
+ * @channel: An object implementing the exportable channel interface
+ * @user_data: Arbitrary user-supplied data
+ *
+ * A callback for functions which act on exportable channels.
+ */
+
+/**
+ * TpExportableChannelIface:
+ * @parent: The parent interface
+ *
+ * The interface for #TpExportableChannel objects.
+ */
+
 #include "config.h"
 #include "exportable-channel.h"
 
diff --git a/telepathy-glib/exportable-channel.h b/telepathy-glib/exportable-channel.h
index 194aec4..2e83a7d 100644
--- a/telepathy-glib/exportable-channel.h
+++ b/telepathy-glib/exportable-channel.h
@@ -40,32 +40,13 @@ G_BEGIN_DECLS
   (G_TYPE_INSTANCE_GET_INTERFACE ((obj), \
   TP_TYPE_EXPORTABLE_CHANNEL, TpExportableChannelIface))
 
-/**
- * TpExportableChannel:
- *
- * Opaque typedef representing a channel with several standard properties.
- */
 typedef struct _TpExportableChannel TpExportableChannel;
-
 typedef struct _TpExportableChannelIface TpExportableChannelIface;
 
 
-/**
- * TpExportableChannelFunc:
- * @channel: An object implementing the exportable channel interface
- * @user_data: Arbitrary user-supplied data
- *
- * A callback for functions which act on exportable channels.
- */
 typedef void (*TpExportableChannelFunc) (TpExportableChannel *channel,
     gpointer user_data);
 
-/**
- * TpExportableChannelIface:
- * @parent: The parent interface
- *
- * The interface for #TpExportableChannel objects.
- */
 struct _TpExportableChannelIface {
     GTypeInterface parent;
 };
-- 
1.5.6.5




More information about the Telepathy-commits mailing list