| Top |
| const gchar * | snapd_user_information_get_username () |
| gchar ** | snapd_user_information_get_ssh_keys () |
A SnapdUserInformation object contains the information about local users
created using snapd_client_create_user_sync() and
snapd_client_create_users_sync().
const gchar *
snapd_user_information_get_username (SnapdUserInformation *user_information);
Get the local username for this account.
gchar **
snapd_user_information_get_ssh_keys (SnapdUserInformation *user_information);
Get the SSH keys added to this account.
typedef struct _SnapdUserInformation SnapdUserInformation;
SnapdUserInformation is an opaque data structure and can only be accessed using the provided functions.