~ubuntu-branches/ubuntu/wily/evolution-data-server/wily

« back to all changes in this revision

Viewing changes to docs/reference/private/html/EDBusObject.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Evolution-Data-Server Manual: Private: EDBusObject</title>
 
5
<title>EDBusObject: Evolution-Data-Server Manual: Private</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Private">
8
8
<link rel="up" href="ch01.html" title="D-Bus API Reference">
9
9
<link rel="prev" href="ch01.html" title="D-Bus API Reference">
10
10
<link rel="next" href="EDBusSource.html" title="EDBusSource">
11
 
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.23 (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">
350
350
e_dbus_object_peek_source (<em class="parameter"><code><a class="link" href="EDBusObject.html" title="EDBusObject"><span class="type">EDBusObject</span></a> *object</code></em>);</pre>
351
351
<p>Like <a class="link" href="EDBusObject.html#e-dbus-object-get-source" title="e_dbus_object_get_source ()"><code class="function">e_dbus_object_get_source()</code></a> but doesn't increase the reference count on the returned object.</p>
352
352
<div class="warning">It is not safe to use the returned object if you are on another thread than the one where the <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
353
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
353
354
<div class="refsect3">
354
 
<a name="id-1.2.2.13.3.6"></a><h4>Parameters</h4>
 
355
<a name="id-1.2.2.13.3.7"></a><h4>Parameters</h4>
355
356
<div class="informaltable"><table width="100%" border="0">
356
357
<colgroup>
357
358
<col width="150px" class="parameters_name">
366
367
</table></div>
367
368
</div>
368
369
<div class="refsect3">
369
 
<a name="id-1.2.2.13.3.7"></a><h4>Returns</h4>
 
370
<a name="id-1.2.2.13.3.8"></a><h4>Returns</h4>
370
371
<p> A <a class="link" href="EDBusSource.html" title="EDBusSource"><span class="type">EDBusSource</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em>
371
372
does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>
372
373
. </p>
409
410
e_dbus_object_peek_source_removable (<em class="parameter"><code><a class="link" href="EDBusObject.html" title="EDBusObject"><span class="type">EDBusObject</span></a> *object</code></em>);</pre>
410
411
<p>Like <a class="link" href="EDBusObject.html#e-dbus-object-get-source-removable" title="e_dbus_object_get_source_removable ()"><code class="function">e_dbus_object_get_source_removable()</code></a> but doesn't increase the reference count on the returned object.</p>
411
412
<div class="warning">It is not safe to use the returned object if you are on another thread than the one where the <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
413
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
412
414
<div class="refsect3">
413
 
<a name="id-1.2.2.13.5.6"></a><h4>Parameters</h4>
 
415
<a name="id-1.2.2.13.5.7"></a><h4>Parameters</h4>
414
416
<div class="informaltable"><table width="100%" border="0">
415
417
<colgroup>
416
418
<col width="150px" class="parameters_name">
425
427
</table></div>
426
428
</div>
427
429
<div class="refsect3">
428
 
<a name="id-1.2.2.13.5.7"></a><h4>Returns</h4>
 
430
<a name="id-1.2.2.13.5.8"></a><h4>Returns</h4>
429
431
<p> A <a class="link" href="EDBusSourceRemovable.html" title="EDBusSourceRemovable"><span class="type">EDBusSourceRemovable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em>
430
432
does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>
431
433
. </p>
468
470
e_dbus_object_peek_source_writable (<em class="parameter"><code><a class="link" href="EDBusObject.html" title="EDBusObject"><span class="type">EDBusObject</span></a> *object</code></em>);</pre>
469
471
<p>Like <a class="link" href="EDBusObject.html#e-dbus-object-get-source-writable" title="e_dbus_object_get_source_writable ()"><code class="function">e_dbus_object_get_source_writable()</code></a> but doesn't increase the reference count on the returned object.</p>
470
472
<div class="warning">It is not safe to use the returned object if you are on another thread than the one where the <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
473
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
471
474
<div class="refsect3">
472
 
<a name="id-1.2.2.13.7.6"></a><h4>Parameters</h4>
 
475
<a name="id-1.2.2.13.7.7"></a><h4>Parameters</h4>
473
476
<div class="informaltable"><table width="100%" border="0">
474
477
<colgroup>
475
478
<col width="150px" class="parameters_name">
484
487
</table></div>
485
488
</div>
486
489
<div class="refsect3">
487
 
<a name="id-1.2.2.13.7.7"></a><h4>Returns</h4>
 
490
<a name="id-1.2.2.13.7.8"></a><h4>Returns</h4>
488
491
<p> A <a class="link" href="EDBusSourceWritable.html" title="EDBusSourceWritable"><span class="type">EDBusSourceWritable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em>
489
492
does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>
490
493
. </p>
529
532
                               (<em class="parameter"><code><a class="link" href="EDBusObject.html" title="EDBusObject"><span class="type">EDBusObject</span></a> *object</code></em>);</pre>
530
533
<p>Like <a class="link" href="EDBusObject.html#e-dbus-object-get-source-remote-creatable" title="e_dbus_object_get_source_remote_creatable ()"><code class="function">e_dbus_object_get_source_remote_creatable()</code></a> but doesn't increase the reference count on the returned object.</p>
531
534
<div class="warning">It is not safe to use the returned object if you are on another thread than the one where the <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
535
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
532
536
<div class="refsect3">
533
 
<a name="id-1.2.2.13.9.6"></a><h4>Parameters</h4>
 
537
<a name="id-1.2.2.13.9.7"></a><h4>Parameters</h4>
534
538
<div class="informaltable"><table width="100%" border="0">
535
539
<colgroup>
536
540
<col width="150px" class="parameters_name">
545
549
</table></div>
546
550
</div>
547
551
<div class="refsect3">
548
 
<a name="id-1.2.2.13.9.7"></a><h4>Returns</h4>
 
552
<a name="id-1.2.2.13.9.8"></a><h4>Returns</h4>
549
553
<p> A <a class="link" href="EDBusSourceRemoteCreatable.html" title="EDBusSourceRemoteCreatable"><span class="type">EDBusSourceRemoteCreatable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em>
550
554
does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>
551
555
. </p>
590
594
                               (<em class="parameter"><code><a class="link" href="EDBusObject.html" title="EDBusObject"><span class="type">EDBusObject</span></a> *object</code></em>);</pre>
591
595
<p>Like <a class="link" href="EDBusObject.html#e-dbus-object-get-source-remote-deletable" title="e_dbus_object_get_source_remote_deletable ()"><code class="function">e_dbus_object_get_source_remote_deletable()</code></a> but doesn't increase the reference count on the returned object.</p>
592
596
<div class="warning">It is not safe to use the returned object if you are on another thread than the one where the <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
597
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
593
598
<div class="refsect3">
594
 
<a name="id-1.2.2.13.11.6"></a><h4>Parameters</h4>
 
599
<a name="id-1.2.2.13.11.7"></a><h4>Parameters</h4>
595
600
<div class="informaltable"><table width="100%" border="0">
596
601
<colgroup>
597
602
<col width="150px" class="parameters_name">
606
611
</table></div>
607
612
</div>
608
613
<div class="refsect3">
609
 
<a name="id-1.2.2.13.11.7"></a><h4>Returns</h4>
 
614
<a name="id-1.2.2.13.11.8"></a><h4>Returns</h4>
610
615
<p> A <a class="link" href="EDBusSourceRemoteDeletable.html" title="EDBusSourceRemoteDeletable"><span class="type">EDBusSourceRemoteDeletable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em>
611
616
does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>
612
617
. </p>
651
656
                               (<em class="parameter"><code><a class="link" href="EDBusObject.html" title="EDBusObject"><span class="type">EDBusObject</span></a> *object</code></em>);</pre>
652
657
<p>Like <a class="link" href="EDBusObject.html#e-dbus-object-get-source-oauth2-support" title="e_dbus_object_get_source_oauth2_support ()"><code class="function">e_dbus_object_get_source_oauth2_support()</code></a> but doesn't increase the reference count on the returned object.</p>
653
658
<div class="warning">It is not safe to use the returned object if you are on another thread than the one where the <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
659
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
654
660
<div class="refsect3">
655
 
<a name="id-1.2.2.13.13.6"></a><h4>Parameters</h4>
 
661
<a name="id-1.2.2.13.13.7"></a><h4>Parameters</h4>
656
662
<div class="informaltable"><table width="100%" border="0">
657
663
<colgroup>
658
664
<col width="150px" class="parameters_name">
667
673
</table></div>
668
674
</div>
669
675
<div class="refsect3">
670
 
<a name="id-1.2.2.13.13.7"></a><h4>Returns</h4>
 
676
<a name="id-1.2.2.13.13.8"></a><h4>Returns</h4>
671
677
<p> A <a class="link" href="EDBusSourceOAuth2Support.html" title="EDBusSourceOAuth2Support"><span class="type">EDBusSourceOAuth2Support</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em>
672
678
does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>
673
679
. </p>
1000
1006
</div>
1001
1007
</div>
1002
1008
<div class="footer">
1003
 
<hr>
1004
 
          Generated by GTK-Doc V1.21</div>
 
1009
<hr>Generated by GTK-Doc V1.23</div>
1005
1010
</body>
1006
1011
</html>
 
 
b'\\ No newline at end of file'