diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-28 22:08:50 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-28 22:08:50 +0800 |
commit | 3ed8bfb502719f5c0a3db522d652658cf2474c3a (patch) | |
tree | 0dd02c8b936636d23b1c040997044a768cbcc700 /doc/libempathy | |
parent | 0ec4d338002a89c3968677c6eba3baa915d01c12 (diff) | |
download | gsoc2013-empathy-3ed8bfb502719f5c0a3db522d652658cf2474c3a.tar gsoc2013-empathy-3ed8bfb502719f5c0a3db522d652658cf2474c3a.tar.gz gsoc2013-empathy-3ed8bfb502719f5c0a3db522d652658cf2474c3a.tar.bz2 gsoc2013-empathy-3ed8bfb502719f5c0a3db522d652658cf2474c3a.tar.lz gsoc2013-empathy-3ed8bfb502719f5c0a3db522d652658cf2474c3a.tar.xz gsoc2013-empathy-3ed8bfb502719f5c0a3db522d652658cf2474c3a.tar.zst gsoc2013-empathy-3ed8bfb502719f5c0a3db522d652658cf2474c3a.zip |
Bump version to 0.14. Updated.
2007-09-28 Xavier Claessens <xclaesse@gmail.com>
* configure.ac: Bump version to 0.14.
* doc/*: Updated.
svn path=/trunk/; revision=333
Diffstat (limited to 'doc/libempathy')
-rw-r--r-- | doc/libempathy/tmpl/empathy-avatar.sgml | 11 | ||||
-rw-r--r-- | doc/libempathy/tmpl/empathy-contact.sgml | 35 | ||||
-rw-r--r-- | doc/libempathy/tmpl/empathy-idle.sgml | 36 | ||||
-rw-r--r-- | doc/libempathy/tmpl/empathy-utils.sgml | 29 |
4 files changed, 101 insertions, 10 deletions
diff --git a/doc/libempathy/tmpl/empathy-avatar.sgml b/doc/libempathy/tmpl/empathy-avatar.sgml index a34392452..ccd7bbc7c 100644 --- a/doc/libempathy/tmpl/empathy-avatar.sgml +++ b/doc/libempathy/tmpl/empathy-avatar.sgml @@ -32,6 +32,7 @@ empathy-avatar @data: @len: @format: +@token: @refcount: <!-- ##### FUNCTION empathy_avatar_get_type ##### --> @@ -50,6 +51,16 @@ empathy-avatar @avatar: @len: @format: +@token: +@Returns: + + +<!-- ##### FUNCTION empathy_avatar_new_from_cache ##### --> +<para> + +</para> + +@token: @Returns: diff --git a/doc/libempathy/tmpl/empathy-contact.sgml b/doc/libempathy/tmpl/empathy-contact.sgml index 43969ae2a..e388cb158 100644 --- a/doc/libempathy/tmpl/empathy-contact.sgml +++ b/doc/libempathy/tmpl/empathy-contact.sgml @@ -63,6 +63,14 @@ EmpathyContact </para> +<!-- ##### ENUM EmpathyCapabilities ##### --> +<para> + +</para> + +@EMPATHY_CAPABILITIES_AUDIO: +@EMPATHY_CAPABILITIES_VIDEO: + <!-- ##### FUNCTION empathy_contact_new ##### --> <para> @@ -191,6 +199,24 @@ EmpathyContact @handle: +<!-- ##### FUNCTION empathy_contact_get_capabilities ##### --> +<para> + +</para> + +@contact: +@Returns: + + +<!-- ##### FUNCTION empathy_contact_set_capabilities ##### --> +<para> + +</para> + +@contact: +@capabilities: + + <!-- ##### FUNCTION empathy_contact_is_user ##### --> <para> @@ -227,6 +253,15 @@ EmpathyContact @Returns: +<!-- ##### FUNCTION empathy_contact_can_voip ##### --> +<para> + +</para> + +@contact: +@Returns: + + <!-- ##### FUNCTION empathy_contact_equal ##### --> <para> diff --git a/doc/libempathy/tmpl/empathy-idle.sgml b/doc/libempathy/tmpl/empathy-idle.sgml index 68edcafed..78a046d71 100644 --- a/doc/libempathy/tmpl/empathy-idle.sgml +++ b/doc/libempathy/tmpl/empathy-idle.sgml @@ -126,3 +126,39 @@ EmpathyIdle @status: +<!-- ##### FUNCTION empathy_idle_get_auto_away ##### --> +<para> + +</para> + +@idle: +@Returns: + + +<!-- ##### FUNCTION empathy_idle_set_auto_away ##### --> +<para> + +</para> + +@idle: +@auto_away: + + +<!-- ##### FUNCTION empathy_idle_get_auto_disconnect ##### --> +<para> + +</para> + +@idle: +@Returns: + + +<!-- ##### FUNCTION empathy_idle_set_auto_disconnect ##### --> +<para> + +</para> + +@idle: +@auto_disconnect: + + diff --git a/doc/libempathy/tmpl/empathy-utils.sgml b/doc/libempathy/tmpl/empathy-utils.sgml index 0ea1a1fa1..fb8edba30 100644 --- a/doc/libempathy/tmpl/empathy-utils.sgml +++ b/doc/libempathy/tmpl/empathy-utils.sgml @@ -80,6 +80,25 @@ empathy-utils @Returns: +<!-- ##### FUNCTION empathy_strdiff ##### --> +<para> + +</para> + +@left: +@right: +@Returns: + + +<!-- ##### FUNCTION empathy_escape_as_identifier ##### --> +<para> + +</para> + +@name: +@Returns: + + <!-- ##### FUNCTION empathy_xml_validate ##### --> <para> @@ -169,13 +188,3 @@ empathy-utils @Returns: -<!-- ##### FUNCTION empathy_strdiff ##### --> -<para> - -</para> - -@left: -@right: -@Returns: - - |