summaryrefslogtreecommitdiff
path: root/endless/eosflexygrid-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'endless/eosflexygrid-private.h')
-rw-r--r--endless/eosflexygrid-private.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/endless/eosflexygrid-private.h b/endless/eosflexygrid-private.h
new file mode 100644
index 0000000..b7eb448
--- /dev/null
+++ b/endless/eosflexygrid-private.h
@@ -0,0 +1,21 @@
+/* Copyright 2013 Endless Mobile, Inc. */
+
+#ifndef EOS_FLEXY_GRID_PRIVATE_H
+#define EOS_FLEXY_GRID_PRIVATE_H
+
+#include "eosflexygrid.h"
+
+G_BEGIN_DECLS
+
+G_GNUC_INTERNAL
+void eos_flexy_grid_cell_set_iter (EosFlexyGridCell *cell,
+ GSequenceIter *iter);
+G_GNUC_INTERNAL
+GSequenceIter * eos_flexy_grid_cell_get_iter (EosFlexyGridCell *cell);
+G_GNUC_INTERNAL
+void eos_flexy_grid_cell_set_selected (EosFlexyGridCell *cell,
+ gboolean selected);
+
+G_END_DECLS
+
+#endif /* EOS_FLEXY_GRID_PRIVATE_H */