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

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/ch33s04.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:
34
34
2
35
35
3
36
36
4</pre></td>
37
 
        <td class="listing_code"><pre class="programlisting">proxy <span class="gtkdoc opt">=</span> <span class="function">dbus_g_proxy_new_for_name</span> <span class="gtkdoc opt">(</span>system_bus_connection<span class="gtkdoc opt">,</span>
 
37
        <td class="listing_code"><pre class="programlisting">proxy <span class="gtkdoc opt">=</span> <span class="function"><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html#dbus-g-proxy-new-for-name">dbus_g_proxy_new_for_name</a></span> <span class="gtkdoc opt">(</span>system_bus_connection<span class="gtkdoc opt">,</span>
38
38
                                   <span class="string">&quot;org.freedesktop.Accounts&quot;</span><span class="gtkdoc opt">,</span>
39
39
                                   <span class="string">&quot;/org/freedesktop/Accounts&quot;</span><span class="gtkdoc opt">,</span>
40
40
                                   <span class="string">&quot;org.freedesktop.Accounts&quot;</span><span class="gtkdoc opt">);</span></pre></td>
44
44
</div>
45
45
 
46
46
<p>
47
 
      For a <span class="type">DBusGProxy</span> constructed like this, method calls will be sent to
 
47
      For a <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html#DBusGProxy"><span class="type">DBusGProxy</span></a> constructed like this, method calls will be sent to
48
48
      the current owner of the name, and that owner can change over time.
49
49
    </p>
50
50
<p>