summaryrefslogtreecommitdiff
path: root/endless/eostopbar-private.h
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-03-24 22:27:58 -0700
committerPhilip Chimento <philip@endlessm.com>2015-03-25 17:46:13 -0700
commitceeaf43e1d57a9c18ab18e45ecebad8e3c799165 (patch)
tree0ca5e353f765161939ccd27cd9fd5d1e5a16a236 /endless/eostopbar-private.h
parentab029d49fa0d40b027bc2a4e29defac176151eff (diff)
Make image credits discoverable
This adds a fourth topbar button, to the left of the minimize button, that is invisible by default. When you mouse over the space where it would be, it appears. When you click on it, it activates the image credits dialog. [endlessm/eos-sdk#2934]
Diffstat (limited to 'endless/eostopbar-private.h')
-rw-r--r--endless/eostopbar-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/endless/eostopbar-private.h b/endless/eostopbar-private.h
index 3d0f4a7..aa6e44b 100644
--- a/endless/eostopbar-private.h
+++ b/endless/eostopbar-private.h
@@ -57,6 +57,11 @@ void eos_top_bar_set_center_widget (EosTopBar *self,
void eos_top_bar_update_window_maximized (EosTopBar *self,
gboolean is_maximized);
+gboolean eos_top_bar_get_show_credits_button (EosTopBar *self);
+
+void eos_top_bar_set_show_credits_button (EosTopBar *self,
+ gboolean show_credits_button);
+
G_END_DECLS
#endif /* EOS_TOP_BAR_H */