lib/Efreet.h File Reference
Detailed Description
The file that must be included by any project wishing to use Efreet. Efreet.h provides all of the necessary headers and includes to work with Efreet.
#include "efreet_base.h"
#include "efreet_icon.h"
#include "efreet_desktop.h"
#include "efreet_menu.h"
#include "efreet_utils.h"
Include dependency graph for Efreet.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
int | efreet_init (void) |
Initializes the Efreet system. | |
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.