aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-overview-store.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-08-31 17:54:56 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-01 02:34:02 +0800
commit8d96fd1b5631dab7783e860338f6f547626babf7 (patch)
tree12cc8ec22e096d71d27a6c829242cc1d029fe37f /lib/widgets/ephy-overview-store.h
parentd3df6091ffbf0f60f1468fd75afdc6939419d60d (diff)
downloadgsoc2013-epiphany-8d96fd1b5631dab7783e860338f6f547626babf7.tar
gsoc2013-epiphany-8d96fd1b5631dab7783e860338f6f547626babf7.tar.gz
gsoc2013-epiphany-8d96fd1b5631dab7783e860338f6f547626babf7.tar.bz2
gsoc2013-epiphany-8d96fd1b5631dab7783e860338f6f547626babf7.tar.lz
gsoc2013-epiphany-8d96fd1b5631dab7783e860338f6f547626babf7.tar.xz
gsoc2013-epiphany-8d96fd1b5631dab7783e860338f6f547626babf7.tar.zst
gsoc2013-epiphany-8d96fd1b5631dab7783e860338f6f547626babf7.zip
ephy-overview-store: add icon-frame property
Instead of using a hardcoded cairo frame, add a property to define the frame around thumbnails. Also rework the code around the default-thumbnail property to make it possible to use this there as well.
Diffstat (limited to 'lib/widgets/ephy-overview-store.h')
-rw-r--r--lib/widgets/ephy-overview-store.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/widgets/ephy-overview-store.h b/lib/widgets/ephy-overview-store.h
index a7f99fde9..05ad95e0d 100644
--- a/lib/widgets/ephy-overview-store.h
+++ b/lib/widgets/ephy-overview-store.h
@@ -76,6 +76,9 @@ void ephy_overview_store_peek_snapshot (EphyOverviewStore *self,
void ephy_overview_store_set_default_icon (EphyOverviewStore *store,
GdkPixbuf *default_icon);
+void ephy_overview_store_set_icon_frame (EphyOverviewStore *store,
+ GdkPixbuf *icon_frame);
+
gboolean ephy_overview_store_needs_snapshot (EphyOverviewStore *store,
GtkTreeIter *iter);