~ubuntu-branches/ubuntu/precise/empathy/precise

« back to all changes in this revision

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

Tags: upstream-0.21.90
ImportĀ upstreamĀ versionĀ 0.21.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
 
25
25
 
26
 
                    <link linkend="EmpathyContactListViewPriv">EmpathyContactListViewPriv</link>;
 
26
enum                <link linkend="EmpathyContactListFeatures">EmpathyContactListFeatures</link>;
27
27
                    <link linkend="EmpathyContactListView-struct">EmpathyContactListView</link>;
28
 
<link linkend="EmpathyContactListView">EmpathyContactListView</link>* <link linkend="empathy-contact-list-view-new">empathy_contact_list_view_new</link>   (<link linkend="EmpathyContactListStore">EmpathyContactListStore</link> *store);
29
 
<link linkend="void">void</link>                <link linkend="empathy-contact-list-view-set-interactive">empathy_contact_list_view_set_interactive</link>
 
28
<link linkend="EmpathyContactListView">EmpathyContactListView</link>* <link linkend="empathy-contact-list-view-new">empathy_contact_list_view_new</link>   (<link linkend="EmpathyContactListStore">EmpathyContactListStore</link> *store,
 
29
                                                         <link linkend="EmpathyContactListFeatures">EmpathyContactListFeatures</link> features);
 
30
<link linkend="void">void</link>                <link linkend="empathy-contact-list-view-set-features">empathy_contact_list_view_set_features</link>
30
31
                                                        (<link linkend="EmpathyContactListView">EmpathyContactListView</link> *view,
31
 
                                                         <link linkend="gboolean">gboolean</link> interactive);
32
 
<link linkend="gboolean">gboolean</link>            <link linkend="empathy-contact-list-view-get-interactive">empathy_contact_list_view_get_interactive</link>
 
32
                                                         <link linkend="EmpathyContactListFeatures">EmpathyContactListFeatures</link> features);
 
33
<link linkend="EmpathyContactListFeatures">EmpathyContactListFeatures</link> <link linkend="empathy-contact-list-view-get-features">empathy_contact_list_view_get_features</link>
33
34
                                                        (<link linkend="EmpathyContactListView">EmpathyContactListView</link> *view);
34
35
<link linkend="EmpathyContact">EmpathyContact</link>*     <link linkend="empathy-contact-list-view-get-selected">empathy_contact_list_view_get_selected</link>
35
36
                                                        (<link linkend="EmpathyContactListView">EmpathyContactListView</link> *view);
74
75
<title role="properties.title">Properties</title>
75
76
<synopsis>
76
77
 
77
 
  &quot;<link linkend="EmpathyContactListView--interactive">interactive</link>&quot;              <link linkend="gboolean">gboolean</link>              : Read / Write
 
78
  &quot;<link linkend="EmpathyContactListView--features">features</link>&quot;                 <link linkend="EmpathyContactListFeatures">EmpathyContactListFeatures</link>  : Read / Write
78
79
</synopsis>
79
80
</refsect1>
80
81
 
97
98
<refsect1 role="details">
98
99
<title role="details.title">Details</title>
99
100
<refsect2>
100
 
<title><anchor id="EmpathyContactListViewPriv" role="struct"/>EmpathyContactListViewPriv</title>
101
 
<indexterm><primary>EmpathyContactListViewPriv</primary></indexterm><programlisting>typedef struct _EmpathyContactListViewPriv EmpathyContactListViewPriv;</programlisting>
 
101
<title><anchor id="EmpathyContactListFeatures" role="enum"/>enum EmpathyContactListFeatures</title>
 
102
<indexterm><primary>EmpathyContactListFeatures</primary></indexterm><programlisting>typedef enum {
 
103
        EMPATHY_CONTACT_LIST_FEATURE_NONE = 0,
 
104
        EMPATHY_CONTACT_LIST_FEATURE_GROUPS_SAVE = 1 &lt;&lt; 0,
 
105
        EMPATHY_CONTACT_LIST_FEATURE_GROUPS_RENAME = 1 &lt;&lt; 1,
 
106
        EMPATHY_CONTACT_LIST_FEATURE_GROUPS_REMOVE = 1 &lt;&lt; 2,
 
107
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_CHAT = 1 &lt;&lt; 3,
 
108
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_CALL = 1 &lt;&lt; 4,
 
109
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_LOG = 1 &lt;&lt; 5,
 
110
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_FT = 1 &lt;&lt; 6,
 
111
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_INVITE = 1 &lt;&lt; 7,
 
112
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_EDIT = 1 &lt;&lt; 8,
 
113
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_INFO = 1 &lt;&lt; 9,
 
114
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_REMOVE = 1 &lt;&lt; 10,
 
115
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DROP = 1 &lt;&lt; 11,
 
116
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DRAG = 1 &lt;&lt; 12,
 
117
        EMPATHY_CONTACT_LIST_FEATURE_ALL = (1 &lt;&lt; 13) - 1,
 
118
} EmpathyContactListFeatures;
 
