[Telepathy-commits] [telepathy-glib/master] telepathy-glib.types: produce gtkdoc for GInterfaces

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Sep 24 09:52:59 PDT 2008


Temporarily bump gtkdoc dependency to 1.10 since that's the only version
I've tested with. We might need to work around gtkdoc 1.7 later though,
because Maemo.
---
 configure.ac                        |    2 +-
 docs/reference/telepathy-glib.types |   52 +++++++++++++++++++++++++++++++---
 2 files changed, 48 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index e963f3c..05a5112 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AM_PROG_MKDIR_P
 # pkg-config 0.21 adds CFLAGS from Requires.private, which we need
 PKG_PROG_PKG_CONFIG([0.21])
 
-GTK_DOC_CHECK([1.5])
+GTK_DOC_CHECK([1.10])
 
 LT_CURRENT=tp_glib_lt_current
 LT_REVISION=tp_glib_lt_revision
diff --git a/docs/reference/telepathy-glib.types b/docs/reference/telepathy-glib.types
index 74297b6..a1f97d5 100644
--- a/docs/reference/telepathy-glib.types
+++ b/docs/reference/telepathy-glib.types
@@ -1,23 +1,65 @@
-#include <glib-object.h>
 #include <telepathy-glib/base-connection.h>
 #include <telepathy-glib/base-connection-manager.h>
+#include <telepathy-glib/channel-factory-iface.h>
 #include <telepathy-glib/channel.h>
+#include <telepathy-glib/channel-iface.h>
+#include <telepathy-glib/channel-manager.h>
 #include <telepathy-glib/connection.h>
 #include <telepathy-glib/connection-manager.h>
 #include <telepathy-glib/dbus.h>
-#include <telepathy-glib/proxy.h>
-#include <telepathy-glib/media-interfaces.h>
-#include <telepathy-glib/handle-repo-static.h>
+#include <telepathy-glib/exportable-channel.h>
 #include <telepathy-glib/handle-repo-dynamic.h>
+#include <telepathy-glib/handle-repo-static.h>
+#include <telepathy-glib/media-interfaces.h>
+#include <telepathy-glib/proxy.h>
+#include <telepathy-glib/svc-channel.h>
+#include <telepathy-glib/svc-connection.h>
+#include <telepathy-glib/svc-connection-manager.h>
+#include <telepathy-glib/svc-generic.h>
+#include <telepathy-glib/svc-media-interfaces.h>
+#include <telepathy-glib/svc-properties-interface.h>
 
 tp_base_connection_get_type
 tp_base_connection_manager_get_type
+tp_channel_factory_iface_get_type
 tp_channel_get_type
+tp_channel_iface_get_type
+tp_channel_manager_get_type
 tp_connection_get_type
 tp_connection_manager_get_type
 tp_dbus_daemon_get_type
+tp_dynamic_handle_repo_get_type
+tp_error_get_type
+tp_exportable_channel_get_type
+tp_handle_repo_iface_get_type
 tp_media_session_handler_get_type
 tp_media_stream_handler_get_type
 tp_proxy_get_type
+tp_svc_channel_get_type
+tp_svc_channel_interface_call_state_get_type
+tp_svc_channel_interface_chat_state_get_type
+tp_svc_channel_interface_dtmf_get_type
+tp_svc_channel_interface_group_get_type
+tp_svc_channel_interface_hold_get_type
+tp_svc_channel_interface_media_signalling_get_type
+tp_svc_channel_interface_password_get_type
+tp_svc_channel_type_contact_list_get_type
+tp_svc_channel_type_room_list_get_type
+tp_svc_channel_type_streamed_media_get_type
+tp_svc_channel_type_text_get_type
+tp_svc_channel_type_tubes_get_type
+tp_svc_connection_get_type
+tp_svc_connection_interface_aliasing_get_type
+tp_svc_connection_interface_avatars_get_type
+tp_svc_connection_interface_capabilities_get_type
+tp_svc_connection_interface_contacts_get_type
+tp_svc_connection_interface_presence_get_type
+tp_svc_connection_interface_requests_get_type
+tp_svc_connection_interface_simple_presence_get_type
+tp_svc_connection_manager_get_type
+tp_svc_dbus_introspectable_get_type
+tp_svc_dbus_properties_get_type
+tp_svc_properties_interface_get_type
+tp_svc_media_session_handler_get_type
+tp_svc_media_stream_handler_get_type
 tp_static_handle_repo_get_type
-tp_dynamic_handle_repo_get_type
-- 
1.5.6.5



More information about the Telepathy-commits mailing list