goa-generated.h | goa-generated.h | |||
---|---|---|---|---|
skipping to change at line 749 | skipping to change at line 749 | |||
struct _GoaManagerIface | struct _GoaManagerIface | |||
{ | { | |||
GTypeInterface parent_iface; | GTypeInterface parent_iface; | |||
gboolean (*handle_add_account) ( | gboolean (*handle_add_account) ( | |||
GoaManager *object, | GoaManager *object, | |||
GDBusMethodInvocation *invocation, | GDBusMethodInvocation *invocation, | |||
const gchar *arg_provider, | const gchar *arg_provider, | |||
const gchar *arg_identity, | const gchar *arg_identity, | |||
const gchar *arg_presentation_identity, | const gchar *arg_presentation_identity, | |||
GVariant *arg_credentials, | ||||
GVariant *arg_details); | GVariant *arg_details); | |||
}; | }; | |||
GType goa_manager_get_type (void) G_GNUC_CONST; | GType goa_manager_get_type (void) G_GNUC_CONST; | |||
GDBusInterfaceInfo *goa_manager_interface_info (void); | GDBusInterfaceInfo *goa_manager_interface_info (void); | |||
guint goa_manager_override_properties (GObjectClass *klass, guint property_ id_begin); | guint goa_manager_override_properties (GObjectClass *klass, guint property_ id_begin); | |||
/* D-Bus method call completion functions: */ | /* D-Bus method call completion functions: */ | |||
skipping to change at line 770 | skipping to change at line 771 | |||
GoaManager *object, | GoaManager *object, | |||
GDBusMethodInvocation *invocation, | GDBusMethodInvocation *invocation, | |||
const gchar *account_object_path); | const gchar *account_object_path); | |||
/* D-Bus method calls: */ | /* D-Bus method calls: */ | |||
void goa_manager_call_add_account ( | void goa_manager_call_add_account ( | |||
GoaManager *proxy, | GoaManager *proxy, | |||
const gchar *arg_provider, | const gchar *arg_provider, | |||
const gchar *arg_identity, | const gchar *arg_identity, | |||
const gchar *arg_presentation_identity, | const gchar *arg_presentation_identity, | |||
GVariant *arg_credentials, | ||||
GVariant *arg_details, | GVariant *arg_details, | |||
GCancellable *cancellable, | GCancellable *cancellable, | |||
GAsyncReadyCallback callback, | GAsyncReadyCallback callback, | |||
gpointer user_data); | gpointer user_data); | |||
gboolean goa_manager_call_add_account_finish ( | gboolean goa_manager_call_add_account_finish ( | |||
GoaManager *proxy, | GoaManager *proxy, | |||
gchar **out_account_object_path, | gchar **out_account_object_path, | |||
GAsyncResult *res, | GAsyncResult *res, | |||
GError **error); | GError **error); | |||
gboolean goa_manager_call_add_account_sync ( | gboolean goa_manager_call_add_account_sync ( | |||
GoaManager *proxy, | GoaManager *proxy, | |||
const gchar *arg_provider, | const gchar *arg_provider, | |||
const gchar *arg_identity, | const gchar *arg_identity, | |||
const gchar *arg_presentation_identity, | const gchar *arg_presentation_identity, | |||
GVariant *arg_credentials, | ||||
GVariant *arg_details, | GVariant *arg_details, | |||
gchar **out_account_object_path, | gchar **out_account_object_path, | |||
GCancellable *cancellable, | GCancellable *cancellable, | |||
GError **error); | GError **error); | |||
/* ---- */ | /* ---- */ | |||
#define GOA_TYPE_MANAGER_PROXY (goa_manager_proxy_get_type ()) | #define GOA_TYPE_MANAGER_PROXY (goa_manager_proxy_get_type ()) | |||
#define GOA_MANAGER_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYPE_MAN AGER_PROXY, GoaManagerProxy)) | #define GOA_MANAGER_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYPE_MAN AGER_PROXY, GoaManagerProxy)) | |||
#define GOA_MANAGER_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GOA_TYPE_ MANAGER_PROXY, GoaManagerProxyClass)) | #define GOA_MANAGER_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GOA_TYPE_ MANAGER_PROXY, GoaManagerProxyClass)) | |||
End of changes. 3 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added | |||
goaprovider.h | goaprovider.h | |||
---|---|---|---|---|
skipping to change at line 146 | skipping to change at line 146 | |||
GoaObject *o bject, | GoaObject *o bject, | |||
GtkBox *v box, | GtkBox *v box, | |||
GtkGrid *l eft, | GtkGrid *l eft, | |||
GtkGrid *r ight); | GtkGrid *r ight); | |||
gboolean goa_provider_build_object (GoaProvider *p rovider, | gboolean goa_provider_build_object (GoaProvider *p rovider, | |||
GoaObjectSkeleton *o bject, | GoaObjectSkeleton *o bject, | |||
GKeyFile *k ey_file, | GKeyFile *k ey_file, | |||
const gchar *g roup, | const gchar *g roup, | |||
gboolean j ust_added, | gboolean j ust_added, | |||
GError **e rror); | GError **e rror); | |||
gboolean goa_provider_store_credentials_sync (GoaProvider *p | ||||
rovider, | ||||
GoaObject *o | ||||
bject, | ||||
GVariant *c | ||||
redentials, | ||||
GCancellable *c | ||||
ancellable, | ||||
GError **e | ||||
rror); | ||||
GVariant *goa_provider_lookup_credentials_sync (GoaProvider *p | ||||
rovider, | ||||
GoaObject *o | ||||
bject, | ||||
GCancellable *c | ||||
ancellable, | ||||
GError **e | ||||
rror); | ||||
gboolean goa_provider_delete_credentials_sync (GoaProvider *p | ||||
rovider, | ||||
GoaAccount *a | ||||
ccount, | ||||
GCancellable *c | ||||
ancellable, | ||||
GError **e | ||||
rror); | ||||
void goa_provider_ensure_credentials (GoaProvider *p rovider, | void goa_provider_ensure_credentials (GoaProvider *p rovider, | |||
GoaObject *o bject, | GoaObject *o bject, | |||
GCancellable *c ancellable, | GCancellable *c ancellable, | |||
GAsyncReadyCallback c allback, | GAsyncReadyCallback c allback, | |||
gpointer u ser_data); | gpointer u ser_data); | |||
gboolean goa_provider_ensure_credentials_finish (GoaProvider *p rovider, | gboolean goa_provider_ensure_credentials_finish (GoaProvider *p rovider, | |||
gint *o ut_expires_in, | gint *o ut_expires_in, | |||
GAsyncResult *r es, | GAsyncResult *r es, | |||
GError **e rror); | GError **e rror); | |||
gboolean goa_provider_ensure_credentials_sync (GoaProvider *p rovider, | gboolean goa_provider_ensure_credentials_sync (GoaProvider *p rovider, | |||
End of changes. 1 change blocks. | ||||
26 lines changed or deleted | 0 lines changed or added | |||