icontheme: Remove gtk_icon_theme_get_default()
The API encouraged wrong usage - most of the users were indeed wrong. Use the correct version instead: gtk_icon_theme_get_for_display (gtk_widget_get_display ())
This commit is contained in:
committed by
Alexander Larsson
parent
b8ffe5b245
commit
bfebc2b01a
@@ -4995,7 +4995,6 @@ GTK_TYPE_ICON_THEME_ERROR
|
||||
GTK_TYPE_ICON_LOOKUP_FLAGS
|
||||
GtkIconThemeError
|
||||
gtk_icon_theme_new
|
||||
gtk_icon_theme_get_default
|
||||
gtk_icon_theme_get_for_display
|
||||
gtk_icon_theme_set_display
|
||||
gtk_icon_theme_set_search_path
|
||||
|
||||
Reference in New Issue
Block a user