Cairo-Dock
3.4.0
|
Functions | |
void | cairo_dock_load_current_theme (void) |
gboolean | cairo_dock_is_loading (void) |
void | cairo_dock_decrypt_string (const gchar *cEncryptedString, gchar **cDecryptedString) |
void | cairo_dock_encrypt_string (const gchar *cDecryptedString, gchar **cEncryptedString) |
This class manages the configuration system of Cairo-Dock. Cairo-Dock and any items (icons, root docks, modules, etc) are configured by conf files. Conf files containes some information usable by the GUI manager to build a corresponding config panel and update the conf file automatically, which relieves you from this thankless task.
void cairo_dock_load_current_theme | ( | void | ) |
Load the current theme. This will (re)load all the parameters of Cairo-Dock and all the plug-ins, as if you just started the dock.
gboolean cairo_dock_is_loading | ( | void | ) |
Say if Cairo-Dock is loading.
void cairo_dock_decrypt_string | ( | const gchar * | cEncryptedString, |
gchar ** | cDecryptedString | ||
) |
Decrypt a string (uses DES-encryption from libcrypt).
cEncryptedString | the encrypted string. |
cDecryptedString | the decrypted string. |
void cairo_dock_encrypt_string | ( | const gchar * | cDecryptedString, |
gchar ** | cEncryptedString | ||
) |
Encrypt a string (uses DES-encryption from libcrypt).
cDecryptedString | the decrypted string. |
cEncryptedString | the encrypted string. |