]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - tests/src/status.h
Remove trailing whitespace
[sojka/lightdm.git] / tests / src / status.h
1 #ifndef STATUS_H_
2 #define STATUS_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 #include <glib-object.h>
9
10 typedef void (*StatusRequestFunc)(const gchar *name, GHashTable *params);
11
12 gboolean status_connect (StatusRequestFunc message_cb, const gchar *id);
13
14 void status_notify (const gchar *format, ...) __attribute__((format (printf, 1, 2)));
15
16 #ifdef __cplusplus
17 }
18 #endif
19
20 #endif /* STATUS_H_ */