summaryrefslogtreecommitdiff
path: root/gsk/gsktextureprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/gsktextureprivate.h')
-rw-r--r--gsk/gsktextureprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gsk/gsktextureprivate.h b/gsk/gsktextureprivate.h
index c8d94b6789..13eba48eae 100644
--- a/gsk/gsktextureprivate.h
+++ b/gsk/gsktextureprivate.h
@@ -30,14 +30,14 @@ struct _GskTextureClass {
gsize size;
void (* finalize) (GskTexture *texture);
- cairo_surface_t * (* download) (GskTexture *texture);
+ cairo_surface_t * (* download_surface) (GskTexture *texture);
};
gpointer gsk_texture_new (const GskTextureClass *klass,
int width,
int height);
GskTexture * gsk_texture_new_for_surface (cairo_surface_t *surface);
-cairo_surface_t * gsk_texture_download (GskTexture *texture);
+cairo_surface_t * gsk_texture_download_surface (GskTexture *texture);
gboolean gsk_texture_set_render_data (GskTexture *self,
gpointer key,