~ubuntu-branches/ubuntu/wily/telepathy-glib/wily

« back to all changes in this revision

Viewing changes to docs/reference/html/telepathy-glib-TpContactsMixin.html

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2011-11-01 11:26:09 UTC
  • mfrom: (1.6.32)
  • Revision ID: package-import@ubuntu.com-20111101112609-kdouxczbx1spr97b
Tags: 0.16.1-1
* New upstream release
* Use vala 0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch-service-base.html" title="Service-side implementation">
9
9
<link rel="prev" href="telepathy-glib-base-contact-list.html" title="TpBaseContactList">
10
10
<link rel="next" href="telepathy-glib-dbus-properties-mixin.html" title="TpDBusPropertiesMixin">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
166
166
</p>
167
167
<p>
168
168
</p>
169
 
<div class="informalexample">
170
 
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
171
 
    <tbody>
172
 
      <tr>
173
 
        <td class="listing_lines" align="right"><pre>1
174
 
2</pre></td>
175
 
        <td class="listing_code"><pre class="programlisting"><span class="function"><a href="telepathy-glib-TpContactsMixin.html#tp-contacts-mixin-class-init">tp_contacts_mixin_class_init</a></span><span class="normal"> </span><span class="symbol">((</span><span class="normal"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass">GObjectClass</a> </span><span class="symbol">*)</span><span class="normal"> klass</span><span class="symbol">,</span>
176
 
<span class="normal">                         </span><span class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#G-STRUCT-OFFSET:CAPS">G_STRUCT_OFFSET</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">SomeObjectClass</span><span class="symbol">,</span><span class="normal"> contacts_mixin</span><span class="symbol">));</span></pre></td>
177
 
      </tr>
178
 
    </tbody>
179
 
  </table>
180
 
</div>
181
 
 
 
169
<div class="informalexample"><pre class="programlisting">
 
170
tp_contacts_mixin_class_init ((GObjectClass *) klass,
 
171
                         G_STRUCT_OFFSET (SomeObjectClass, contacts_mixin));
 
172
</pre></div>
182
173
<p>
183
174
</p>
184
175
<div class="variablelist"><table border="0">
250
241
</p>
251
242
<p>
252
243
</p>
253
 
<div class="informalexample">
254
 
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
255
 
    <tbody>
256
 
      <tr>
257
 
        <td class="listing_lines" align="right"><pre>1
258
 
2</pre></td>
259
 
        <td class="listing_code"><pre class="programlisting"><span class="function"><a href="telepathy-glib-TpContactsMixin.html#tp-contacts-mixin-init">tp_contacts_mixin_init</a></span><span class="normal"> </span><span class="symbol">((</span><span class="normal"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> </span><span class="symbol">*)</span><span class="normal"> self</span><span class="symbol">,</span>
260
 
<span class="normal">                    </span><span class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#G-STRUCT-OFFSET:CAPS">G_STRUCT_OFFSET</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">SomeObject</span><span class="symbol">,</span><span class="normal"> contacts_mixin</span><span class="symbol">));</span></pre></td>
261
 
      </tr>
262
 
    </tbody>
263
 
  </table>
264
 
</div>
265
 
 
 
244
<div class="informalexample"><pre class="programlisting">
 
245
tp_contacts_mixin_init ((GObject *) self,
 
246
                    G_STRUCT_OFFSET (SomeObject, contacts_mixin));
 
247
</pre></div>
266
248
<p>
267
249
</p>
268
250
<div class="variablelist"><table border="0">
409
391
</div>
410
392
<div class="footer">
411
393
<hr>
412
 
          Generated by GTK-Doc V1.17.1</div>
 
394
          Generated by GTK-Doc V1.17</div>
413
395
</body>
414
396
</html>
 
 
b'\\ No newline at end of file'