gchar **realms;
gchar **access_control_list;
gint type;
- gint ref_count;
gpointer cb_data;
} IdentityStoreCredentialsData;
(const gchar* const *)info->realms,
(const gchar* const *)info->access_control_list,
info->type,
- info->ref_count,
cb,
user_data);
}
const gchar* const *realms,
const gchar* const *access_control_list,
SignonIdentityType type,
- gint ref_count,
SignonIdentityStoreCredentialsCb cb,
gpointer user_data)
{
operation_data->realms = g_strdupv((gchar **)realms);
operation_data->access_control_list = g_strdupv((gchar **)access_control_list);
operation_data->type = (gint)type;
- operation_data->ref_count = ref_count;
operation_data->cb_data = cb_data;
identity_check_remote_registration (self);
(const char **)operation_data->realms,
(const char **)operation_data->access_control_list,
operation_data->type,
- operation_data->ref_count,
identity_store_credentials_reply,
cb_data);
}
const gchar* const *realms,
const gchar* const *access_control_list,
SignonIdentityType type,
- gint ref_count,
SignonIdentityStoreCredentialsCb cb,
gpointer user_data);
NULL,
NULL,
0,
- 1,
&id,
&error);
NULL,
NULL,
0,
- 1,
store_credentials_identity_cb,
&last_id);
g_hash_table_destroy (methods);
NULL,
NULL,
0,
- 1,
store_credentials_identity_cb,
NULL);
main_loop = g_main_loop_new (NULL, FALSE);
NULL,
NULL,
0,
- 1,
store_credentials_identity_cb,
NULL);
g_hash_table_destroy (methods);
NULL,
NULL,
0,
- 1,
store_credentials_identity_cb,
NULL);
g_hash_table_destroy (methods);