From 1b97222821b7362cce1a68d6ba54106c66f5b932 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 15 Nov 2007 17:25:13 +0000 Subject: Remove doc directory and replace it with a better gtk-doc in docs. More 2007-11-15 Xavier Claessens * docs/*: * doc/*: * configure.ac: * Makefile.am: Remove doc directory and replace it with a better gtk-doc in docs. More files are auto-generated, we have less files on SVN. svn path=/trunk/; revision=439 --- doc/libempathy/Makefile.am | 73 ------ doc/libempathy/libempathy-docs.sgml | 32 --- doc/libempathy/libempathy.types | 43 ---- doc/libempathy/tmpl/empathy-avatar.sgml | 83 ------- doc/libempathy/tmpl/empathy-chandler-glue.sgml | 176 -------------- doc/libempathy/tmpl/empathy-chandler.sgml | 44 ---- doc/libempathy/tmpl/empathy-chatroom-manager.sgml | 113 --------- doc/libempathy/tmpl/empathy-chatroom.sgml | 162 ------------- doc/libempathy/tmpl/empathy-conf.sgml | 160 ------------ doc/libempathy/tmpl/empathy-contact-list.sgml | 162 ------------- doc/libempathy/tmpl/empathy-contact-manager.sgml | 49 ---- doc/libempathy/tmpl/empathy-contact.sgml | 283 ---------------------- doc/libempathy/tmpl/empathy-filter.sgml | 72 ------ doc/libempathy/tmpl/empathy-idle.sgml | 164 ------------- doc/libempathy/tmpl/empathy-log-manager.sgml | 157 ------------ doc/libempathy/tmpl/empathy-message.sgml | 177 -------------- doc/libempathy/tmpl/empathy-presence.sgml | 126 ---------- doc/libempathy/tmpl/empathy-time.sgml | 89 ------- doc/libempathy/tmpl/empathy-tp-chat.sgml | 231 ------------------ doc/libempathy/tmpl/empathy-tp-chatroom.sgml | 69 ------ doc/libempathy/tmpl/empathy-tp-contact-list.sgml | 56 ----- doc/libempathy/tmpl/empathy-tp-group.sgml | 233 ------------------ doc/libempathy/tmpl/empathy-utils.sgml | 198 --------------- 23 files changed, 2952 deletions(-) delete mode 100644 doc/libempathy/Makefile.am delete mode 100644 doc/libempathy/libempathy-docs.sgml delete mode 100644 doc/libempathy/libempathy.types delete mode 100644 doc/libempathy/tmpl/empathy-avatar.sgml delete mode 100644 doc/libempathy/tmpl/empathy-chandler-glue.sgml delete mode 100644 doc/libempathy/tmpl/empathy-chandler.sgml delete mode 100644 doc/libempathy/tmpl/empathy-chatroom-manager.sgml delete mode 100644 doc/libempathy/tmpl/empathy-chatroom.sgml delete mode 100644 doc/libempathy/tmpl/empathy-conf.sgml delete mode 100644 doc/libempathy/tmpl/empathy-contact-list.sgml delete mode 100644 doc/libempathy/tmpl/empathy-contact-manager.sgml delete mode 100644 doc/libempathy/tmpl/empathy-contact.sgml delete mode 100644 doc/libempathy/tmpl/empathy-filter.sgml delete mode 100644 doc/libempathy/tmpl/empathy-idle.sgml delete mode 100644 doc/libempathy/tmpl/empathy-log-manager.sgml delete mode 100644 doc/libempathy/tmpl/empathy-message.sgml delete mode 100644 doc/libempathy/tmpl/empathy-presence.sgml delete mode 100644 doc/libempathy/tmpl/empathy-time.sgml delete mode 100644 doc/libempathy/tmpl/empathy-tp-chat.sgml delete mode 100644 doc/libempathy/tmpl/empathy-tp-chatroom.sgml delete mode 100644 doc/libempathy/tmpl/empathy-tp-contact-list.sgml delete mode 100644 doc/libempathy/tmpl/empathy-tp-group.sgml delete mode 100644 doc/libempathy/tmpl/empathy-utils.sgml (limited to 'doc/libempathy') diff --git a/doc/libempathy/Makefile.am b/doc/libempathy/Makefile.am deleted file mode 100644 index 206e2218a..000000000 --- a/doc/libempathy/Makefile.am +++ /dev/null @@ -1,73 +0,0 @@ -## Process this file with automake to produce Makefile.in - -# We require automake 1.6 at least. -AUTOMAKE_OPTIONS = 1.9 - -# This is a blank Makefile.am for using gtk-doc. -# Copy this to your project's API docs directory and modify the variables to -# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples -# of using the various options. - -# The name of the module, e.g. 'glib'. -DOC_MODULE=libempathy - -# The top-level SGML file. You can change this if you want to. -DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml - -# The directory containing the source code. Relative to $(srcdir). -# gtk-doc will search all .c & .h files beneath here for inline comments -# documenting the functions and macros. -# e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=../../libempathy - -# Extra options to pass to gtkdoc-scangobj. Not normally needed. -SCANGOBJ_OPTIONS= - -# Extra options to supply to gtkdoc-scan. -# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS= - -# Extra options to supply to gtkdoc-mkdb. -# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--sgml-mode --output-format=xml - -# Extra options to supply to gtkdoc-fixref. Not normally needed. -# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html -FIXXREF_OPTIONS= - -# Used for dependencies. The docs will be rebuilt if any of these change. -# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h -# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c -HFILE_GLOB=$(top_srcdir)/libempathy/*.h -CFILE_GLOB=$(top_srcdir)/libempathy/*.c - -# Header files to ignore when scanning. -# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES= \ - empathy-filter-glue.h \ - empathy-debug.h \ - empathy-marshal.h \ - tp-stream-engine-gen.h - -# Images to copy into HTML directory. -# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png -HTML_IMAGES= - -# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). -# e.g. content_files=running.sgml building.sgml changes-2.0.sgml -content_files= - -# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. -# Only needed if you are using gtkdoc-scangobj to dynamically query widget -# signals and properties. -# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) -# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) -INCLUDES=-I$(top_srcdir) $(LIBEMPATHY_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/libempathy/libempathy.la $(LIBEMPATHY_LIBS) - -# This includes the standard gtk-doc make rules, copied by gtkdocize. -include $(top_srcdir)/gtk-doc.make - -# Other files to distribute -# e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += diff --git a/doc/libempathy/libempathy-docs.sgml b/doc/libempathy/libempathy-docs.sgml deleted file mode 100644 index 942c5f21d..000000000 --- a/doc/libempathy/libempathy-docs.sgml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - libempathy Reference Manual - - - - libempathy API reference - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/libempathy/libempathy.types b/doc/libempathy/libempathy.types deleted file mode 100644 index dbebb0bc0..000000000 --- a/doc/libempathy/libempathy.types +++ /dev/null @@ -1,43 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -empathy_avatar_get_type -empathy_chatroom_manager_get_type -empathy_contact_manager_get_type -empathy_idle_get_type -empathy_presence_get_type -empathy_tp_contact_list_get_type -empathy_conf_get_type -empathy_log_manager_get_type -empathy_tp_group_get_type -empathy_chandler_get_type -empathy_contact_get_type -empathy_tp_chat_get_type -empathy_chatroom_get_type -empathy_contact_list_get_type -empathy_filter_get_type -empathy_message_get_gtype -empathy_tp_chatroom_get_type -empathy_reg_ex_type_get_type -empathy_message_type_get_type -empathy_contact_factory_get_type -empathy_tp_call_get_type - diff --git a/doc/libempathy/tmpl/empathy-avatar.sgml b/doc/libempathy/tmpl/empathy-avatar.sgml deleted file mode 100644 index ccd7bbc7c..000000000 --- a/doc/libempathy/tmpl/empathy-avatar.sgml +++ /dev/null @@ -1,83 +0,0 @@ - -empathy-avatar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@data: -@len: -@format: -@token: -@refcount: - - - - - - -@Returns: - - - - - - - -@avatar: -@len: -@format: -@token: -@Returns: - - - - - - - -@token: -@Returns: - - - - - - - -@avatar: -@Returns: - - - - - - - -@avatar: - - diff --git a/doc/libempathy/tmpl/empathy-chandler-glue.sgml b/doc/libempathy/tmpl/empathy-chandler-glue.sgml deleted file mode 100644 index 3887466ca..000000000 --- a/doc/libempathy/tmpl/empathy-chandler-glue.sgml +++ /dev/null @@ -1,176 +0,0 @@ - -empathy-chandler-glue - - - - - - - - - - - - - - - - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@v: - - - - - - - -@closure: -@return_value: -@n_param_values: -@param_values: -@invocation_hint: -@marshal_data: - - diff --git a/doc/libempathy/tmpl/empathy-chandler.sgml b/doc/libempathy/tmpl/empathy-chandler.sgml deleted file mode 100644 index bc7e059c6..000000000 --- a/doc/libempathy/tmpl/empathy-chandler.sgml +++ /dev/null @@ -1,44 +0,0 @@ - -EmpathyChandler - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@empathychandler: the object which received the signal. -@arg1: -@arg2: - - - - - - -@bus_name: -@object_path: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-chatroom-manager.sgml b/doc/libempathy/tmpl/empathy-chatroom-manager.sgml deleted file mode 100644 index 28123f5da..000000000 --- a/doc/libempathy/tmpl/empathy-chatroom-manager.sgml +++ /dev/null @@ -1,113 +0,0 @@ - -EmpathyChatroomManager - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@empathychatroommanager: the object which received the signal. -@arg1: - - - - - - -@empathychatroommanager: the object which received the signal. -@arg1: - - - - - - -@Returns: - - - - - - - -@manager: -@chatroom: -@Returns: - - - - - - - -@manager: -@chatroom: - - - - - - - -@manager: -@account: -@room: -@Returns: - - - - - - - -@manager: -@account: -@Returns: - - - - - - - -@manager: -@account: -@Returns: - - - - - - - -@manager: - - diff --git a/doc/libempathy/tmpl/empathy-chatroom.sgml b/doc/libempathy/tmpl/empathy-chatroom.sgml deleted file mode 100644 index f5213d7e2..000000000 --- a/doc/libempathy/tmpl/empathy-chatroom.sgml +++ /dev/null @@ -1,162 +0,0 @@ - -EmpathyChatroom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@account: -@room: -@Returns: - - - - - - - -@account: -@room: -@name: -@auto_connect: -@Returns: - - - - - - - -@chatroom: -@Returns: - - - - - - - -@chatroom: -@account: - - - - - - - -@chatroom: -@Returns: - - - - - - - -@chatroom: -@room: - - - - - - - -@chatroom: -@Returns: - - - - - - - -@chatroom: -@name: - - - - - - - -@chatroom: -@Returns: - - - - - - - -@chatroom: -@auto_connect: - - - - - - - -@v1: -@v2: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-conf.sgml b/doc/libempathy/tmpl/empathy-conf.sgml deleted file mode 100644 index da5d673e2..000000000 --- a/doc/libempathy/tmpl/empathy-conf.sgml +++ /dev/null @@ -1,160 +0,0 @@ - -EmpathyConf - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@conf: -@key: -@user_data: - - - - - - - -@Returns: - - - - - - - - - - - - - - -@conf: -@key: -@func: -@data: -@Returns: - - - - - - - -@conf: -@id: -@Returns: - - - - - - - -@conf: -@key: -@value: -@Returns: - - - - - - - -@conf: -@key: -@value: -@Returns: - - - - - - - -@conf: -@key: -@value: -@Returns: - - - - - - - -@conf: -@key: -@value: -@Returns: - - - - - - - -@conf: -@key: -@value: -@Returns: - - - - - - - -@conf: -@key: -@value: -@Returns: - - - - - - - -@conf: -@key: -@value: -@Returns: - - - - - - - -@conf: -@key: -@value: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-contact-list.sgml b/doc/libempathy/tmpl/empathy-contact-list.sgml deleted file mode 100644 index 0babd1eff..000000000 --- a/doc/libempathy/tmpl/empathy-contact-list.sgml +++ /dev/null @@ -1,162 +0,0 @@ - -empathy-contact-list - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@empathycontactlist: the object which received the signal. -@arg1: -@arg2: -@arg3: - - - - - - -@empathycontactlist: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: -@arg5: - - - - - - -@empathycontactlist: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: -@arg5: - - - - - - -@base_iface: -@add: -@remove: -@get_members: -@get_pendings: -@get_all_groups: -@get_groups: -@add_to_group: -@remove_from_group: -@rename_group: - - - - - - -@list: -@contact: -@message: - - - - - - - -@list: -@contact: -@message: - - - - - - - -@list: -@Returns: - - - - - - - -@list: -@Returns: - - - - - - - -@list: -@Returns: - - - - - - - -@list: -@contact: -@Returns: - - - - - - - -@list: -@contact: -@group: - - - - - - - -@list: -@contact: -@group: - - - - - - - -@list: -@old_group: -@new_group: - - diff --git a/doc/libempathy/tmpl/empathy-contact-manager.sgml b/doc/libempathy/tmpl/empathy-contact-manager.sgml deleted file mode 100644 index fe25eb7eb..000000000 --- a/doc/libempathy/tmpl/empathy-contact-manager.sgml +++ /dev/null @@ -1,49 +0,0 @@ - -EmpathyContactManager - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@manager: -@account: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-contact.sgml b/doc/libempathy/tmpl/empathy-contact.sgml deleted file mode 100644 index e388cb158..000000000 --- a/doc/libempathy/tmpl/empathy-contact.sgml +++ /dev/null @@ -1,283 +0,0 @@ - -EmpathyContact - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@EMPATHY_CAPABILITIES_AUDIO: -@EMPATHY_CAPABILITIES_VIDEO: - - - - - - -@account: -@Returns: - - - - - - - -@account: -@id: -@name: -@Returns: - - - - - - - -@contact: -@Returns: - - - - - - - -@contact: -@id: - - - - - - - -@contact: -@Returns: - - - - - - - -@contact: -@name: - - - - - - - -@contact: -@Returns: - - - - - - - -@contact: -@avatar: - - - - - - - -@contact: -@Returns: - - - - - - - -@contact: -@account: - - - - - - - -@contact: -@Returns: - - - - - - - -@contact: -@presence: - - - - - - - -@contact: -@Returns: - - - - - - - -@contact: -@handle: - - - - - - - -@contact: -@Returns: - - - - - - - -@contact: -@capabilities: - - - - - - - -@contact: -@Returns: - - - - - - - -@contact: -@is_user: - - - - - - - -@contact: -@Returns: - - - - - - - -@contact: -@Returns: - - - - - - - -@contact: -@Returns: - - - - - - - -@v1: -@v2: -@Returns: - - - - - - - -@key: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-filter.sgml b/doc/libempathy/tmpl/empathy-filter.sgml deleted file mode 100644 index 5ef4b5bcd..000000000 --- a/doc/libempathy/tmpl/empathy-filter.sgml +++ /dev/null @@ -1,72 +0,0 @@ - -EmpathyFilter - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@empathyfilter: the object which received the signal. -@arg1: -@arg2: - - - - - - -@empathyfilter: the object which received the signal. -@arg1: -@arg2: - - - - - - -@bus_name: -@object_path: -@channel_type: -@priority: -@flags: -@Returns: - - - - - - - -@filter: -@tp_chan: -@process: - - diff --git a/doc/libempathy/tmpl/empathy-idle.sgml b/doc/libempathy/tmpl/empathy-idle.sgml deleted file mode 100644 index 78a046d71..000000000 --- a/doc/libempathy/tmpl/empathy-idle.sgml +++ /dev/null @@ -1,164 +0,0 @@ - -EmpathyIdle - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@idle: -@Returns: - - - - - - - -@idle: -@state: - - - - - - - -@idle: -@Returns: - - - - - - - -@idle: -@status: - - - - - - - -@idle: -@Returns: - - - - - - - -@idle: -@state: - - - - - - - -@idle: -@state: -@status: - - - - - - - -@idle: -@Returns: - - - - - - - -@idle: -@auto_away: - - - - - - - -@idle: -@Returns: - - - - - - - -@idle: -@auto_disconnect: - - diff --git a/doc/libempathy/tmpl/empathy-log-manager.sgml b/doc/libempathy/tmpl/empathy-log-manager.sgml deleted file mode 100644 index 1576b419a..000000000 --- a/doc/libempathy/tmpl/empathy-log-manager.sgml +++ /dev/null @@ -1,157 +0,0 @@ - -EmpathyLogManager - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@account: -@chat_id: -@is_chatroom: -@filename: -@date: - - - - - - - - - - - - -@Returns: - - - - - - - -@manager: -@chat_id: -@chatroom: -@message: - - - - - - - -@manager: -@account: -@chat_id: -@chatroom: -@Returns: - - - - - - - -@manager: -@account: -@chat_id: -@chatroom: -@Returns: - - - - - - - -@manager: -@filename: -@Returns: - - - - - - - -@manager: -@account: -@chat_id: -@chatroom: -@date: -@Returns: - - - - - - - -@manager: -@account: -@chat_id: -@chatroom: -@Returns: - - - - - - - -@manager: -@account: -@Returns: - - - - - - - -@manager: -@text: -@Returns: - - - - - - - -@hits: - - - - - - - -@date: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-message.sgml b/doc/libempathy/tmpl/empathy-message.sgml deleted file mode 100644 index 408716f4d..000000000 --- a/doc/libempathy/tmpl/empathy-message.sgml +++ /dev/null @@ -1,177 +0,0 @@ - -EmpathyMessage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@EMPATHY_MESSAGE_TYPE_NORMAL: -@EMPATHY_MESSAGE_TYPE_ACTION: -@EMPATHY_MESSAGE_TYPE_NOTICE: -@EMPATHY_MESSAGE_TYPE_AUTO_REPLY: -@EMPATHY_MESSAGE_TYPE_LAST: - - - - - - -@Returns: - - - - - - - -@body: -@Returns: - - - - - - - -@message: -@type: - - - - - - - -@message: -@Returns: - - - - - - - -@message: -@contact: - - - - - - - -@message: -@Returns: - - - - - - - -@message: -@contact: - - - - - - - -@message: -@Returns: - - - - - - - -@message: -@body: - - - - - - - -@message: -@Returns: - - - - - - - -@message: -@timestamp: - - - - - - - -@type_str: -@Returns: - - - - - - - -@type: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-presence.sgml b/doc/libempathy/tmpl/empathy-presence.sgml deleted file mode 100644 index ac1f93929..000000000 --- a/doc/libempathy/tmpl/empathy-presence.sgml +++ /dev/null @@ -1,126 +0,0 @@ - -EmpathyPresence - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@state: -@status: -@Returns: - - - - - - - -@presence: -@Returns: - - - - - - - -@presence: -@Returns: - - - - - - - -@presence: -@state: - - - - - - - -@presence: -@status: - - - - - - - -@a: -@b: -@Returns: - - - - - - - -@state: -@Returns: - - - - - - - -@state: -@Returns: - - - - - - - -@str: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-time.sgml b/doc/libempathy/tmpl/empathy-time.sgml deleted file mode 100644 index 290f8fa6e..000000000 --- a/doc/libempathy/tmpl/empathy-time.sgml +++ /dev/null @@ -1,89 +0,0 @@ - -empathy-time - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@tm: -@Returns: - - - - - - - -@str: -@Returns: - - - - - - - -@str: -@format: -@Returns: - - - - - - - -@t: -@format: -@Returns: - - - - - - - -@t: -@format: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-tp-chat.sgml b/doc/libempathy/tmpl/empathy-tp-chat.sgml deleted file mode 100644 index 279608bc4..000000000 --- a/doc/libempathy/tmpl/empathy-tp-chat.sgml +++ /dev/null @@ -1,231 +0,0 @@ - -EmpathyTpChat - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@empathytpchat: the object which received the signal. -@arg1: -@arg2: - - - - - - -@empathytpchat: the object which received the signal. - - - - - - -@empathytpchat: the object which received the signal. -@arg1: - - - - - - -@empathytpchat: the object which received the signal. -@arg1: -@arg2: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@account: -@tp_chan: -@Returns: - - - - - - - -@contact: -@Returns: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@acknowledge: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@message: - - - - - - - -@chat: -@state: - - - - - - - -@chat: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-tp-chatroom.sgml b/doc/libempathy/tmpl/empathy-tp-chatroom.sgml deleted file mode 100644 index 15d441cf8..000000000 --- a/doc/libempathy/tmpl/empathy-tp-chatroom.sgml +++ /dev/null @@ -1,69 +0,0 @@ - -EmpathyTpChatroom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@account: -@tp_chan: -@Returns: - - - - - - - -@chatroom: -@contact: -@message: -@Returns: - - - - - - - -@chatroom: - - - - - - - -@chatroom: -@topic: - - diff --git a/doc/libempathy/tmpl/empathy-tp-contact-list.sgml b/doc/libempathy/tmpl/empathy-tp-contact-list.sgml deleted file mode 100644 index a3ff09ef1..000000000 --- a/doc/libempathy/tmpl/empathy-tp-contact-list.sgml +++ /dev/null @@ -1,56 +0,0 @@ - -EmpathyTpContactList - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@empathytpcontactlist: the object which received the signal. - - - - - - -@account: -@Returns: - - - - - - - -@list: -@Returns: - - diff --git a/doc/libempathy/tmpl/empathy-tp-group.sgml b/doc/libempathy/tmpl/empathy-tp-group.sgml deleted file mode 100644 index 8529e5f46..000000000 --- a/doc/libempathy/tmpl/empathy-tp-group.sgml +++ /dev/null @@ -1,233 +0,0 @@ - -EmpathyTpGroup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@empathytpgroup: the object which received the signal. - - - - - - -@empathytpgroup: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: - - - - - - -@empathytpgroup: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: - - - - - - -@empathytpgroup: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: - - - - - - -@empathytpgroup: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: - - - - - - -@member: -@actor: -@message: -@reason: - - - - - - -@account: -@tp_chan: -@Returns: - - - - - - - -@group: - - - - - - - -@group: -@contacts: -@message: - - - - - - - -@group: -@contact: -@message: - - - - - - - -@group: -@contacts: -@message: - - - - - - - -@group: -@contact: -@message: - - - - - - - -@group: -@Returns: - - - - - - - -@group: -@Returns: - - - - - - - -@group: -@Returns: - - - - - - - -@group: -@Returns: - - - - - - - -@group: -@Returns: - - - - - - - -@group: -@Returns: - - - - - - - -@group: -@contact: -@Returns: - - - - - - - -@member: -@actor: -@message: -@Returns: - - - - - - - -@info: - - diff --git a/doc/libempathy/tmpl/empathy-utils.sgml b/doc/libempathy/tmpl/empathy-utils.sgml deleted file mode 100644 index f25e0f6a3..000000000 --- a/doc/libempathy/tmpl/empathy-utils.sgml +++ /dev/null @@ -1,198 +0,0 @@ - -empathy-utils - - - - - - - - - - - - - - - - - - - - - - -@x: - - - - - - - -@EMPATHY_REGEX_AS_IS: -@EMPATHY_REGEX_BROWSER: -@EMPATHY_REGEX_EMAIL: -@EMPATHY_REGEX_OTHER: -@EMPATHY_REGEX_ALL: - - - - - - -@str: -@start: -@end: -@Returns: - - - - - - - -@type: -@msg: -@start: -@end: -@Returns: - - - - - - - -@s1: -@s2: -@Returns: - - - - - - - -@s1: -@s2: -@n: -@Returns: - - - - - - - -@left: -@right: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@doc: -@dtd_filename: -@Returns: - - - - - - - -@node: -@child_name: -@Returns: - - - - - - - -@node: -@child_name: -@Returns: - - - - - - - -@node: -@prop_name: -@prop_value: -@Returns: - - - - - - - -@key: -@Returns: - - - - - - - -@a: -@b: -@Returns: - - - - - - - -@Returns: - - - - - - - -@account: -@handle: -@handle_type: -@Returns: - - - - - - - -@account: -@tp_chan: -@Returns: - - - - - - - -@contact: - - -- cgit v1.2.3