summaryrefslogtreecommitdiff
path: root/shell/launcher-grid.h
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2013-10-24 01:49:51 +0200
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2013-10-26 02:00:00 +0200
commit315cc4692c2f5c3defa86630d56ebe04d2b6b2a5 (patch)
tree1be7e6bae11b831368189efd259e340a1325309f /shell/launcher-grid.h
parent33a812a33d084a426eb662aa355b31d37c1babe8 (diff)
downloadgraynard-315cc4692c2f5c3defa86630d56ebe04d2b6b2a5.tar.gz
graynard-315cc4692c2f5c3defa86630d56ebe04d2b6b2a5.zip
Make the grid actually show real launchers
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__ */