Top |
|
flu_stream_list_free () |
|
flu_bookmark_list_free () |
|
flu_free () |
|
flu_screen_saver_enable () |
|
flu_uri_is_valid () |
|
flu_uri_from_filename () |
const |
flu_language_iso_to_639_2T () |
const |
flu_language_iso_to_639_2B () |
const |
flu_language_iso_to_639_1 () |
const |
flu_language_iso_to_long_name () |
void flu_free ();
gpointer ptr
Frees a pointer
ptr |
The pointer to free
Use this for methods where the library allocated the memory, like
|
void flu_screen_saver_enable ();
gboolean enable
Enables or disables the screen saver
gchar * flu_uri_from_filename (const
);gchar *filename
Creates an URI string from a filename
constgchar * flu_language_iso_to_639_2T (const
);gchar *lang
Converts language code in any of iso 639-1/2T/2B to constant static string with iso 639-2T
constgchar * flu_language_iso_to_639_2B (const
);gchar *lang
Converts language code in any of iso 639-1/2T/2B to constant static string with iso 639-2B
constgchar * flu_language_iso_to_639_1 (const
);gchar *lang
Converts language code in any of iso 639-1/2T/2B to constant static string with iso 639-1. May return NULL, if there's no correspondent iso 639-1 code.