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

« back to all changes in this revision

Viewing changes to telepathy-glib/connection-manager.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-09-01 15:25:27 UTC
  • mfrom: (38.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20100901152527-10ufej0ry9s1pvzu
Tags: 0.11.14-2ubuntu1
* debian/control:
  - Updated build-depends for the new vala versionned binaries
* debian/rules:
  - Use -O0 on armel builds to work around FTBFS due to failing selftests
    issue is described in launchpad bug 623979, failing buildlog is attached
    to that bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 * Signature of the callback supplied to tp_list_connection_managers().
67
67
 *
68
68
 * Since 0.11.3, tp_list_connection_managers() will
69
 
 * wait for %TP_CONNECTION_MANAGER_FEATURE_CORE to be prepared (so
70
 
 * tp_connection_manager_is_prepared() will return %TRUE) on each
 
69
 * wait for %TP_CONNECTION_MANAGER_FEATURE_CORE to be prepared on each
71
70
 * connection manager passed to @callback, unless an error occurred while
72
71
 * launching that connection manager.
73
72
 *