diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-08-03 02:47:14 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-08-03 02:47:14 +0800 |
commit | aa88fc84c16a3d4b2b0a0bd5875efb963cfd3f98 (patch) | |
tree | 1b0de881bcfdd96ffb71288f1a4e3d0637a6a3b1 /doc/libempathy | |
parent | 045b80e42cce904bc55cb59eec6cc798501aba23 (diff) | |
download | gsoc2013-empathy-aa88fc84c16a3d4b2b0a0bd5875efb963cfd3f98.tar gsoc2013-empathy-aa88fc84c16a3d4b2b0a0bd5875efb963cfd3f98.tar.gz gsoc2013-empathy-aa88fc84c16a3d4b2b0a0bd5875efb963cfd3f98.tar.bz2 gsoc2013-empathy-aa88fc84c16a3d4b2b0a0bd5875efb963cfd3f98.tar.lz gsoc2013-empathy-aa88fc84c16a3d4b2b0a0bd5875efb963cfd3f98.tar.xz gsoc2013-empathy-aa88fc84c16a3d4b2b0a0bd5875efb963cfd3f98.tar.zst gsoc2013-empathy-aa88fc84c16a3d4b2b0a0bd5875efb963cfd3f98.zip |
Update doc.
2007-08-02 Xavier Claessens <xclaesse@gmail.com>
* doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml:
* doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml:
* doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml:
* doc/libempathy/tmpl/empathy-message.sgml:
* doc/libempathy/tmpl/empathy-utils.sgml: Update doc.
svn path=/trunk/; revision=227
Diffstat (limited to 'doc/libempathy')
-rw-r--r-- | doc/libempathy/tmpl/empathy-message.sgml | 18 | ||||
-rw-r--r-- | doc/libempathy/tmpl/empathy-utils.sgml | 48 |
2 files changed, 34 insertions, 32 deletions
diff --git a/doc/libempathy/tmpl/empathy-message.sgml b/doc/libempathy/tmpl/empathy-message.sgml index 35ec26770..408716f4d 100644 --- a/doc/libempathy/tmpl/empathy-message.sgml +++ b/doc/libempathy/tmpl/empathy-message.sgml @@ -157,3 +157,21 @@ EmpathyMessage @timestamp: +<!-- ##### FUNCTION empathy_message_type_from_str ##### --> +<para> + +</para> + +@type_str: +@Returns: + + +<!-- ##### FUNCTION empathy_message_type_to_str ##### --> +<para> + +</para> + +@type: +@Returns: + + diff --git a/doc/libempathy/tmpl/empathy-utils.sgml b/doc/libempathy/tmpl/empathy-utils.sgml index 51442af51..0ea1a1fa1 100644 --- a/doc/libempathy/tmpl/empathy-utils.sgml +++ b/doc/libempathy/tmpl/empathy-utils.sgml @@ -121,77 +121,61 @@ empathy-utils @Returns: -<!-- ##### FUNCTION empathy_dbus_type_to_g_type ##### --> -<para> - -</para> - -@dbus_type_string: -@Returns: - - -<!-- ##### FUNCTION empathy_g_type_to_dbus_type ##### --> -<para> - -</para> - -@g_type: -@Returns: - - -<!-- ##### FUNCTION empathy_g_value_to_string ##### --> +<!-- ##### FUNCTION empathy_account_hash ##### --> <para> </para> -@value: +@key: @Returns: -<!-- ##### FUNCTION empathy_string_to_g_value ##### --> +<!-- ##### FUNCTION empathy_account_equal ##### --> <para> </para> -@str: -@type: +@a: +@b: @Returns: -<!-- ##### FUNCTION empathy_g_value_equal ##### --> +<!-- ##### FUNCTION empathy_mission_control_new ##### --> <para> </para> -@value1: -@value2: @Returns: -<!-- ##### FUNCTION empathy_account_hash ##### --> +<!-- ##### FUNCTION empathy_inspect_handle ##### --> <para> </para> -@key: +@account: +@handle: +@handle_type: @Returns: -<!-- ##### FUNCTION empathy_account_equal ##### --> +<!-- ##### FUNCTION empathy_inspect_channel ##### --> <para> </para> -@a: -@b: +@account: +@tp_chan: @Returns: -<!-- ##### FUNCTION empathy_mission_control_new ##### --> +<!-- ##### FUNCTION empathy_strdiff ##### --> <para> </para> +@left: +@right: @Returns: |