Functions | |
EAPI const char * | ecore_string_instance (const char *string) |
Retrieves an instance of a string for use in an ecore program. | |
EAPI void | ecore_string_release (const char *string) |
Notes that the given string has lost an instance. |
EAPI const char* ecore_string_instance | ( | const char * | string | ) |
Retrieves an instance of a string for use in an ecore program.
string | The string to retrieve an instance of. |
NULL
on failure. EAPI void ecore_string_release | ( | const char * | string | ) |
Notes that the given string has lost an instance.
It will free the string if no other instances are left.
string | The given string. |