mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
10 lines
281 B
C
10 lines
281 B
C
#include "glib.h"
|
|
|
|
void load_preferences(void **state);
|
|
void close_preferences(void **state);
|
|
|
|
void init_chat_sessions(void **state);
|
|
void close_chat_sessions(void **state);
|
|
|
|
void glist_set_cmp(GCompareFunc func);
|
|
int glist_contents_equal(const void *actual, const void *expected); |