user-accounts: port to libaccountsservice
This removes a bunch of duplicated code, and also drops a direct dependency on libsystemd-login. https://bugzilla.gnome.org/show_bug.cgi?id=671858
This commit is contained in:
parent
db97299e74
commit
d46a23a5a2
18 changed files with 468 additions and 2199 deletions
|
@ -18,11 +18,11 @@
|
|||
*/
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "um-user.h"
|
||||
#include <act/act.h>
|
||||
|
||||
gboolean set_fingerprint_label (GtkWidget *label1,
|
||||
GtkWidget *label2);
|
||||
void fingerprint_button_clicked (GtkWindow *parent,
|
||||
GtkWidget *label1,
|
||||
GtkWidget *label2,
|
||||
UmUser *user);
|
||||
ActUser *user);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue