lib/efreet.c File Reference
#include "Efreet.h"
#include "efreet_private.h"
Include dependency graph for efreet.c:

Functions | |
size_t | efreet_array_cat (char *buffer, size_t size, const char *strs[]) |
int | efreet_init (void) |
Initializes the Efreet system. | |
const char * | efreet_lang_country_get (void) |
const char * | efreet_lang_get (void) |
const char * | efreet_lang_modifier_get (void) |
int | efreet_shutdown (void) |
Shuts down Efreet if a balanced number of init/shutdown calls have been made. |
Function Documentation
int efreet_init | ( | void | ) |
Initializes the Efreet system.
- Returns:
- Returns > 0 if the initialization was successful, 0 otherwise
int efreet_shutdown | ( | void | ) |
Shuts down Efreet if a balanced number of init/shutdown calls have been made.
- Returns:
- Returns the number of times the init function as been called minus the corresponding init call.