Tidied new headers, added defines

This commit is contained in:
James Booth
2014-04-07 21:19:35 +01:00
parent f0f0dbfdac
commit e2443511b6
2 changed files with 24 additions and 13 deletions

View File

@@ -20,10 +20,15 @@
*
*/
#ifndef UI_TITLEBAR_H
#define UI_TITLEBAR_H
void create_title_bar(void);
void title_bar_update_virtual(void);
void title_bar_resize(void);
void title_bar_console(void);
void title_bar_set_presence(contact_presence_t presence);
void title_bar_set_recipient(const char * const from);
void title_bar_set_typing(gboolean is_typing);
void title_bar_set_typing(gboolean is_typing);
#endif