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

« back to all changes in this revision

Viewing changes to docs/reference/html/telepathy-glib-TpPropertiesMixin.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-TpPresenceMixin.html" title="TpPresenceMixin">
10
10
<link rel="next" href="TpBaseRoomConfig.html" title="TpBaseRoomConfig">
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">
329
329
</p>
330
330
<p>
331
331
</p>
332
 
<div class="informalexample">
333
 
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
334
 
    <tbody>
335
 
      <tr>
336
 
        <td class="listing_lines" align="right"><pre>1
337
 
2
338
 
3</pre></td>
339
 
        <td class="listing_code"><pre class="programlisting"><span class="function"><a href="telepathy-glib-TpPropertiesMixin.html#tp-properties-mixin-class-init">tp_properties_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>
340
 
<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>
341
 
<span class="normal">                                 properties_mixin</span><span class="symbol">));</span></pre></td>
342
 
      </tr>
343
 
    </tbody>
344
 
  </table>
345
 
</div>
346
 
 
 
332
<div class="informalexample"><pre class="programlisting">
 
333
tp_properties_mixin_class_init ((GObjectClass *) klass,
 
334
                                G_STRUCT_OFFSET (SomeObjectClass,
 
335
                                 properties_mixin));
 
336
</pre></div>
347
337
<p>
348
338
</p>
349
339
<div class="variablelist"><table border="0">
385
375
</p>
386
376
<p>
387
377
</p>
388
 
<div class="informalexample">
389
 
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
390
 
    <tbody>
391
 
      <tr>
392
 
        <td class="listing_lines" align="right"><pre>1
393
 
2
394
 
3</pre></td>
395
 
        <td class="listing_code"><pre class="programlisting"><span class="function"><a href="telepathy-glib-TpPropertiesMixin.html#tp-properties-mixin-init">tp_properties_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>
396
 
<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"> properties_mixin</span><span class="symbol">),</span>
397
 
<span class="normal">                          self</span><span class="symbol">-&gt;</span><span class="normal">contact_repo</span><span class="symbol">);</span></pre></td>
398
 
      </tr>
399
 
    </tbody>
400
 
  </table>
401
 
</div>
402
 
 
 
378
<div class="informalexample"><pre class="programlisting">
 
379
tp_properties_mixin_init ((GObject *) self,
 
380
                          G_STRUCT_OFFSET (SomeObject, properties_mixin),
 
381
                          self-&gt;contact_repo);
 
382
</pre></div>
403
383
<p>
404
384
</p>
405
385
<div class="variablelist"><table border="0">
1052
1032
</div>
1053
1033
<div class="footer">
1054
1034
<hr>
1055
 
          Generated by GTK-Doc V1.17.1</div>
 
1035
          Generated by GTK-Doc V1.17</div>
1056
1036
</body>
1057
1037
</html>
 
 
b'\\ No newline at end of file'