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
|
@ -23,7 +23,7 @@
|
|||
#define __UM_PHOTO_DIALOG_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "um-user.h"
|
||||
#include <act/act.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -32,7 +32,7 @@ typedef struct _UmPhotoDialog UmPhotoDialog;
|
|||
UmPhotoDialog *um_photo_dialog_new (GtkWidget *button);
|
||||
void um_photo_dialog_free (UmPhotoDialog *dialog);
|
||||
void um_photo_dialog_set_user (UmPhotoDialog *dialog,
|
||||
UmUser *user);
|
||||
ActUser *user);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue