#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "../include/libuser/user_private.h"
Compounds | |
struct | config_config |
Functions | |
gboolean | lu_cfg_init (struct lu_context *context, struct lu_error **error) |
void | lu_cfg_done (struct lu_context *context) |
GList* | lu_cfg_read (struct lu_context *context, const char *key, const char *default_value) |
GList* | lu_cfg_read_keys (struct lu_context *context, const char *parent_key) |
const char* | lu_cfg_read_single (struct lu_context *context, const char *key, const char *default_value) |
|
lu_cfg_read:
|
|
lu_cfg_read_keys:
|
|
lu_cfg_read_single:
|