Efreet.h | Efreet.h | |||
---|---|---|---|---|
skipping to change at line 62 | skipping to change at line 62 | |||
# else | # else | |||
# define EAPI | # define EAPI | |||
# endif | # endif | |||
#endif | #endif | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
#define EFREET_VERSION_MAJOR 1 | #define EFREET_VERSION_MAJOR 1 | |||
#define EFREET_VERSION_MINOR 2 | #define EFREET_VERSION_MINOR 7 | |||
typedef struct _Efreet_Version | typedef struct _Efreet_Version | |||
{ | { | |||
int major; | int major; | |||
int minor; | int minor; | |||
int micro; | int micro; | |||
int revision; | int revision; | |||
} Efreet_Version; | } Efreet_Version; | |||
EAPI extern Efreet_Version *efreet_version; | EAPI extern Efreet_Version *efreet_version; | |||
#include "efreet_base.h" | #include "efreet_base.h" | |||
#include "efreet_ini.h" | #include "efreet_ini.h" | |||
#include "efreet_icon.h" | #include "efreet_icon.h" | |||
#include "efreet_desktop.h" | #include "efreet_desktop.h" | |||
#include "efreet_menu.h" | #include "efreet_menu.h" | |||
#include "efreet_utils.h" | #include "efreet_utils.h" | |||
#include "efreet_uri.h" | #include "efreet_uri.h" | |||
/** | /** | |||
* @return Returns > 0 if the initialization was successful, 0 otherwise | * @return Value > @c 0 if the initialization was successful, @c 0 otherwis e. | |||
* @brief Initializes the Efreet system | * @brief Initializes the Efreet system | |||
*/ | */ | |||
EAPI int efreet_init(void); | EAPI int efreet_init(void); | |||
/** | /** | |||
* @return Returns the number of times the init function as been called | * @return The number of times the init function has been called minus the | |||
* minus the corresponding init call. | * corresponding init call. | |||
* @brief Shuts down Efreet if a balanced number of init/shutdown calls hav e | * @brief Shuts down Efreet if a balanced number of init/shutdown calls hav e | |||
* been made | * been made | |||
*/ | */ | |||
EAPI int efreet_shutdown(void); | EAPI int efreet_shutdown(void); | |||
/** | ||||
* @brief Resets language dependent variables and resets language dependent | ||||
* caches This must be called whenever the locale is changed. | ||||
* @since 1.7 | ||||
*/ | ||||
EAPI void efreet_lang_reset(void); | ||||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
#endif | #endif | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 11 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |