![]() |
![]() |
![]() |
libempathy-gtk Reference Manual | ![]() |
---|---|---|---|---|
EmpathyThemeManager; EmpathyThemeManager* empathy_theme_manager_get (void); const gchar** empathy_theme_manager_get_themes (void); void empathy_theme_manager_apply (EmpathyThemeManager *manager, EmpathyChatView *view, const gchar *theme); void empathy_theme_manager_apply_saved (EmpathyThemeManager *manager, EmpathyChatView *view); void empathy_theme_manager_update_show_avatars (EmpathyThemeManager *manager, EmpathyChatView *view, gboolean show);
const gchar** empathy_theme_manager_get_themes (void);
Returns : |
void empathy_theme_manager_apply (EmpathyThemeManager *manager, EmpathyChatView *view, const gchar *theme);
manager : |
|
view : |
|
theme : |
void empathy_theme_manager_apply_saved (EmpathyThemeManager *manager, EmpathyChatView *view);
manager : |
|
view : |
void empathy_theme_manager_update_show_avatars (EmpathyThemeManager *manager, EmpathyChatView *view, gboolean show);
manager : |
|
view : |
|
show : |
void user_function (EmpathyThemeManager *empathythememanager, gpointer user_data) : Run Last
empathythememanager : |
the object which received the signal. |
user_data : |
user data set when the signal handler was connected. |