summaryrefslogtreecommitdiff
path: root/endless
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-10-10 15:46:53 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-10-10 15:59:49 +0100
commit473d14671b31a8c68ff59dd63cb2ba7fedf13547 (patch)
treeefacb3999bf37223e1e881b99a6394720c234771 /endless
parentfdefcc5ccd619443742276cc144d66622a942f05 (diff)
Mark FlexyGridCell.get_selected() as public
It already is a public symbol, it's not not declared in the header file.
Diffstat (limited to 'endless')
-rw-r--r--endless/eosflexygrid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/endless/eosflexygrid.h b/endless/eosflexygrid.h
index 43ceca7..56c15ab 100644
--- a/endless/eosflexygrid.h
+++ b/endless/eosflexygrid.h
@@ -145,6 +145,8 @@ void eos_flexy_grid_cell_set_shape (EosFlexyGridCell *cell,
EosFlexyShape shape);
EOS_SDK_ALL_API_VERSIONS
EosFlexyShape eos_flexy_grid_cell_get_shape (EosFlexyGridCell *cell);
+EOS_SDK_ALL_API_VERSIONS
+gboolean eos_flexy_grid_cell_get_selected (EosFlexyGridCell *cell);
G_END_DECLS