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

« back to all changes in this revision

Viewing changes to docs/libempathy/xml/empathy-tp-group.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:
48
48
const <link linkend="gchar">gchar</link>*        <link linkend="empathy-tp-group-get-name">empathy_tp_group_get_name</link>           (<link linkend="EmpathyTpGroup">EmpathyTpGroup</link> *group);
49
49
<link linkend="EmpathyContact">EmpathyContact</link>*     <link linkend="empathy-tp-group-get-self-contact">empathy_tp_group_get_self_contact</link>   (<link linkend="EmpathyTpGroup">EmpathyTpGroup</link> *group);
50
50
const <link linkend="gchar">gchar</link>*        <link linkend="empathy-tp-group-get-object-path">empathy_tp_group_get_object_path</link>    (<link linkend="EmpathyTpGroup">EmpathyTpGroup</link> *group);
 
51
<link linkend="TpChan">TpChan</link>*             <link linkend="empathy-tp-group-get-channel">empathy_tp_group_get_channel</link>        (<link linkend="EmpathyTpGroup">EmpathyTpGroup</link> *group);
51
52
<link linkend="gboolean">gboolean</link>            <link linkend="empathy-tp-group-is-member">empathy_tp_group_is_member</link>          (<link linkend="EmpathyTpGroup">EmpathyTpGroup</link> *group,
52
53
                                                         <link linkend="EmpathyContact">EmpathyContact</link> *contact);
53
54
<link linkend="EmpathyPendingInfo">EmpathyPendingInfo</link>* <link linkend="empathy-pending-info-new">empathy_pending_info_new</link>            (<link linkend="EmpathyContact">EmpathyContact</link> *member,
315
316
</simpara></listitem></varlistentry>
316
317
</variablelist></refsect2>
317
318
<refsect2>
 
319
<title><anchor id="empathy-tp-group-get-channel" role="function"/>empathy_tp_group_get_channel ()</title>
 
320
<indexterm><primary>empathy_tp_group_get_channel</primary></indexterm><programlisting><link linkend="TpChan">TpChan</link>*             empathy_tp_group_get_channel        (<link linkend="EmpathyTpGroup">EmpathyTpGroup</link> *group);</programlisting>
 
321
<para>
 
322
 
 
323
</para><variablelist role="params">
 
324
<varlistentry><term><parameter>group</parameter>&nbsp;:</term>
 
325
<listitem><simpara>
 
326
</simpara></listitem></varlistentry>
 
327
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
 
328
 
 
329
 
 
330
</simpara></listitem></varlistentry>
 
331
</variablelist></refsect2>
 
332
<refsect2>
318
333
<title><anchor id="empathy-tp-group-is-member" role="function"/>empathy_tp_group_is_member ()</title>
319
334
<indexterm><primary>empathy_tp_group_is_member</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            empathy_tp_group_is_member          (<link linkend="EmpathyTpGroup">EmpathyTpGroup</link> *group,
320
335
                                                         <link linkend="EmpathyContact">EmpathyContact</link> *contact);</programlisting>