summaryrefslogtreecommitdiff
path: root/gtk/gtksnapshot.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-01-13 14:36:56 +0100
committerBenjamin Otte <otte@redhat.com>2017-01-13 14:37:48 +0100
commit87497ca2e1abd2ce52b4dfe6b8aa12f17feeaf10 (patch)
tree7fa5522a3bcf9f240583690ee59b859549380bb1 /gtk/gtksnapshot.h
parentfc94ee99e862ae1d68e8cd19894d29bb69a3b8d0 (diff)
downloadgtk+-87497ca2e1abd2ce52b4dfe6b8aa12f17feeaf10.tar.gz
snapshot: Rename gtk_snapshot_translate_2d()
It's now called gtk_snapshot_offset().
Diffstat (limited to 'gtk/gtksnapshot.h')
-rw-r--r--gtk/gtksnapshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h
index 1e28dd12fe..39ebd25aa0 100644
--- a/gtk/gtksnapshot.h
+++ b/gtk/gtksnapshot.h
@@ -93,7 +93,7 @@ GDK_AVAILABLE_IN_3_90
void gtk_snapshot_pop (GtkSnapshot *snapshot);
GDK_AVAILABLE_IN_3_90
-void gtk_snapshot_translate_2d (GtkSnapshot *snapshot,
+void gtk_snapshot_offset (GtkSnapshot *snapshot,
int x,
int y);
GDK_AVAILABLE_IN_3_90