~robru/libsignon-glib/inline-packaging

« back to all changes in this revision

Viewing changes to libsignon-glib/signon-internals.h

  • Committer: Alberto Mardegan
  • Date: 2012-04-16 06:25:06 UTC
  • mfrom: (122.1.15)
  • Revision ID: git-v1:8f00e4524e7cbfab1b38d2bdc464b43a1a29893c
Tags: 1.2+bzr126
Merge branch 'master' into ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
};
58
58
 
59
59
G_GNUC_INTERNAL
60
 
SignonIdentityInfo *identity_ptrarray_to_identity_info (const GPtrArray *identity_array);
 
60
SignonIdentityInfo *
 
61
signon_identity_info_new_from_hash_table (GHashTable *map);
 
62
 
 
63
G_GNUC_INTERNAL
 
64
GHashTable *
 
65
signon_identity_info_to_hash_table (const SignonIdentityInfo *self);
 
66
 
 
67
G_GNUC_INTERNAL
 
68
void signon_identity_info_set_methods (SignonIdentityInfo *self,
 
69
                                       const GHashTable *methods);
61
70
 
62
71
G_GNUC_INTERNAL
63
72
void _signon_identity_registered (SignonIdentity *identity, DBusGProxy *proxy,