~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to src/st/st-texture-cache.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-14 13:47:20 UTC
  • mfrom: (1.1.36) (18.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120314134720-202sbjbu4a3z1fru
Tags: 3.3.90-0ubuntu1
* Sync with Debian experimental svn packaging (LP: #941755, #937709).
  Remaining changes:
  - debian/gnome-shell.gsettings-override: Update for Ubuntu defaults
  - debian/control.in: Recommend cups-pk-helper
  - debian/patches/10-make-NetworkManager-optional.patch: Disabled
  - Don't run dh-autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
StTextureCache* st_texture_cache_get_default (void);
70
70
 
71
 
ClutterGroup *
 
71
ClutterActor *
72
72
st_texture_cache_load_sliced_image (StTextureCache    *cache,
73
73
                                    const gchar       *path,
74
74
                                    gint               grid_width,
89
89
                                           GIcon          *icon,
90
90
                                           gint            size);
91
91
 
92
 
ClutterActor *st_texture_cache_load_thumbnail (StTextureCache *cache,
93
 
                                               int             size,
94
 
                                               const char     *uri,
95
 
                                               const char     *mimetype);
96
 
 
97
 
ClutterActor *st_texture_cache_load_recent_thumbnail (StTextureCache    *cache,
98
 
                                                      int                size,
99
 
                                                      GtkRecentInfo     *info);
100
 
 
101
 
void st_texture_cache_evict_thumbnail (StTextureCache *cache,
102
 
                                       const char     *uri);
103
 
 
104
 
void st_texture_cache_evict_recent_thumbnail (StTextureCache *cache,
105
 
                                              GtkRecentInfo  *info);
106
 
 
107
92
ClutterActor *st_texture_cache_load_uri_async (StTextureCache    *cache,
108
93
                                               const gchar       *uri,
109
94
                                               int                available_width,