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.
Since: 1.3
gchar **
snapd_user_information_get_ssh_keys (SnapdUserInformation *user_information
);
Get the SSH keys added to this account.
Since: 1.3
typedef struct _SnapdUserInformation SnapdUserInformation;
SnapdUserInformation contains information about a user account on the system snapd is running on.
Since: 1.3