aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-10-29 03:09:17 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-29 03:09:17 +0800
commit2c032925a59bf26386bd0f98dbd1f3dc9457f149 (patch)
tree8d40d32f6a0ab5135f06831900c89bdc1f4498ff /doc
parent3a050b0c01d0f84cc65ffcfe07f9619248c398a6 (diff)
downloadgsoc2013-empathy-2c032925a59bf26386bd0f98dbd1f3dc9457f149.tar
gsoc2013-empathy-2c032925a59bf26386bd0f98dbd1f3dc9457f149.tar.gz
gsoc2013-empathy-2c032925a59bf26386bd0f98dbd1f3dc9457f149.tar.bz2
gsoc2013-empathy-2c032925a59bf26386bd0f98dbd1f3dc9457f149.tar.lz
gsoc2013-empathy-2c032925a59bf26386bd0f98dbd1f3dc9457f149.tar.xz
gsoc2013-empathy-2c032925a59bf26386bd0f98dbd1f3dc9457f149.tar.zst
gsoc2013-empathy-2c032925a59bf26386bd0f98dbd1f3dc9457f149.zip
Rename COL_XXX to EMPATHY_CONTACT_LIST_STORE_COL_XXX since it's in public
2007-10-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-list-store.c: * libempathy-gtk/empathy-contact-list-store.h: * doc/libempathy-gtk/libempathy-gtk.types: * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Rename COL_XXX to EMPATHY_CONTACT_LIST_STORE_COL_XXX since it's in public API. Fixes bug #470804. svn path=/trunk/; revision=405
Diffstat (limited to 'doc')
-rw-r--r--doc/libempathy-gtk/libempathy-gtk.types2
-rw-r--r--doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml144
2 files changed, 143 insertions, 3 deletions
diff --git a/doc/libempathy-gtk/libempathy-gtk.types b/doc/libempathy-gtk/libempathy-gtk.types
index 82e8aed0d..aa27150f8 100644
--- a/doc/libempathy-gtk/libempathy-gtk.types
+++ b/doc/libempathy-gtk/libempathy-gtk.types
@@ -4,6 +4,7 @@
#include <libempathy-gtk/empathy-chat.h>
#include <libempathy-gtk/empathy-chat-window.h>
#include <libempathy-gtk/empathy-contact-list-view.h>
+#include <libempathy-gtk/empathy-contact-list-store.h>
#include <libempathy-gtk/empathy-status-icon.h>
#include <libempathy-gtk/empathy-chat-view.h>
#include <libempathy-gtk/empathy-presence-chooser.h>
@@ -19,6 +20,7 @@ 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
diff --git a/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml b/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml
index 1e892433f..28d8d37b8 100644
--- a/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml
+++ b/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml
@@ -25,16 +25,154 @@ EmpathyContactListStore
@EMPATHY_CONTACT_LIST_STORE_SORT_STATE:
@EMPATHY_CONTACT_LIST_STORE_SORT_NAME:
-<!-- ##### STRUCT EmpathyContactListStorePriv ##### -->
+<!-- ##### STRUCT EmpathyContactListStore ##### -->
<para>
</para>
-<!-- ##### STRUCT EmpathyContactListStore ##### -->
+<!-- ##### ARG EmpathyContactListStore:is-compact ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG EmpathyContactListStore:show-avatars ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG EmpathyContactListStore:show-offline ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG EmpathyContactListStore:sort-criterium ##### -->
+<para>
+
+</para>
+
+<!-- ##### FUNCTION empathy_contact_list_store_new ##### -->
+<para>
+
+</para>
+
+@list_iface:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_get_list_iface ##### -->
+<para>
+
+</para>
+
+@store:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_get_show_offline ##### -->
<para>
</para>
-@parent:
+@store:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_set_show_offline ##### -->
+<para>
+
+</para>
+
+@store:
+@show_offline:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_get_show_avatars ##### -->
+<para>
+
+</para>
+
+@store:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_set_show_avatars ##### -->
+<para>
+
+</para>
+
+@store:
+@show_avatars:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_get_is_compact ##### -->
+<para>
+
+</para>
+
+@store:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_set_is_compact ##### -->
+<para>
+
+</para>
+
+@store:
+@is_compact:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_get_sort_criterium ##### -->
+<para>
+
+</para>
+
+@store:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_set_sort_criterium ##### -->
+<para>
+
+</para>
+
+@store:
+@sort_criterium:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_row_separator_func ##### -->
+<para>
+
+</para>
+
+@model:
+@iter:
+@data:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_get_parent_group ##### -->
+<para>
+
+</para>
+
+@model:
+@path:
+@path_is_group:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_contact_list_store_search_equal_func ##### -->
+<para>
+
+</para>
+
+@model:
+@column:
+@key:
+@iter:
+@search_data:
+@Returns:
+