diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-08-31 17:54:56 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-01 02:34:02 +0800 |
commit | 8d96fd1b5631dab7783e860338f6f547626babf7 (patch) | |
tree | 12cc8ec22e096d71d27a6c829242cc1d029fe37f /lib/widgets/ephy-overview-store.h | |
parent | d3df6091ffbf0f60f1468fd75afdc6939419d60d (diff) | |
download | gsoc2013-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.h | 3 |
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); |