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

« back to all changes in this revision

Viewing changes to docs/libempathy/xml/empathy-contact-groups.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:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
 
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 
4
<!ENTITY version SYSTEM "version.xml">
 
5
]>
 
6
<refentry id="libempathy-empathy-contact-groups">
 
7
<refmeta>
 
8
<refentrytitle role="top_of_page">empathy-contact-groups</refentrytitle>
 
9
<manvolnum>3</manvolnum>
 
10
<refmiscinfo>LIBEMPATHY Library</refmiscinfo>
 
11
</refmeta>
 
12
 
 
13
<refnamediv>
 
14
<refname>empathy-contact-groups</refname>
 
15
<refpurpose></refpurpose>
 
16
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
17
</refnamediv>
 
18
 
 
19
<refsynopsisdiv role="synopsis">
 
20
<title role="synopsis.title">Synopsis</title>
 
21
 
 
22
<synopsis>
 
23
 
 
24
 
 
25
 
 
26
<link linkend="void">void</link>                <link linkend="empathy-contact-groups-get-all">empathy_contact_groups_get_all</link>      (void);
 
27
<link linkend="gboolean">gboolean</link>            <link linkend="empathy-contact-group-get-expanded">empathy_contact_group_get_expanded</link>  (const <link linkend="gchar">gchar</link> *group);
 
28
<link linkend="void">void</link>                <link linkend="empathy-contact-group-set-expanded">empathy_contact_group_set_expanded</link>  (const <link linkend="gchar">gchar</link> *group,
 
29
                                                         <link linkend="gboolean">gboolean</link> expanded);
 
30
</synopsis>
 
31
</refsynopsisdiv>
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
<refsect1 role="desc">
 
42
<title role="desc.title">Description</title>
 
43
<para>
 
44
 
 
45
</para>
 
46
</refsect1>
 
47
 
 
48
<refsect1 role="details">
 
49
<title role="details.title">Details</title>
 
50
<refsect2>
 
51
<title><anchor id="empathy-contact-groups-get-all" role="function"/>empathy_contact_groups_get_all ()</title>
 
52
<indexterm><primary>empathy_contact_groups_get_all</primary></indexterm><programlisting><link linkend="void">void</link>                empathy_contact_groups_get_all      (void);</programlisting>
 
53
<para>
 
54
 
 
55
</para></refsect2>
 
56
<refsect2>
 
57
<title><anchor id="empathy-contact-group-get-expanded" role="function"/>empathy_contact_group_get_expanded ()</title>
 
58
<indexterm><primary>empathy_contact_group_get_expanded</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            empathy_contact_group_get_expanded  (const <link linkend="gchar">gchar</link> *group);</programlisting>
 
59
<para>
 
60
 
 
61
</para><variablelist role="params">
 
62
<varlistentry><term><parameter>group</parameter>&nbsp;:</term>
 
63
<listitem><simpara>
 
64
</simpara></listitem></varlistentry>
 
65
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
 
66
 
 
67
 
 
68
</simpara></listitem></varlistentry>
 
69
</variablelist></refsect2>
 
70
<refsect2>
 
71
<title><anchor id="empathy-contact-group-set-expanded" role="function"/>empathy_contact_group_set_expanded ()</title>
 
72
<indexterm><primary>empathy_contact_group_set_expanded</primary></indexterm><programlisting><link linkend="void">void</link>                empathy_contact_group_set_expanded  (const <link linkend="gchar">gchar</link> *group,
 
73
                                                         <link linkend="gboolean">gboolean</link> expanded);</programlisting>
 
74
<para>
 
75
 
 
76
</para><variablelist role="params">
 
77
<varlistentry><term><parameter>group</parameter>&nbsp;:</term>
 
78
<listitem><simpara>
 
79
</simpara></listitem></varlistentry>
 
80
<varlistentry><term><parameter>expanded</parameter>&nbsp;:</term>
 
81
<listitem><simpara>
 
82
 
 
83
 
 
84
</simpara></listitem></varlistentry>
 
85
</variablelist></refsect2>
 
86
 
 
87
</refsect1>
 
88
 
 
89
 
 
90
 
 
91
 
 
92
 
 
93
<refsect1><refsect2 /><refsect2 /></refsect1>
 
94
</refentry>