aboutsummaryrefslogtreecommitdiffstats
path: root/doc/libempathy-gtk/tmpl/empathy-chat.sgml
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-07-13 00:57:41 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-07-13 00:57:41 +0800
commitf600051da4c1a2d92f4c643f8b33e3efc4490315 (patch)
tree15be7ff3b87526ffa392d04526fae618334d514e /doc/libempathy-gtk/tmpl/empathy-chat.sgml
parent8f27d600c1f07fa3204dcfd2b4e3b53e8f4eeeac (diff)
downloadgsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar.gz
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar.bz2
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar.lz
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar.xz
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.tar.zst
gsoc2013-empathy-f600051da4c1a2d92f4c643f8b33e3efc4490315.zip
Adding initial API documentation using gtk-doc.
2007-07-12 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * doc/*: * Makefile.am: Adding initial API documentation using gtk-doc. svn path=/trunk/; revision=182
Diffstat (limited to 'doc/libempathy-gtk/tmpl/empathy-chat.sgml')
-rw-r--r--doc/libempathy-gtk/tmpl/empathy-chat.sgml272
1 files changed, 272 insertions, 0 deletions
diff --git a/doc/libempathy-gtk/tmpl/empathy-chat.sgml b/doc/libempathy-gtk/tmpl/empathy-chat.sgml
new file mode 100644
index 000000000..1becb16bc
--- /dev/null
+++ b/doc/libempathy-gtk/tmpl/empathy-chat.sgml
@@ -0,0 +1,272 @@
+<!-- ##### SECTION Title ##### -->
+EmpathyChat
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### STRUCT EmpathyChatPriv ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT EmpathyChat ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SIGNAL EmpathyChat::composing ##### -->
+<para>
+
+</para>
+
+@empathychat: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL EmpathyChat::name-changed ##### -->
+<para>
+
+</para>
+
+@empathychat: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL EmpathyChat::new-message ##### -->
+<para>
+
+</para>
+
+@empathychat: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### SIGNAL EmpathyChat::status-changed ##### -->
+<para>
+
+</para>
+
+@empathychat: the object which received the signal.
+
+<!-- ##### FUNCTION empathy_chat_get_view ##### -->
+<para>
+
+</para>
+
+@chat:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_get_window ##### -->
+<para>
+
+</para>
+
+@chat:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_set_window ##### -->
+<para>
+
+</para>
+
+@chat:
+@window:
+
+
+<!-- ##### FUNCTION empathy_chat_present ##### -->
+<para>
+
+</para>
+
+@chat:
+
+
+<!-- ##### FUNCTION empathy_chat_clear ##### -->
+<para>
+
+</para>
+
+@chat:
+
+
+<!-- ##### FUNCTION empathy_chat_scroll_down ##### -->
+<para>
+
+</para>
+
+@chat:
+
+
+<!-- ##### FUNCTION empathy_chat_cut ##### -->
+<para>
+
+</para>
+
+@chat:
+
+
+<!-- ##### FUNCTION empathy_chat_copy ##### -->
+<para>
+
+</para>
+
+@chat:
+
+
+<!-- ##### FUNCTION empathy_chat_paste ##### -->
+<para>
+
+</para>
+
+@chat:
+
+
+<!-- ##### FUNCTION empathy_chat_get_name ##### -->
+<para>
+
+</para>
+
+@chat:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_get_tooltip ##### -->
+<para>
+
+</para>
+
+@chat:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_get_status_icon_name ##### -->
+<para>
+
+</para>
+
+@chat:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_get_widget ##### -->
+<para>
+
+</para>
+
+@chat:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_is_group_chat ##### -->
+<para>
+
+</para>
+
+@chat:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_is_connected ##### -->
+<para>
+
+</para>
+
+@chat:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_save_geometry ##### -->
+<para>
+
+</para>
+
+@chat:
+@x:
+@y:
+@w:
+@h:
+
+
+<!-- ##### FUNCTION empathy_chat_load_geometry ##### -->
+<para>
+
+</para>
+
+@chat:
+@x:
+@y:
+@w:
+@h:
+
+
+<!-- ##### FUNCTION empathy_chat_set_tp_chat ##### -->
+<para>
+
+</para>
+
+@chat:
+@tp_chat:
+
+
+<!-- ##### FUNCTION empathy_chat_get_id ##### -->
+<para>
+
+</para>
+
+@chat:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_get_is_command ##### -->
+<para>
+
+</para>
+
+@str:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_correct_word ##### -->
+<para>
+
+</para>
+
+@chat:
+@start:
+@end:
+@new_word:
+
+
+<!-- ##### FUNCTION empathy_chat_should_play_sound ##### -->
+<para>
+
+</para>
+
+@chat:
+@Returns:
+
+
+<!-- ##### FUNCTION empathy_chat_should_highlight_nick ##### -->
+<para>
+
+</para>
+
+@message:
+@Returns:
+
+