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

« back to all changes in this revision

Viewing changes to docs/libempathy-gtk/html/libempathy-gtk-empathy-contact-widget.html

  • 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:
25
25
<th width="100%" align="center">libempathy-gtk Reference Manual</th>
26
26
<td><a accesskey="n" href="libempathy-gtk-empathy-geometry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
27
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id345013" class="shortcut">Top</a>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id377941" class="shortcut">Top</a>
29
29
                  &#160;|&#160;
30
 
                  <a href="#id359351" class="shortcut">Description</a></nobr></td></tr>
 
30
                  <a href="#id359426" class="shortcut">Description</a></nobr></td></tr>
31
31
</table>
32
32
<div class="refentry" lang="en">
33
33
<a name="libempathy-gtk-empathy-contact-widget"></a><div class="titlepage"></div>
34
34
<div class="refnamediv"><table width="100%"><tr>
35
35
<td valign="top">
36
36
<h2>
37
 
<a name="id345013"></a><span class="refentrytitle">empathy-contact-widget</span>
 
37
<a name="id377941"></a><span class="refentrytitle">empathy-contact-widget</span>
38
38
</h2>
39
39
<p>empathy-contact-widget</p>
40
40
</td>
65
65
</pre>
66
66
</div>
67
67
<div class="refsect1" lang="en">
68
 
<a name="id359351"></a><h2>Description</h2>
 
68
<a name="id359426"></a><h2>Description</h2>
69
69
<p>
70
70
 
71
71
</p>
72
72
</div>
73
73
<div class="refsect1" lang="en">
74
 
<a name="id359366"></a><h2>Details</h2>
 
74
<a name="id359442"></a><h2>Details</h2>
75
75
<div class="refsect2" lang="en">
76
 
<a name="id359377"></a><h3>
 
76
<a name="id359452"></a><h3>
77
77
<a name="EmpathyContactWidgetFlags"></a>enum EmpathyContactWidgetFlags</h3>
78
 
<a class="indexterm" name="id378209"></a><pre class="programlisting">typedef enum {
 
78
<a class="indexterm" name="id391236"></a><pre class="programlisting">typedef enum {
79
79
        EMPATHY_CONTACT_WIDGET_EDIT_NONE    = 0,
80
80
        EMPATHY_CONTACT_WIDGET_EDIT_ALIAS   = 1 &lt;&lt; 0,
81
81
        EMPATHY_CONTACT_WIDGET_EDIT_AVATAR  = 1 &lt;&lt; 1,
90
90
</div>
91
91
<hr>
92
92
<div class="refsect2" lang="en">
93
 
<a name="id378227"></a><h3>
 
93
<a name="id391254"></a><h3>
94
94
<a name="empathy-contact-widget-new"></a>empathy_contact_widget_new ()</h3>
95
 
<a class="indexterm" name="id378239"></a><pre class="programlisting">GtkWidget*          empathy_contact_widget_new          (<a
 
95
<a class="indexterm" name="id391266"></a><pre class="programlisting">GtkWidget*          empathy_contact_widget_new          (<a
96
96
href="../libempathy/EmpathyContact.html"
97
97
>EmpathyContact</a> *contact,
98
98
                                                         <a class="link" href="libempathy-gtk-empathy-contact-widget.html#EmpathyContactWidgetFlags">EmpathyContactWidgetFlags</a> flags);</pre>
124
124
</div>
125
125
<hr>
126
126
<div class="refsect2" lang="en">
127
 
<a name="id394794"></a><h3>
 
127
<a name="id345507"></a><h3>
128
128
<a name="empathy-contact-widget-get-contact"></a>empathy_contact_widget_get_contact ()</h3>
129
 
<a class="indexterm" name="id394806"></a><pre class="programlisting"><a
 
129
<a class="indexterm" name="id345519"></a><pre class="programlisting"><a
130
130
href="../libempathy/EmpathyContact.html"
131
131
>EmpathyContact</a>*     empathy_contact_widget_get_contact  (GtkWidget *widget);</pre>
132
132
<p>
152
152
</div>
153
153
<hr>
154
154
<div class="refsect2" lang="en">
155
 
<a name="id394862"></a><h3>
 
155
<a name="id345575"></a><h3>
156
156
<a name="empathy-contact-widget-set-contact"></a>empathy_contact_widget_set_contact ()</h3>
157
 
<a class="indexterm" name="id394874"></a><pre class="programlisting">void                empathy_contact_widget_set_contact  (GtkWidget *widget,
 
157
<a class="indexterm" name="id345587"></a><pre class="programlisting">void                empathy_contact_widget_set_contact  (GtkWidget *widget,
158
158
                                                         <a
159
159
href="../libempathy/EmpathyContact.html"
160
160
>EmpathyContact</a> *contact);</pre>
181
181
</div>
182
182
<hr>
183
183
<div class="refsect2" lang="en">
184
 
<a name="id365019"></a><h3>
 
184
<a name="id396827"></a><h3>
185
185
<a name="empathy-contact-widget-set-account-filter"></a>empathy_contact_widget_set_account_filter ()</h3>
186
 
<a class="indexterm" name="id365030"></a><pre class="programlisting">void                empathy_contact_widget_set_account_filter
 
186
<a class="indexterm" name="id396838"></a><pre class="programlisting">void                empathy_contact_widget_set_account_filter
187
187
                                                        (GtkWidget *widget,
188
188
                                                         <a class="link" href="EmpathyAccountChooser.html#EmpathyAccountChooserFilterFunc">EmpathyAccountChooserFilterFunc</a> filter,
189
189
                                                         gpointer user_data);</pre>
215
215
</div>
216
216
</div>
217
217
<div class="refsect1" lang="en">
218
 
<a name="id365117"></a><div class="refsect2" lang="en"><a name="id365118"></a></div>
 
218
<a name="id396926"></a><div class="refsect2" lang="en"><a name="id396927"></a></div>
219
219
<hr>
220
 
<div class="refsect2" lang="en"><a name="id365119"></a></div>
 
220
<div class="refsect2" lang="en"><a name="id396928"></a></div>
221
221
</div>
222
222
</div>
223
223
</body>