~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to docs/libempathy-gtk/html/libempathy-gtk-empathy-geometry.html

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-11-16 23:40:52 UTC
  • mfrom: (1.1.39 upstream)
  • mto: (6.3.7 experimental)
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20091116234052-7hhwrpeln4mwdyw7
Tags: upstream-2.29.2
Import upstream version 2.29.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>empathy-geometry</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="libempathy-gtk Reference Manual">
8
 
<link rel="up" href="libempathy_api.html" title="libempathy-gtk API reference">
9
 
<link rel="prev" href="libempathy-gtk-empathy-contact-widget.html" title="EmpathyContactWidget">
10
 
<link rel="next" href="libempathy-gtk-empathy-images.html" title="empathy-images">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="pt01.html" title="Part I. libempathy-gtk Overview">
14
 
<link rel="part" href="pt02.html" title="Part II. API Reference">
15
 
<link rel="chapter" href="libempathy_api.html" title="libempathy-gtk API reference">
16
 
<link rel="chapter" href="libempathy-gtk-hierarchy.html" title="Object Hierarchy">
17
 
<link rel="index" href="ix01.html" title="Index">
18
 
</head>
19
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
21
 
<tr valign="middle">
22
 
<td><a accesskey="p" href="libempathy-gtk-empathy-contact-widget.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
23
 
<td><a accesskey="u" href="libempathy_api.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
24
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
25
 
<th width="100%" align="center">libempathy-gtk Reference Manual</th>
26
 
<td><a accesskey="n" href="libempathy-gtk-empathy-images.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
 
</tr>
28
 
<tr><td colspan="5" class="shortcuts">
29
 
<a href="#libempathy-gtk-empathy-geometry.synopsis" class="shortcut">Top</a>
30
 
                 | 
31
 
                <a href="#libempathy-gtk-empathy-geometry.description" class="shortcut">Description</a>
32
 
</td></tr>
33
 
</table>
34
 
<div class="refentry" lang="en">
35
 
<a name="libempathy-gtk-empathy-geometry"></a><div class="titlepage"></div>
36
 
<div class="refnamediv"><table width="100%"><tr>
37
 
<td valign="top">
38
 
<h2><span class="refentrytitle"><a name="libempathy-gtk-empathy-geometry.top_of_page"></a>empathy-geometry</span></h2>
39
 
<p>empathy-geometry</p>
40
 
</td>
41
 
<td valign="top" align="right"></td>
42
 
</tr></table></div>
43
 
<div class="refsynopsisdiv">
44
 
<a name="libempathy-gtk-empathy-geometry.synopsis"></a><h2>Synopsis</h2>
45
 
<pre class="synopsis">
46
 
void                <a class="link" href="libempathy-gtk-empathy-geometry.html#empathy-geometry-save" title="empathy_geometry_save ()">empathy_geometry_save</a>               (const <a
47
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
48
 
>gchar</a> *name,
49
 
                                                         <a
50
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
51
 
>gint</a> x,
52
 
                                                         <a
53
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
54
 
>gint</a> y,
55
 
                                                         <a
56
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
57
 
>gint</a> w,
58
 
                                                         <a
59
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
60
 
>gint</a> h);
61
 
void                <a class="link" href="libempathy-gtk-empathy-geometry.html#empathy-geometry-load" title="empathy_geometry_load ()">empathy_geometry_load</a>               (const <a
62
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
63
 
>gchar</a> *name,
64
 
                                                         <a
65
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
66
 
>gint</a> *x,
67
 
                                                         <a
68
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
69
 
>gint</a> *y,
70
 
                                                         <a
71
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
72
 
>gint</a> *w,
73
 
                                                         <a
74
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
75
 
>gint</a> *h);
76
 
</pre>
77
 
</div>
78
 
<div class="refsect1" lang="en">
79
 
<a name="libempathy-gtk-empathy-geometry.description"></a><h2>Description</h2>
80
 
<p>
81
 
</p>
82
 
</div>
83
 
<div class="refsect1" lang="en">
84
 
<a name="libempathy-gtk-empathy-geometry.details"></a><h2>Details</h2>
85
 
<div class="refsect2" lang="en">
86
 
<a name="empathy-geometry-save"></a><h3>empathy_geometry_save ()</h3>
87
 
<pre class="programlisting">void                empathy_geometry_save               (const <a
88
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
89
 
>gchar</a> *name,
90
 
                                                         <a
91
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
92
 
>gint</a> x,
93
 
                                                         <a
94
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
95
 
>gint</a> y,
96
 
                                                         <a
97
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
98
 
>gint</a> w,
99
 
                                                         <a
100
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
101
 
>gint</a> h);</pre>
102
 
<p>
103
 
</p>
104
 
<div class="variablelist"><table border="0">
105
 
<col align="left" valign="top">
106
 
<tbody>
107
 
<tr>
108
 
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
109
 
<td>
110
 
</td>
111
 
</tr>
112
 
<tr>
113
 
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
114
 
<td>
115
 
</td>
116
 
</tr>
117
 
<tr>
118
 
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
119
 
<td>
120
 
</td>
121
 
</tr>
122
 
<tr>
123
 
<td><p><span class="term"><em class="parameter"><code>w</code></em> :</span></p></td>
124
 
<td>
125
 
</td>
126
 
</tr>
127
 
<tr>
128
 
<td><p><span class="term"><em class="parameter"><code>h</code></em> :</span></p></td>
129
 
<td>
130
 
</td>
131
 
</tr>
132
 
</tbody>
133
 
</table></div>
134
 
</div>
135
 
<hr>
136
 
<div class="refsect2" lang="en">
137
 
<a name="empathy-geometry-load"></a><h3>empathy_geometry_load ()</h3>
138
 
<pre class="programlisting">void                empathy_geometry_load               (const <a
139
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
140
 
>gchar</a> *name,
141
 
                                                         <a
142
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
143
 
>gint</a> *x,
144
 
                                                         <a
145
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
146
 
>gint</a> *y,
147
 
                                                         <a
148
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
149
 
>gint</a> *w,
150
 
                                                         <a
151
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
152
 
>gint</a> *h);</pre>
153
 
<p>
154
 
</p>
155
 
<div class="variablelist"><table border="0">
156
 
<col align="left" valign="top">
157
 
<tbody>
158
 
<tr>
159
 
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
160
 
<td>
161
 
</td>
162
 
</tr>
163
 
<tr>
164
 
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
165
 
<td>
166
 
</td>
167
 
</tr>
168
 
<tr>
169
 
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
170
 
<td>
171
 
</td>
172
 
</tr>
173
 
<tr>
174
 
<td><p><span class="term"><em class="parameter"><code>w</code></em> :</span></p></td>
175
 
<td>
176
 
</td>
177
 
</tr>
178
 
<tr>
179
 
<td><p><span class="term"><em class="parameter"><code>h</code></em> :</span></p></td>
180
 
<td>
181
 
</td>
182
 
</tr>
183
 
</tbody>
184
 
</table></div>
185
 
</div>
186
 
</div>
187
 
</div>
188
 
<div class="footer">
189
 
<hr>
190
 
          Generated by GTK-Doc V1.11</div>
191
 
</body>
192
 
</html>