~ubuntu-branches/ubuntu/vivid/glib2.0/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/GDBusObjectProxy.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-24 20:58:34 UTC
  • mfrom: (1.66.13)
  • Revision ID: package-import@ubuntu.com-20140324205834-8hsgok8k36ftocqa
Tags: 2.40.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
</tr>
79
79
<tr>
80
80
<td class="property_type">
81
 
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
 
81
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
82
82
<td class="property_name"><a class="link" href="GDBusObjectProxy.html#GDBusObjectProxy--g-object-path" title="The “g-object-path” property">g-object-path</a></td>
83
83
<td class="property_flags">Read / Write / Construct Only</td>
84
84
</tr>
106
106
</div>
107
107
<div class="refsect1">
108
108
<a name="GDBusObjectProxy.object-hierarchy"></a><h2>Object Hierarchy</h2>
109
 
<pre class="screen">    <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
109
<pre class="screen">    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
110
110
    <span class="lineart">╰──</span> GDBusObjectProxy
111
111
</pre>
112
112
</div>
134
134
<a name="g-dbus-object-proxy-new"></a><h3>g_dbus_object_proxy_new ()</h3>
135
135
<pre class="programlisting"><a class="link" href="GDBusObjectProxy.html" title="GDBusObjectProxy"><span class="returnvalue">GDBusObjectProxy</span></a> *
136
136
g_dbus_object_proxy_new (<em class="parameter"><code><a class="link" href="GDBusConnection.html" title="GDBusConnection"><span class="type">GDBusConnection</span></a> *connection</code></em>,
137
 
                         <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>);</pre>
 
137
                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>);</pre>
138
138
<p>Creates a new <a class="link" href="GDBusObjectProxy.html" title="GDBusObjectProxy"><span class="type">GDBusObjectProxy</span></a> for the given connection and
139
139
object path.</p>
140
140
<div class="refsect3">
224
224
<col width="200px" class="struct_members_annotations">
225
225
</colgroup>
226
226
<tbody><tr>
227
 
<td class="struct_member_name"><p><a href="../gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="GDBusObjectProxyClass.parent-class"></a>parent_class</code></em>;</p></td>
 
227
<td class="struct_member_name"><p><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="GDBusObjectProxyClass.parent-class"></a>parent_class</code></em>;</p></td>
228
228
<td class="struct_member_description"><p>The parent class.</p></td>
229
229
<td class="struct_member_annotations"> </td>
230
230
</tr></tbody>
245
245
<hr>
246
246
<div class="refsect2">
247
247
<a name="GDBusObjectProxy--g-object-path"></a><h3>The <code class="literal">“g-object-path”</code> property</h3>
248
 
<pre class="programlisting">  “g-object-path”            <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
 
248
<pre class="programlisting">  “g-object-path”            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
249
249
<p>The object path of the proxy.</p>
250
250
<p>Flags: Read / Write / Construct Only</p>
251
251
<p>Default value: NULL</p>