Top |
PolkitIdentity * | polkit_unix_netgroup_new () |
const gchar * | polkit_unix_netgroup_get_name () |
void | polkit_unix_netgroup_set_name () |
PolkitIdentity *
polkit_unix_netgroup_new (const gchar *name
);
Creates a new PolkitUnixNetgroup object for name
.
const gchar *
polkit_unix_netgroup_get_name (PolkitUnixNetgroup *group
);
Gets the netgroup name for group
.
void polkit_unix_netgroup_set_name (PolkitUnixNetgroup *group
,const gchar *name
);
Sets name
for group
.
typedef struct _PolkitUnixNetgroup PolkitUnixNetgroup;
The PolkitUnixNetgroup struct should not be accessed directly.