~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to docs/libempathy/xml/empathy-contact-list.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2008-03-10 16:39:07 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080310163907-tv41g2zmf0qqgi85
Tags: 0.22.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
<link linkend="void">void</link>                <link linkend="empathy-contact-list-rename-group">empathy_contact_list_rename_group</link>   (<link linkend="EmpathyContactList">EmpathyContactList</link> *list,
47
47
                                                         const <link linkend="gchar">gchar</link> *old_group,
48
48
                                                         const <link linkend="gchar">gchar</link> *new_group);
 
49
<link linkend="void">void</link>                <link linkend="empathy-contact-list-remove-group">empathy_contact_list_remove_group</link>   (<link linkend="EmpathyContactList">EmpathyContactList</link> *list,
 
50
                                                         const <link linkend="gchar">gchar</link> *group);
49
51
 
50
52
</synopsis>
51
53
</refsynopsisdiv>
299
301
 
300
302
</simpara></listitem></varlistentry>
301
303
</variablelist></refsect2>
 
304
<refsect2>
 
305
<title><anchor id="empathy-contact-list-remove-group" role="function"/>empathy_contact_list_remove_group ()</title>
 
306
<indexterm><primary>empathy_contact_list_remove_group</primary></indexterm><programlisting><link linkend="void">void</link>                empathy_contact_list_remove_group   (<link linkend="EmpathyContactList">EmpathyContactList</link> *list,
 
307
                                                         const <link linkend="gchar">gchar</link> *group);</programlisting>
 
308
<para>
 
309
 
 
310
</para><variablelist role="params">
 
311
<varlistentry><term><parameter>list</parameter>&nbsp;:</term>
 
312
<listitem><simpara>
 
313
</simpara></listitem></varlistentry>
 
314
<varlistentry><term><parameter>group</parameter>&nbsp;:</term>
 
315
<listitem><simpara>
 
316
 
 
317
 
 
318
</simpara></listitem></varlistentry>
 
319
</variablelist></refsect2>
302
320
 
303
321
</refsect1>
304
322