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

« back to all changes in this revision

Viewing changes to telepathy-glib/account-manager-internal.h

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-05-10 17:59:54 UTC
  • mfrom: (1.6.1 upstream) (27.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100510175954-bxvqq3xx0sy4itmp
Tags: 0.11.5-1
New upstream version with new API/ABI

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
G_BEGIN_DECLS
28
28
 
29
 
const GQuark * _tp_account_manager_get_requested_features (
30
 
    TpAccountManager *manager);
31
 
 
32
 
const GQuark * _tp_account_manager_get_actual_features (
33
 
    TpAccountManager *manager);
34
 
 
35
 
const GQuark * _tp_account_manager_get_missing_features (
36
 
    TpAccountManager *manager);
37
 
 
38
29
G_END_DECLS
39
30
 
40
31
#endif