From 1b97222821b7362cce1a68d6ba54106c66f5b932 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 15 Nov 2007 17:25:13 +0000 Subject: [PATCH] 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 --- ChangeLog | 8 + Makefile.am | 2 +- configure.ac | 8 +- doc/libempathy-gtk/Makefile.am | 69 ----- doc/libempathy-gtk/libempathy-gtk.types | 32 -- .../tmpl/empathy-about-dialog.sgml | 27 -- .../tmpl/empathy-account-chooser.sgml | 105 ------- .../tmpl/empathy-account-widget-generic.sgml | 28 -- .../tmpl/empathy-account-widget-jabber.sgml | 28 -- .../tmpl/empathy-account-widget-msn.sgml | 28 -- .../tmpl/empathy-accounts-dialog.sgml | 28 -- .../tmpl/empathy-cell-renderer-expander.sgml | 48 --- .../tmpl/empathy-cell-renderer-text.sgml | 59 ---- .../tmpl/empathy-chat-view.sgml | 200 ------------- .../tmpl/empathy-chat-window.sgml | 112 ------- doc/libempathy-gtk/tmpl/empathy-chat.sgml | 272 ----------------- .../tmpl/empathy-chatrooms-window.sgml | 27 -- .../tmpl/empathy-contact-dialogs.sgml | 47 --- .../tmpl/empathy-contact-groups.sgml | 44 --- .../tmpl/empathy-contact-list-store.sgml | 178 ----------- .../tmpl/empathy-contact-list-view.sgml | 110 ------- .../tmpl/empathy-contact-widget.sgml | 60 ---- doc/libempathy-gtk/tmpl/empathy-geometry.sgml | 43 --- .../tmpl/empathy-group-chat.sgml | 67 ----- doc/libempathy-gtk/tmpl/empathy-images.sgml | 110 ------- .../tmpl/empathy-log-window.sgml | 30 -- .../tmpl/empathy-main-window.sgml | 27 -- .../tmpl/empathy-new-chatroom-dialog.sgml | 27 -- .../tmpl/empathy-preferences.sgml | 161 ---------- .../tmpl/empathy-presence-chooser.sgml | 41 --- .../tmpl/empathy-private-chat.sgml | 59 ---- .../tmpl/empathy-profile-chooser.sgml | 45 --- .../tmpl/empathy-spell-dialog.sgml | 30 -- doc/libempathy-gtk/tmpl/empathy-spell.sgml | 78 ----- .../tmpl/empathy-status-icon.sgml | 40 --- .../tmpl/empathy-status-presets.sgml | 93 ------ .../tmpl/empathy-theme-manager.sgml | 77 ----- doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml | 253 ---------------- doc/libempathy-gtk/tmpl/ephy-spinner.sgml | 64 ---- doc/libempathy/Makefile.am | 73 ----- doc/libempathy/libempathy-docs.sgml | 32 -- doc/libempathy/libempathy.types | 43 --- doc/libempathy/tmpl/empathy-avatar.sgml | 83 ----- .../tmpl/empathy-chandler-glue.sgml | 176 ----------- doc/libempathy/tmpl/empathy-chandler.sgml | 44 --- .../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 ---------- .../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 ----- .../tmpl/empathy-tp-contact-list.sgml | 56 ---- doc/libempathy/tmpl/empathy-tp-group.sgml | 233 -------------- doc/libempathy/tmpl/empathy-utils.sgml | 198 ------------ {doc => docs}/Makefile.am | 0 docs/libempathy-gtk/Makefile.am | 55 ++++ .../libempathy-gtk/libempathy-gtk-docs.sgml | 28 +- docs/libempathy-gtk/libempathy-gtk.types | 15 + docs/libempathy-gtk/version.xml.in | 1 + docs/libempathy/Makefile.am | 58 ++++ docs/libempathy/libempathy-docs.sgml | 50 ++++ docs/libempathy/libempathy.types | 22 ++ docs/libempathy/version.xml.in | 1 + 71 files changed, 239 insertions(+), 5708 deletions(-) delete mode 100644 doc/libempathy-gtk/Makefile.am delete mode 100644 doc/libempathy-gtk/libempathy-gtk.types delete mode 100644 doc/libempathy-gtk/tmpl/empathy-about-dialog.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-account-widget-generic.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-account-widget-jabber.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-account-widget-msn.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-accounts-dialog.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-cell-renderer-expander.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-cell-renderer-text.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-chat-view.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-chat-window.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-chat.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-chatrooms-window.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-contact-dialogs.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-contact-groups.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-geometry.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-group-chat.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-images.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-log-window.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-main-window.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-new-chatroom-dialog.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-preferences.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-presence-chooser.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-private-chat.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-profile-chooser.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-spell-dialog.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-spell.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-status-icon.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-status-presets.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-theme-manager.sgml delete mode 100644 doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml delete mode 100644 doc/libempathy-gtk/tmpl/ephy-spinner.sgml 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 rename {doc => docs}/Makefile.am (100%) create mode 100644 docs/libempathy-gtk/Makefile.am rename {doc => docs}/libempathy-gtk/libempathy-gtk-docs.sgml (77%) create mode 100644 docs/libempathy-gtk/libempathy-gtk.types create mode 100644 docs/libempathy-gtk/version.xml.in create mode 100644 docs/libempathy/Makefile.am create mode 100644 docs/libempathy/libempathy-docs.sgml create mode 100644 docs/libempathy/libempathy.types create mode 100644 docs/libempathy/version.xml.in diff --git a/ChangeLog b/ChangeLog index 7d659bf6..e76fa86b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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. + 2007-11-15 Xavier Claessens * src/Makefile.am: Do not build voip chandler if building without voip diff --git a/Makefile.am b/Makefile.am index 3743916f..e33ab363 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = po data libempathy libempathy-gtk src doc +SUBDIRS = po data libempathy libempathy-gtk src docs if HAVE_MEGAPHONE SUBDIRS += megaphone diff --git a/configure.ac b/configure.ac index ea0f0d9f..ad131525 100644 --- a/configure.ac +++ b/configure.ac @@ -287,9 +287,11 @@ AC_OUTPUT([ nothere/Makefile nothere/src/Makefile nothere/data/Makefile - doc/Makefile - doc/libempathy/Makefile - doc/libempathy-gtk/Makefile + docs/Makefile + docs/libempathy/Makefile + docs/libempathy/version.xml + docs/libempathy-gtk/Makefile + docs/libempathy-gtk/version.xml python/Makefile python/pyempathy/Makefile python/pyempathygtk/Makefile diff --git a/doc/libempathy-gtk/Makefile.am b/doc/libempathy-gtk/Makefile.am deleted file mode 100644 index 925daf5c..00000000 --- a/doc/libempathy-gtk/Makefile.am +++ /dev/null @@ -1,69 +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-gtk - -# 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-gtk - -# 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-gtk/*.h -CFILE_GLOB=$(top_srcdir)/libempathy-gtk/*.c - -# Header files to ignore when scanning. -# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES= - -# 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) $(EMPATHY_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/libempathy-gtk/libempathy-gtk.la $(top_builddir)/libempathy/libempathy.la $(EMPATHY_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-gtk/libempathy-gtk.types b/doc/libempathy-gtk/libempathy-gtk.types deleted file mode 100644 index aa27150f..00000000 --- a/doc/libempathy-gtk/libempathy-gtk.types +++ /dev/null @@ -1,32 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -empathy_cell_renderer_text_get_type -empathy_account_chooser_get_type -empathy_chat_get_type -empathy_chat_window_get_type -empathy_contact_list_view_get_type -empathy_contact_list_store_get_type -empathy_status_icon_get_type -empathy_chat_view_get_type -empathy_presence_chooser_get_type -empathy_theme_manager_get_type -empathy_group_chat_get_type -empathy_private_chat_get_type -ephy_spinner_get_type -empathy_cell_renderer_expander_get_type -empathy_smiley_manager_get_type diff --git a/doc/libempathy-gtk/tmpl/empathy-about-dialog.sgml b/doc/libempathy-gtk/tmpl/empathy-about-dialog.sgml deleted file mode 100644 index 05dd8668..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-about-dialog.sgml +++ /dev/null @@ -1,27 +0,0 @@ - -empathy-about-dialog - - - - - - - - - - - - - - - - - - - - - - -@parent: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml b/doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml deleted file mode 100644 index 7e950a52..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml +++ /dev/null @@ -1,105 +0,0 @@ - -EmpathyAccountChooser - - - - - - - - - - - - - - - - - - - - - - -@account: -@user_data: -@Returns: - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@chooser: -@Returns: - - - - - - - -@chooser: -@account: -@Returns: - - - - - - - -@chooser: -@Returns: - - - - - - - -@chooser: -@has_all_option: - - - - - - - -@chooser: -@filter: -@user_data: - - - - - - - -@account: -@user_data: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-account-widget-generic.sgml b/doc/libempathy-gtk/tmpl/empathy-account-widget-generic.sgml deleted file mode 100644 index 0cc57966..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-account-widget-generic.sgml +++ /dev/null @@ -1,28 +0,0 @@ - -empathy-account-widget-generic - - - - - - - - - - - - - - - - - - - - - - -@account: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-account-widget-jabber.sgml b/doc/libempathy-gtk/tmpl/empathy-account-widget-jabber.sgml deleted file mode 100644 index 9b95ff6d..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-account-widget-jabber.sgml +++ /dev/null @@ -1,28 +0,0 @@ - -empathy-account-widget-jabber - - - - - - - - - - - - - - - - - - - - - - -@account: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-account-widget-msn.sgml b/doc/libempathy-gtk/tmpl/empathy-account-widget-msn.sgml deleted file mode 100644 index 2a870c54..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-account-widget-msn.sgml +++ /dev/null @@ -1,28 +0,0 @@ - -empathy-account-widget-msn - - - - - - - - - - - - - - - - - - - - - - -@account: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-accounts-dialog.sgml b/doc/libempathy-gtk/tmpl/empathy-accounts-dialog.sgml deleted file mode 100644 index c2c71dd6..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-accounts-dialog.sgml +++ /dev/null @@ -1,28 +0,0 @@ - -empathy-accounts-dialog - - - - - - - - - - - - - - - - - - - - - - -@parent: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-cell-renderer-expander.sgml b/doc/libempathy-gtk/tmpl/empathy-cell-renderer-expander.sgml deleted file mode 100644 index db4b651a..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-cell-renderer-expander.sgml +++ /dev/null @@ -1,48 +0,0 @@ - -EmpathyCellRendererExpander - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-cell-renderer-text.sgml b/doc/libempathy-gtk/tmpl/empathy-cell-renderer-text.sgml deleted file mode 100644 index 78e9bf3e..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-cell-renderer-text.sgml +++ /dev/null @@ -1,59 +0,0 @@ - -EmpathyCellRendererText - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-chat-view.sgml b/doc/libempathy-gtk/tmpl/empathy-chat-view.sgml deleted file mode 100644 index bbf0cd19..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-chat-view.sgml +++ /dev/null @@ -1,200 +0,0 @@ - -EmpathyChatView - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@view: -@msg: - - - - - - - -@view: -@str: - - - - - - - -@view: -@message: -@button1: -@button2: - - - - - - - -@view: -@margin: - - - - - - - -@view: -@allow_scrolling: - - - - - - - -@view: - - - - - - - -@view: -@start: -@end: -@Returns: - - - - - - - -@view: - - - - - - - -@view: -@search_criteria: -@new_search: -@Returns: - - - - - - - -@view: -@search_criteria: -@new_search: -@Returns: - - - - - - - -@view: -@search_criteria: -@can_do_previous: -@can_do_next: - - - - - - - -@view: -@text: - - - - - - - -@view: - - - - - - - -@view: -@Returns: - - - - - - - -@view: -@irc_style: - - - - - - - -@callback: -@user_data: -@Returns: - - - - - - - -@view: -@is_group_chat: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-chat-window.sgml b/doc/libempathy-gtk/tmpl/empathy-chat-window.sgml deleted file mode 100644 index 477d4b1c..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-chat-window.sgml +++ /dev/null @@ -1,112 +0,0 @@ - -EmpathyChatWindow - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@window: -@Returns: - - - - - - - -@window: -@chat: - - - - - - - -@window: -@chat: - - - - - - - -@old_window: -@new_window: -@chat: - - - - - - - -@window: -@chat: - - - - - - - -@window: -@Returns: - - - - - - - -@account: -@id: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-chat.sgml b/doc/libempathy-gtk/tmpl/empathy-chat.sgml deleted file mode 100644 index 1becb16b..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-chat.sgml +++ /dev/null @@ -1,272 +0,0 @@ - -EmpathyChat - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@empathychat: the object which received the signal. -@arg1: - - - - - - -@empathychat: the object which received the signal. -@arg1: - - - - - - -@empathychat: the object which received the signal. -@arg1: -@arg2: - - - - - - -@empathychat: the object which received the signal. - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@window: - - - - - - - -@chat: - - - - - - - -@chat: - - - - - - - -@chat: - - - - - - - -@chat: - - - - - - - -@chat: - - - - - - - -@chat: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@x: -@y: -@w: -@h: - - - - - - - -@chat: -@x: -@y: -@w: -@h: - - - - - - - -@chat: -@tp_chat: - - - - - - - -@chat: -@Returns: - - - - - - - -@str: -@Returns: - - - - - - - -@chat: -@start: -@end: -@new_word: - - - - - - - -@chat: -@Returns: - - - - - - - -@message: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-chatrooms-window.sgml b/doc/libempathy-gtk/tmpl/empathy-chatrooms-window.sgml deleted file mode 100644 index c3b7e2d7..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-chatrooms-window.sgml +++ /dev/null @@ -1,27 +0,0 @@ - -empathy-chatrooms-window - - - - - - - - - - - - - - - - - - - - - - -@parent: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-contact-dialogs.sgml b/doc/libempathy-gtk/tmpl/empathy-contact-dialogs.sgml deleted file mode 100644 index 23378dae..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-contact-dialogs.sgml +++ /dev/null @@ -1,47 +0,0 @@ - -empathy-contact-dialogs - - - - - - - - - - - - - - - - - - - - - - -@contact: -@parent: - - - - - - - -@contact: -@parent: -@edit: -@is_user: - - - - - - - -@parent: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-contact-groups.sgml b/doc/libempathy-gtk/tmpl/empathy-contact-groups.sgml deleted file mode 100644 index 4d3d93ce..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-contact-groups.sgml +++ /dev/null @@ -1,44 +0,0 @@ - -empathy-contact-groups - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@group: -@Returns: - - - - - - - -@group: -@expanded: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml b/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml deleted file mode 100644 index 28d8d37b..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml +++ /dev/null @@ -1,178 +0,0 @@ - -EmpathyContactListStore - - - - - - - - - - - - - - - - - - - - - - -@EMPATHY_CONTACT_LIST_STORE_SORT_STATE: -@EMPATHY_CONTACT_LIST_STORE_SORT_NAME: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@list_iface: -@Returns: - - - - - - - -@store: -@Returns: - - - - - - - -@store: -@Returns: - - - - - - - -@store: -@show_offline: - - - - - - - -@store: -@Returns: - - - - - - - -@store: -@show_avatars: - - - - - - - -@store: -@Returns: - - - - - - - -@store: -@is_compact: - - - - - - - -@store: -@Returns: - - - - - - - -@store: -@sort_criterium: - - - - - - - -@model: -@iter: -@data: -@Returns: - - - - - - - -@model: -@path: -@path_is_group: -@Returns: - - - - - - - -@model: -@column: -@key: -@iter: -@search_data: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml b/doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml deleted file mode 100644 index cf73e4eb..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml +++ /dev/null @@ -1,110 +0,0 @@ - -EmpathyContactListView - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@empathycontactlistview: the object which received the signal. -@arg1: -@arg2: -@arg3: - - - - - - - - - - - -@store: -@Returns: - - - - - - - -@view: -@interactive: - - - - - - - -@view: -@Returns: - - - - - - - -@view: -@Returns: - - - - - - - -@view: -@Returns: - - - - - - - -@view: -@contact: -@Returns: - - - - - - - -@view: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml b/doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml deleted file mode 100644 index eb2928a3..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml +++ /dev/null @@ -1,60 +0,0 @@ - -empathy-contact-widget - - - - - - - - - - - - - - - - - - - - - - -@EMPATHY_CONTACT_WIDGET_EDIT_NONE: -@EMPATHY_CONTACT_WIDGET_EDIT_ALIAS: -@EMPATHY_CONTACT_WIDGET_EDIT_AVATAR: -@EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT: -@EMPATHY_CONTACT_WIDGET_EDIT_ID: -@EMPATHY_CONTACT_WIDGET_EDIT_GROUPS: - - - - - - -@contact: -@flags: -@Returns: - - - - - - - -@widget: -@Returns: - - - - - - - -@widget: -@filter: -@user_data: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-geometry.sgml b/doc/libempathy-gtk/tmpl/empathy-geometry.sgml deleted file mode 100644 index d9049315..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-geometry.sgml +++ /dev/null @@ -1,43 +0,0 @@ - -empathy-geometry - - - - - - - - - - - - - - - - - - - - - - -@name: -@x: -@y: -@w: -@h: - - - - - - - -@name: -@x: -@y: -@w: -@h: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-group-chat.sgml b/doc/libempathy-gtk/tmpl/empathy-group-chat.sgml deleted file mode 100644 index 550a89a6..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-group-chat.sgml +++ /dev/null @@ -1,67 +0,0 @@ - -EmpathyGroupChat - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@account: -@tp_chan: -@Returns: - - - - - - - -@chat: -@Returns: - - - - - - - -@chat: -@show: - - - - - - - -@chat: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-images.sgml b/doc/libempathy-gtk/tmpl/empathy-images.sgml deleted file mode 100644 index aa1fe1b6..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-images.sgml +++ /dev/null @@ -1,110 +0,0 @@ - -empathy-images - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/libempathy-gtk/tmpl/empathy-log-window.sgml b/doc/libempathy-gtk/tmpl/empathy-log-window.sgml deleted file mode 100644 index f8cfb67a..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-log-window.sgml +++ /dev/null @@ -1,30 +0,0 @@ - -empathy-log-window - - - - - - - - - - - - - - - - - - - - - - -@account: -@chat_id: -@chatroom: -@parent: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-main-window.sgml b/doc/libempathy-gtk/tmpl/empathy-main-window.sgml deleted file mode 100644 index d76fc260..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-main-window.sgml +++ /dev/null @@ -1,27 +0,0 @@ - -empathy-main-window - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-new-chatroom-dialog.sgml b/doc/libempathy-gtk/tmpl/empathy-new-chatroom-dialog.sgml deleted file mode 100644 index fb8a7a52..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-new-chatroom-dialog.sgml +++ /dev/null @@ -1,27 +0,0 @@ - -empathy-new-chatroom-dialog - - - - - - - - - - - - - - - - - - - - - - -@parent: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-preferences.sgml b/doc/libempathy-gtk/tmpl/empathy-preferences.sgml deleted file mode 100644 index d97f5b57..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-preferences.sgml +++ /dev/null @@ -1,161 +0,0 @@ - -empathy-preferences - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@parent: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-presence-chooser.sgml b/doc/libempathy-gtk/tmpl/empathy-presence-chooser.sgml deleted file mode 100644 index e83400ed..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-presence-chooser.sgml +++ /dev/null @@ -1,41 +0,0 @@ - -EmpathyPresenceChooser - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-private-chat.sgml b/doc/libempathy-gtk/tmpl/empathy-private-chat.sgml deleted file mode 100644 index 3e698110..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-private-chat.sgml +++ /dev/null @@ -1,59 +0,0 @@ - -EmpathyPrivateChat - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@account: -@tp_chan: -@Returns: - - - - - - - -@contact: -@Returns: - - - - - - - -@chat: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-profile-chooser.sgml b/doc/libempathy-gtk/tmpl/empathy-profile-chooser.sgml deleted file mode 100644 index ca672927..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-profile-chooser.sgml +++ /dev/null @@ -1,45 +0,0 @@ - -empathy-profile-chooser - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@widget: -@Returns: - - - - - - - -@widget: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-spell-dialog.sgml b/doc/libempathy-gtk/tmpl/empathy-spell-dialog.sgml deleted file mode 100644 index e752bf77..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-spell-dialog.sgml +++ /dev/null @@ -1,30 +0,0 @@ - -empathy-spell-dialog - - - - - - - - - - - - - - - - - - - - - - -@chat: -@start: -@end: -@word: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-spell.sgml b/doc/libempathy-gtk/tmpl/empathy-spell.sgml deleted file mode 100644 index b54967b0..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-spell.sgml +++ /dev/null @@ -1,78 +0,0 @@ - -empathy-spell - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@code: -@Returns: - - - - - - - -@Returns: - - - - - - - -@codes: - - - - - - - -@word: -@Returns: - - - - - - - -@word: -@Returns: - - - - - - - -@suggestions: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-status-icon.sgml b/doc/libempathy-gtk/tmpl/empathy-status-icon.sgml deleted file mode 100644 index 54b5095e..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-status-icon.sgml +++ /dev/null @@ -1,40 +0,0 @@ - -EmpathyStatusIcon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@window: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-status-presets.sgml b/doc/libempathy-gtk/tmpl/empathy-status-presets.sgml deleted file mode 100644 index 1adabe28..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-status-presets.sgml +++ /dev/null @@ -1,93 +0,0 @@ - -empathy-status-presets - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@state: -@max_number: -@Returns: - - - - - - - -@state: -@status: - - - - - - - -@state: -@status: - - - - - - - - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@state: -@status: - - - - - - - - - diff --git a/doc/libempathy-gtk/tmpl/empathy-theme-manager.sgml b/doc/libempathy-gtk/tmpl/empathy-theme-manager.sgml deleted file mode 100644 index 04d2f24a..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-theme-manager.sgml +++ /dev/null @@ -1,77 +0,0 @@ - -EmpathyThemeManager - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@empathythememanager: the object which received the signal. - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@manager: -@view: -@theme: - - - - - - - -@manager: -@view: - - - - - - - -@manager: -@view: -@show: - - diff --git a/doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml b/doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml deleted file mode 100644 index 34d3056c..00000000 --- a/doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml +++ /dev/null @@ -1,253 +0,0 @@ - -empathy-ui-utils - - - - - - - - - - - - - - - - - - - - - - -@x: - - - - - - - -@filename: -@root: -@domain: -@first_required_widget: -@Varargs: - - - - - - - -@filename: -@root: -@domain: -@first_required_widget: -@Varargs: -@Returns: - - - - - - - -@gui: -@user_data: -@first_widget: -@Varargs: - - - - - - - -@gui: -@mode: -@first_widget: -@Varargs: - - - - - - - -@account: -@Returns: - - - - - - - -@state: -@Returns: - - - - - - - -@presence: -@Returns: - - - - - - - -@contact: -@Returns: - - - - - - - -@data: -@data_size: -@Returns: - - - - - - - -@avatar: -@width: -@height: -@Returns: - - - - - - - -@contact: -@width: -@height: -@Returns: - - - - - - - -@pixbuf: -@max_size: -@Returns: - - - - - - - -@icon_name: -@icon_size: -@Returns: - - - - - - - -@iter: -@str: -@match_start: -@match_end: -@limit: -@Returns: - - - - - - - -@iter: -@str: -@match_start: -@match_end: -@limit: -@Returns: - - - - - - - -@window: -@Returns: - - - - - - - -@window: -@steal_focus: - - - - - - - -@window: -@status_icon: - - - - - - - -@widget: -@Returns: - - - - - - - -@url: - - - - - - - -@widget: -@callback: -@user_data: -@active: - - - - - - - -@url: -@title: -@Returns: - - diff --git a/doc/libempathy-gtk/tmpl/ephy-spinner.sgml b/doc/libempathy-gtk/tmpl/ephy-spinner.sgml deleted file mode 100644 index 5d8319fa..00000000 --- a/doc/libempathy-gtk/tmpl/ephy-spinner.sgml +++ /dev/null @@ -1,64 +0,0 @@ - -EphySpinner - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@throbber: - - - - - - - -@throbber: - - - - - - - -@spinner: -@size: - - diff --git a/doc/libempathy/Makefile.am b/doc/libempathy/Makefile.am deleted file mode 100644 index 206e2218..00000000 --- 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 942c5f21..00000000 --- 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 dbebb0bc..00000000 --- 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 ccd7bbc7..00000000 --- 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 3887466c..00000000 --- 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 bc7e059c..00000000 --- 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 28123f5d..00000000 --- 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 f5213d7e..00000000 --- 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 da5d673e..00000000 --- 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 0babd1ef..00000000 --- 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 fe25eb7e..00000000 --- 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 e388cb15..00000000 --- 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 5ef4b5bc..00000000 --- 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 78a046d7..00000000 --- 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 1576b419..00000000 --- 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 408716f4..00000000 --- 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 ac1f9392..00000000 --- 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 290f8fa6..00000000 --- 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 279608bc..00000000 --- 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 15d441cf..00000000 --- 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 a3ff09ef..00000000 --- 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 8529e5f4..00000000 --- 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 f25e0f6a..00000000 --- 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: - - diff --git a/doc/Makefile.am b/docs/Makefile.am similarity index 100% rename from doc/Makefile.am rename to docs/Makefile.am diff --git a/docs/libempathy-gtk/Makefile.am b/docs/libempathy-gtk/Makefile.am new file mode 100644 index 00000000..a44a2861 --- /dev/null +++ b/docs/libempathy-gtk/Makefile.am @@ -0,0 +1,55 @@ +NULL = + +AUTOMAKE_OPTIONS = 1.6 + +# The name of the module. +DOC_MODULE=libempathy-gtk + +# The top-level SGML file. +DOC_MAIN_SGML_FILE=libempathy-gtk-docs.sgml + +# Extra options to supply to gtkdoc-scan +SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" + +# The directory containing the source code. Relative to $(srcdir) +DOC_SOURCE_DIR=$(top_srcdir)/libempathy-gtk + +HFILE_GLOB=$(top_srcdir)/libempathy-gtk/*.h +CFILE_GLOB=$(top_srcdir)/libempathy-gtk/*.c + +# Headers to ignore +IGNORE_HFILES= \ + $(NULL) + +# CFLAGS and LDFLAGS for compiling scan program. Only needed +# if $(DOC_MODULE).types is non-empty. +GTKDOC_CFLAGS = \ + -I$(srcdir) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/libempathy-gtk \ + -I$(top_builddir) \ + -I$(top_builddir)/libempathy-gtk \ + $(EMPATHY_CFLAGS) \ + $(NULL) + +GTKDOC_LIBS = \ + $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ + $(top_builddir)/libempathy/libempathy.la \ + $(EMPATHY_LIBS) \ + $(NULL) + +# Extra options to supply to gtkdoc-mkdb +MKDB_OPTIONS = --output-format=xml --sgml-mode + +# Images to copy into HTML directory +HTML_IMAGES = + +content_files = \ + version.xml + +extra_files = version.xml.in + +include $(top_srcdir)/gtk-doc.make + +EXTRA_DIST += \ + version.xml.in diff --git a/doc/libempathy-gtk/libempathy-gtk-docs.sgml b/docs/libempathy-gtk/libempathy-gtk-docs.sgml similarity index 77% rename from doc/libempathy-gtk/libempathy-gtk-docs.sgml rename to docs/libempathy-gtk/libempathy-gtk-docs.sgml index f66ffa1f..18ba0d64 100644 --- a/doc/libempathy-gtk/libempathy-gtk-docs.sgml +++ b/docs/libempathy-gtk/libempathy-gtk-docs.sgml @@ -1,13 +1,21 @@ - + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ + +]> + +libempathy-gtk Reference Manual libempathy-gtk Reference Manual + for libempathy-gtk &version; - - - libempathy-gtk API reference + + libempathy-gtk Overview + + + API Reference + + libempathy-gtk API reference @@ -44,5 +52,15 @@ + + + + + Object Hierarchy + + + + Index + diff --git a/docs/libempathy-gtk/libempathy-gtk.types b/docs/libempathy-gtk/libempathy-gtk.types new file mode 100644 index 00000000..0be44704 --- /dev/null +++ b/docs/libempathy-gtk/libempathy-gtk.types @@ -0,0 +1,15 @@ +empathy_cell_renderer_text_get_type +empathy_account_chooser_get_type +empathy_chat_get_type +empathy_chat_window_get_type +empathy_contact_list_view_get_type +empathy_contact_list_store_get_type +empathy_status_icon_get_type +empathy_chat_view_get_type +empathy_presence_chooser_get_type +empathy_theme_manager_get_type +empathy_group_chat_get_type +empathy_private_chat_get_type +ephy_spinner_get_type +empathy_cell_renderer_expander_get_type +empathy_smiley_manager_get_type diff --git a/docs/libempathy-gtk/version.xml.in b/docs/libempathy-gtk/version.xml.in new file mode 100644 index 00000000..d78bda93 --- /dev/null +++ b/docs/libempathy-gtk/version.xml.in @@ -0,0 +1 @@ +@VERSION@ diff --git a/docs/libempathy/Makefile.am b/docs/libempathy/Makefile.am new file mode 100644 index 00000000..5192a055 --- /dev/null +++ b/docs/libempathy/Makefile.am @@ -0,0 +1,58 @@ +NULL = + +AUTOMAKE_OPTIONS = 1.6 + +# The name of the module. +DOC_MODULE=libempathy + +# The top-level SGML file. +DOC_MAIN_SGML_FILE=libempathy-docs.sgml + +# Extra options to supply to gtkdoc-scan +SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" + +# The directory containing the source code. Relative to $(srcdir) +DOC_SOURCE_DIR=$(top_srcdir)/libempathy + +HFILE_GLOB=$(top_srcdir)/libempathy/*.h +CFILE_GLOB=$(top_srcdir)/libempathy/*.c + +# Headers to ignore +IGNORE_HFILES= \ + empathy-filter-glue.h \ + empathy-debug.h \ + empathy-marshal.h \ + tp-stream-engine-gen.h \ + $(NULL) + +# CFLAGS and LDFLAGS for compiling scan program. Only needed +# if $(DOC_MODULE).types is non-empty. +GTKDOC_CFLAGS = \ + -I$(srcdir) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/libempathy \ + -I$(top_builddir) \ + -I$(top_builddir)/libempathy \ + $(LIBEMPATHY_CFLAGS) \ + $(NULL) + +GTKDOC_LIBS = \ + $(top_builddir)/libempathy/libempathy.la \ + $(LIBEMPATHY_LIBS) \ + $(NULL) + +# Extra options to supply to gtkdoc-mkdb +MKDB_OPTIONS = --output-format=xml --sgml-mode + +# Images to copy into HTML directory +HTML_IMAGES = + +content_files = \ + version.xml + +extra_files = version.xml.in + +include $(top_srcdir)/gtk-doc.make + +EXTRA_DIST += \ + version.xml.in diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml new file mode 100644 index 00000000..e74d48df --- /dev/null +++ b/docs/libempathy/libempathy-docs.sgml @@ -0,0 +1,50 @@ + + +]> + +libempathy Reference Manual + + libempathy Reference Manual + for libempathy &version; + + + libempathy Overview + + + API Reference + + libempathy API reference + + + + + + + + + + + + + + + + + + + + + + + + + Object Hierarchy + + + + + Index + + diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types new file mode 100644 index 00000000..6c46c40a --- /dev/null +++ b/docs/libempathy/libempathy.types @@ -0,0 +1,22 @@ +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/docs/libempathy/version.xml.in b/docs/libempathy/version.xml.in new file mode 100644 index 00000000..d78bda93 --- /dev/null +++ b/docs/libempathy/version.xml.in @@ -0,0 +1 @@ +@VERSION@ -- 2.39.2