Defines |
#define | DEFAULT_ID 500 |
Typedefs |
typedef GList* | get_fn (struct lu_ent *, const char *) |
Functions |
struct lu_ent* | lu_ent_new () |
void | lu_ent_set_source_auth (struct lu_ent *ent, const char *source) |
void | lu_ent_set_source_info (struct lu_ent *ent, const char *source) |
void | lu_ent_revert (struct lu_ent *source) |
void | lu_ent_copy (struct lu_ent *source, struct lu_ent *dest) |
void | lu_user_default (struct lu_context *context, const char *name, gboolean system, struct lu_ent *ent) |
void | lu_group_default (struct lu_context *context, const char *name, gboolean system, struct lu_ent *ent) |
void | lu_ent_free (struct lu_ent *ent) |
void | lu_ent_set_original (struct lu_ent *ent, const char *attr, const char *val) |
void | lu_ent_set_numeric_original (struct lu_ent *ent, const char *attr, long val) |
void | lu_ent_set (struct lu_ent *ent, const char *attr, const char *val) |
void | lu_ent_set_numeric (struct lu_ent *ent, const char *attr, long val) |
gboolean | lu_ent_has (struct lu_ent *ent, const char *attribute) |
GList* | lu_ent_get_attributes (struct lu_ent *ent) |
void | lu_ent_clear_all (struct lu_ent *ent) |
GList* | lu_ent_get (struct lu_ent *ent, const char *attr) |
GList* | lu_ent_get_original (struct lu_ent *ent, const char *attr) |
void | lu_ent_add (struct lu_ent *ent, const char *attr, const char *val) |
void | lu_ent_add_original (struct lu_ent *ent, const char *attr, const char *val) |
void | lu_ent_del (struct lu_ent *ent, const char *attr, const char *val) |
void | lu_ent_clear (struct lu_ent *ent, const char *attr) |
void | lu_ent_clear_original (struct lu_ent *ent, const char *attr) |