summaryrefslogtreecommitdiff
path: root/libgdm/gdm-client.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2017-07-17 15:14:02 -0400
committerRay Strode <rstrode@redhat.com>2017-10-20 14:14:19 -0400
commit4e409d6626737f0e668d86dd233ed105fd2f44fa (patch)
tree00e2f69d2f48e6ab22a5635d2dddf4a0732f96ef /libgdm/gdm-client.h
parentd39ed7b722761e5110e26c8e937782ecb24b7315 (diff)
downloadgdm-4e409d6626737f0e668d86dd233ed105fd2f44fa.tar.gz
libgdm: add api for getting at ChoiceList interface
This provides gnome-shell with a way to use the new interface. https://bugzilla.gnome.org/show_bug.cgi?id=788851
Diffstat (limited to 'libgdm/gdm-client.h')
-rw-r--r--libgdm/gdm-client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgdm/gdm-client.h b/libgdm/gdm-client.h
index cbe2b389..1ae3d39e 100644
--- a/libgdm/gdm-client.h
+++ b/libgdm/gdm-client.h
@@ -58,6 +58,8 @@ GType gdm_client_get_type (void);
GQuark gdm_client_error_quark (void);
GdmClient *gdm_client_new (void);
+void gdm_client_set_enabled_extensions (GdmClient *client,
+ const char * const * extensions);
void gdm_client_open_reauthentication_channel (GdmClient *client,
const char *username,
@@ -85,6 +87,8 @@ GdmUserVerifier *gdm_client_get_user_verifier_sync (GdmClient *client,
GCancellable *cancellable,
GError **error);
+GdmUserVerifierChoiceList *gdm_client_get_user_verifier_choice_list (GdmClient *client);
+
void gdm_client_get_greeter (GdmClient *client,
GCancellable *cancellable,
GAsyncReadyCallback callback,