119
</programlisting>
102
120
<para>
103
121
 
104
122
</para></refsect2>
110
128
</para></refsect2>
111
129
<refsect2>
112
130
<title><anchor id="empathy-contact-list-view-new" role="function"/>empathy_contact_list_view_new ()</title>
113
 
<indexterm><primary>empathy_contact_list_view_new</primary></indexterm><programlisting><link linkend="EmpathyContactListView">EmpathyContactListView</link>* empathy_contact_list_view_new   (<link linkend="EmpathyContactListStore">EmpathyContactListStore</link> *store);</programlisting>
 
131
<indexterm><primary>empathy_contact_list_view_new</primary></indexterm><programlisting><link linkend="EmpathyContactListView">EmpathyContactListView</link>* empathy_contact_list_view_new   (<link linkend="EmpathyContactListStore">EmpathyContactListStore</link> *store,
 
132
                                                         <link linkend="EmpathyContactListFeatures">EmpathyContactListFeatures</link> features);</programlisting>
114
133
<para>
115
134
 
116
135
</para><variablelist role="params">
117
136
<varlistentry><term><parameter>store</parameter>&nbsp;:</term>
118
137
<listitem><simpara>
119
138
</simpara></listitem></varlistentry>
 
139
<varlistentry><term><parameter>features</parameter>&nbsp;:</term>
 
140
<listitem><simpara>
 
141
</simpara></listitem></varlistentry>
120
142
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
121
143
 
122
144
 
123
145
</simpara></listitem></varlistentry>
124
146
</variablelist></refsect2>
125
147
<refsect2>
126
 
<title><anchor id="empathy-contact-list-view-set-interactive" role="function"/>empathy_contact_list_view_set_interactive ()</title>
127
 
<indexterm><primary>empathy_contact_list_view_set_interactive</primary></indexterm><programlisting><link linkend="void">void</link>                empathy_contact_list_view_set_interactive
 
148
<title><anchor id="empathy-contact-list-view-set-features" role="function"/>empathy_contact_list_view_set_features ()</title>
 
149
<indexterm><primary>empathy_contact_list_view_set_features</primary></indexterm><programlisting><link linkend="void">void</link>                empathy_contact_list_view_set_features
128
150
                                                        (<link linkend="EmpathyContactListView">EmpathyContactListView</link> *view,
129
 
                                                         <link linkend="gboolean">gboolean</link> interactive);</programlisting>
 
151
                                                         <link linkend="EmpathyContactListFeatures">EmpathyContactListFeatures</link> features);</programlisting>
130
152
<para>
131
153
 
132
154
</para><variablelist role="params">
133
155
<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
134
156
<listitem><simpara>
135
157
</simpara></listitem></varlistentry>
136
 
<varlistentry><term><parameter>interactive</parameter>&nbsp;:</term>
 
158
<varlistentry><term><parameter>features</parameter>&nbsp;:</term>
137
159
<listitem><simpara>
138
160
 
139
161
 
140
162
</simpara></listitem></varlistentry>
141
163
</variablelist></refsect2>
142
164
<refsect2>
143
 
<title><anchor id="empathy-contact-list-view-get-interactive" role="function"/>empathy_contact_list_view_get_interactive ()</title>
144
 
<indexterm><primary>empathy_contact_list_view_get_interactive</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            empathy_contact_list_view_get_interactive
 
165
<title><anchor id="empathy-contact-list-view-get-features" role="function"/>empathy_contact_list_view_get_features ()</title>
 
166
<indexterm><primary>empathy_contact_list_view_get_features</primary></indexterm><programlisting><link linkend="EmpathyContactListFeatures">EmpathyContactListFeatures</link> empathy_contact_list_view_get_features
145
167
                                                        (<link linkend="EmpathyContactListView">EmpathyContactListView</link> *view);</programlisting>
146
168
<para>
147
169
 
222
244
</refsect1>
223
245
<refsect1 role="property_details">
224
246
<title role="property_details.title">Property Details</title>
225
 
<refsect2><title><anchor id="EmpathyContactListView--interactive"/>The <literal>&quot;interactive&quot;</literal> property</title>
226
 
<indexterm><primary>EmpathyContactListView:interactive</primary></indexterm><programlisting>  &quot;interactive&quot;              <link linkend="gboolean">gboolean</link>              : Read / Write</programlisting>
227
 
<para>Is the view interactive.</para><para>Default value: FALSE</para>
228
 
</refsect2>
 
247
<refsect2><title><anchor id="EmpathyContactListView--features"/>The <literal>&quot;features&quot;</literal> property</title>
 
248
<indexterm><primary>EmpathyContactListView:features</primary></indexterm><programlisting>  &quot;features&quot;                 <link linkend="EmpathyContactListFeatures">EmpathyContactListFeatures</link>  : Read / Write</programlisting>
 
249
<para>Falgs for all enabled features.</para></refsect2>
229
250
 
230
251
</refsect1>
231
252