summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-04 19:10:46 +0100
committerBenjamin Otte <otte@redhat.com>2017-11-05 00:07:17 +0100
commitb4b7c2727438a0a80b0a187aba06267b495becd4 (patch)
tree76ea7a3682479fc721b330c74c53fa4ff9cbfb48 /gtk/gtkaboutdialog.h
parentb12a53406d9ff87421410ed08ffb46c0409f16a8 (diff)
downloadgtk+-b4b7c2727438a0a80b0a187aba06267b495becd4.tar.gz
aboutdialog: Make logo a texture property
Get rid of cairo surfaces!
Diffstat (limited to 'gtk/gtkaboutdialog.h')
-rw-r--r--gtk/gtkaboutdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkaboutdialog.h b/gtk/gtkaboutdialog.h
index 7077413340..703ba483ea 100644
--- a/gtk/gtkaboutdialog.h
+++ b/gtk/gtkaboutdialog.h
@@ -198,10 +198,10 @@ GDK_AVAILABLE_IN_ALL
void gtk_about_dialog_set_translator_credits (GtkAboutDialog *about,
const gchar *translator_credits);
GDK_AVAILABLE_IN_ALL
-cairo_surface_t *gtk_about_dialog_get_logo (GtkAboutDialog *about);
+GdkTexture *gtk_about_dialog_get_logo (GtkAboutDialog *about);
GDK_AVAILABLE_IN_ALL
void gtk_about_dialog_set_logo (GtkAboutDialog *about,
- cairo_surface_t *logo);
+ GdkTexture *logo);
GDK_AVAILABLE_IN_ALL
const gchar * gtk_about_dialog_get_logo_icon_name (GtkAboutDialog *about);
GDK_AVAILABLE_IN_ALL