mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 08:16:21 +00:00
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
This commit is contained in:
@@ -143,20 +143,20 @@ typedef enum {
|
||||
THEME_TRACKBAR,
|
||||
} theme_item_t;
|
||||
|
||||
void theme_init(const char *const theme_name);
|
||||
void theme_init(const char* const theme_name);
|
||||
void theme_init_colours(void);
|
||||
gboolean theme_load(const char *const theme_name, gboolean load_theme_prefs);
|
||||
gboolean theme_exists(const char *const theme_name);
|
||||
gboolean theme_load(const char* const theme_name, gboolean load_theme_prefs);
|
||||
gboolean theme_exists(const char* const theme_name);
|
||||
GSList* theme_list(void);
|
||||
void theme_close(void);
|
||||
int theme_hash_attrs(const char *str);
|
||||
int theme_hash_attrs(const char* str);
|
||||
int theme_attrs(theme_item_t attrs);
|
||||
char* theme_get_string(char *str);
|
||||
void theme_free_string(char *str);
|
||||
theme_item_t theme_main_presence_attrs(const char *const presence);
|
||||
theme_item_t theme_roster_unread_presence_attrs(const char *const presence);
|
||||
theme_item_t theme_roster_active_presence_attrs(const char *const presence);
|
||||
theme_item_t theme_roster_presence_attrs(const char *const presence);
|
||||
char* theme_get_string(char* str);
|
||||
void theme_free_string(char* str);
|
||||
theme_item_t theme_main_presence_attrs(const char* const presence);
|
||||
theme_item_t theme_roster_unread_presence_attrs(const char* const presence);
|
||||
theme_item_t theme_roster_active_presence_attrs(const char* const presence);
|
||||
theme_item_t theme_roster_presence_attrs(const char* const presence);
|
||||
char* theme_get_bkgnd(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user