[Controller] Add initial-windows property
[tilda-gobject.git] / tilda.h
1 #ifndef TILDA_H
2 #define TILDA_H
3
4 #include <glib.h>
5 #include <gtk/gtk.h>
6 #include <vte/vte.h>
7 #include <dbus/dbus-glib-bindings.h>
8
9 #include "debug.h"
10 #include "translation.h"
11
12 // FIXME: remove when the project is autoconfed
13 #define TILDA_VERSION "0.10.0pre"
14
15 /* Project-global variables */
16 extern DBusGConnection *dbus_connection;
17
18 #endif /* TILDA_H */
19
20 /* vim: set ts=4 sts=4 sw=4 noet tw=112: */