diff options
author | Alexander Larsson <alexl@redhat.com> | 2020-02-10 12:33:17 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2020-02-10 12:33:17 +0100 |
commit | 904eecd1edbd20f3459a08ab6203a642a730a914 (patch) | |
tree | 6fd564e342e3f9ce6d0e64619c89f99241b9e9b5 /gtk/gtkicontheme.h | |
parent | 344ad650315f0bff2a34c861aab7c309b6b510ef (diff) | |
download | gtk+-904eecd1edbd20f3459a08ab6203a642a730a914.tar.gz |
icon paintable: Replace get_filename and get_resource_path with get_file()
This returns a GFile which can represent both the above.
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r-- | gtk/gtkicontheme.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index f2904708f1..cf73c284cd 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -140,9 +140,7 @@ GDK_AVAILABLE_IN_ALL GType gtk_icon_paintable_get_type (void) G_GNUC_CONST; GDK_AVAILABLE_IN_ALL -const gchar * gtk_icon_paintable_get_filename (GtkIconPaintable *self); -GDK_AVAILABLE_IN_ALL -const gchar * gtk_icon_paintable_get_resource_path (GtkIconPaintable *self); +GFile * gtk_icon_paintable_get_file (GtkIconPaintable *self); GDK_AVAILABLE_IN_ALL const gchar * gtk_icon_paintable_get_icon_name (GtkIconPaintable *self); GDK_AVAILABLE_IN_ALL |