~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to docs/reference/xml/proxy.xml

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2009-09-03 20:23:03 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090903202303-dhci6f1ri29fyo5c
Tags: 0.7.36-1
New upstream version (API, ABI added)

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
<para>
226
226
Disconnect the given signal connection. After this function returns, you
227
227
must not assume that the signal connection remains valid, but you must not
228
 
explicitly free it either.</para>
 
228
explicitly free it either.
 
229
</para>
 
230
<para>
 
231
It is not safe to call this function if <parameter>sc</parameter> has been disconnected already,
 
232
which happens in each of these situations:
 
233
</para>
 
234
<para>
 
235
<itemizedlist>
 
236
<listitem>the <parameter>weak_object</parameter> used when <parameter>sc</parameter> was created has been
 
237
 destroyed</listitem>
 
238
<listitem>tp_proxy_signal_connection_disconnect has already been
 
239
 used</listitem>
 
240
<listitem>the proxy has been invalidated</listitem>
 
241
</itemizedlist></para>
229
242
<para>
230
243
</para><variablelist role="params">
231
244
<varlistentry><term><parameter>sc</parameter>&#160;:</term>