summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/lightdm
diff options
context:
space:
mode:
authorAndrea Cimitan <andrea.cimitan@gmail.com>2014-05-09 11:37:13 +0100
committerAndrea Cimitan <andrea.cimitan@gmail.com>2014-05-09 11:37:13 +0100
commit5d9aeed7698ff5f38d12296762aa0c69f11fafa2 (patch)
tree9e1167c442148377037fcb90b4726d825f6ea6c1 /liblightdm-gobject/lightdm
parentea40a649796821a251d801498af924a8208edd54 (diff)
downloadlightdm-5d9aeed7698ff5f38d12296762aa0c69f11fafa2.tar.gz
Add UID to lightdm gobject and qt bindings
Diffstat (limited to 'liblightdm-gobject/lightdm')
-rw-r--r--liblightdm-gobject/lightdm/user.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/liblightdm-gobject/lightdm/user.h b/liblightdm-gobject/lightdm/user.h
index b43fc516..f955ab29 100644
--- a/liblightdm-gobject/lightdm/user.h
+++ b/liblightdm-gobject/lightdm/user.h
@@ -106,6 +106,8 @@ gboolean lightdm_user_get_logged_in (LightDMUser *user);
gboolean lightdm_user_get_has_messages (LightDMUser *user);
+uid_t lightdm_user_get_uid (LightDMUser *user);
+
G_END_DECLS
#endif /* LIGHTDM_USER_H_ */