diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-10-29 06:47:32 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:38:29 +0100 |
commit | 4acc20abc142356c581dc58328fff408aed7a6b8 (patch) | |
tree | 7c9cce8247812e810ecbbc6ac213d23a6370e7d3 /gtk/gtkstyleprovider.c | |
parent | 1bdd761c3fb9e9b5c33cbb78174b3ae5d391b83e (diff) | |
download | gtk+-4acc20abc142356c581dc58328fff408aed7a6b8.tar.gz |
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.
Diffstat (limited to 'gtk/gtkstyleprovider.c')
-rw-r--r-- | gtk/gtkstyleprovider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstyleprovider.c b/gtk/gtkstyleprovider.c index 2a9d2fc5e5..0f1312f34f 100644 --- a/gtk/gtkstyleprovider.c +++ b/gtk/gtkstyleprovider.c @@ -62,11 +62,11 @@ gtk_style_provider_iface_init (gpointer g_iface) * Returns the style settings affecting a widget defined by @path, or %NULL if * @provider doesn't contemplate styling @path. * - * Returns: a #GtkStyleSet containing the style settings affecting @path + * Returns: a #GtkStyleProperties containing the style settings affecting @path * * Since: 3.0 **/ -GtkStyleSet * +GtkStyleProperties * gtk_style_provider_get_style (GtkStyleProvider *provider, GtkWidgetPath *path) { |