summaryrefslogtreecommitdiff
path: root/shell/launcher-grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/launcher-grid.h')
-rw-r--r--shell/launcher-grid.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/launcher-grid.h b/shell/launcher-grid.h
new file mode 100644
index 0000000..205341a
--- /dev/null
+++ b/shell/launcher-grid.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2013 Collabora Ltd.
+ *
+ * Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
+ */
+
+#ifndef __LAUNCHER_GRID_H__
+#define __LAUNCHER_GRID_H__
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+GtkWidget * launcher_grid_new (void);
+
+G_END_DECLS
+
+#endif /* __LAUNCHER_GRID_H__ */