s/GtkStyleSet/GtkStyleProperties/
The former name had oddities such as gtk_style_set_set() and such, so the new name is nicer in that regard and not much longer.
This commit is contained in:
		| @ -23,7 +23,7 @@ | ||||
| #include <glib-object.h> | ||||
| #include "gtkwidgetpath.h" | ||||
| #include "gtkiconfactory.h" | ||||
| #include "gtkstyleset.h" | ||||
| #include "gtkstyleproperties.h" | ||||
| #include "gtkenums.h" | ||||
|  | ||||
| G_BEGIN_DECLS | ||||
| @ -52,8 +52,8 @@ struct _GtkStyleProviderIface | ||||
| { | ||||
|   GTypeInterface g_iface; | ||||
|  | ||||
|   GtkStyleSet * (* get_style) (GtkStyleProvider *provider, | ||||
|                                GtkWidgetPath    *path); | ||||
|   GtkStyleProperties * (* get_style) (GtkStyleProvider *provider, | ||||
|                                       GtkWidgetPath    *path); | ||||
|  | ||||
|   gboolean (* get_style_property) (GtkStyleProvider *provider, | ||||
|                                    GtkWidgetPath    *path, | ||||
| @ -66,8 +66,8 @@ struct _GtkStyleProviderIface | ||||
|  | ||||
| GType gtk_style_provider_get_type (void) G_GNUC_CONST; | ||||
|  | ||||
| GtkStyleSet *gtk_style_provider_get_style (GtkStyleProvider *provider, | ||||
|                                            GtkWidgetPath    *path); | ||||
| GtkStyleProperties *gtk_style_provider_get_style (GtkStyleProvider *provider, | ||||
|                                                   GtkWidgetPath    *path); | ||||
|  | ||||
| gboolean gtk_style_provider_get_style_property (GtkStyleProvider *provider, | ||||
|                                                 GtkWidgetPath    *path, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Carlos Garnacho
					Carlos Garnacho