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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-02-07 11:27:42 UTC
  • mfrom: (1.63.15)
  • Revision ID: package-import@ubuntu.com-20130207112742-c7tk4hqwel9jefhq
Tags: 2.35.7-0ubuntu1
* New upstream release
* Refresh patches
* 08_fix_closure_invalidation.patch,
  git_ignore_fstab_bind_mount.patch,
  git_tz_double_unref.patch,
  git_gfile_completion_error.patch
  git_fix_gvariant_tuple_checking.patch: Drop, appiled upstream
* revert_btrfs_ioctl_support.patch: Drop, problem that prompted this revert
  is fixed in this release.
* Add new symbols introduced in this release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>API comparison</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="GIO Reference Manual">
8
8
<link rel="up" href="ch32.html" title="Migrating to GDBus">
9
9
<link rel="prev" href="ch32.html" title="Migrating to GDBus">
10
10
<link rel="next" href="ch32s03.html" title="Owning bus names">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (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">
21
21
</tr></table>
22
22
<div class="section">
23
23
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
24
 
<a name="idm140679951410320"></a>API comparison</h2></div></div></div>
 
24
<a name="idp80137184"></a>API comparison</h2></div></div></div>
25
25
<div class="table">
26
26
<a name="dbus-glib-vs-gdbus"></a><p class="title"><b>Table 8. dbus-glib APIs and their GDBus counterparts</b></p>
27
27
<div class="table-contents"><table summary="dbus-glib APIs and their GDBus counterparts" border="1">
75
75
</tr>
76
76
<tr>
77
77
<td><code class="function">dbus_g_proxy_connect_signal()</code></td>
78
 
<td>use <a href="./../gobject/gobject/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a> with <a class="link" href="GDBusProxy.html#GDBusProxy-g-signal" title='The "g-signal" signal'><span class="type">"g-signal"</span></a>
 
78
<td>use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a> with <a class="link" href="GDBusProxy.html#GDBusProxy-g-signal" title='The "g-signal" signal'><span class="type">"g-signal"</span></a>
79
79
</td>
80
80
</tr>
81
81
<tr>
127
127
<a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-return-error" title="g_dbus_method_invocation_return_error ()"><code class="function">g_dbus_method_invocation_return_error()</code></a> and variants</td>
128
128
</tr>
129
129
<tr>
130
 
<td><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-dbus-glib-lowlevel.html#dbus-g-method-get-sender"><code class="function">dbus_g_method_get_sender()</code></a></td>
 
130
<td><code class="function">dbus_g_method_get_sender()</code></td>
131
131
<td><a class="link" href="GDBusMethodInvocation.html#g-dbus-method-invocation-get-sender" title="g_dbus_method_invocation_get_sender ()"><code class="function">g_dbus_method_invocation_get_sender()</code></a></td>
132
132
</tr>
133
133
</tbody>
137
137
</div>
138
138
<div class="footer">
139
139
<hr>
140
 
          Generated by GTK-Doc V1.18</div>
 
140
          Generated by GTK-Doc V1.18.1</div>
141
141
</body>
142
142
</html>
 
 
b'\\ No newline at end of file'