diff options
author | Benjamin Otte <otte@redhat.com> | 2012-09-28 13:42:21 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-09-28 18:27:49 +0200 |
commit | 0cc32eae6219599882e7dc75115050ce77607887 (patch) | |
tree | 8a587d18c369dbf4ae630796435058bfee4ce06d /gtk/gtkstyleproviderprivate.h | |
parent | 448cdb07370a20e0ba5efe061ec86193a72afcda (diff) | |
download | gtk+-0cc32eae6219599882e7dc75115050ce77607887.tar.gz |
symboliccolor: Change prototype of _gtk_symbolic_color_resolve_full()
We can juts pass a GtkStyleProviderPrivate, that one has the vfunc we
want already. So no need to pass vfuncs anymore.
Diffstat (limited to 'gtk/gtkstyleproviderprivate.h')
-rw-r--r-- | gtk/gtkstyleproviderprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyleproviderprivate.h b/gtk/gtkstyleproviderprivate.h index 43675d135e..75a6049360 100644 --- a/gtk/gtkstyleproviderprivate.h +++ b/gtk/gtkstyleproviderprivate.h @@ -34,7 +34,7 @@ G_BEGIN_DECLS #define GTK_STYLE_PROVIDER_PRIVATE_GET_INTERFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), GTK_TYPE_STYLE_PROVIDER_PRIVATE, GtkStyleProviderPrivateInterface)) typedef struct _GtkStyleProviderPrivateInterface GtkStyleProviderPrivateInterface; -typedef struct _GtkStyleProviderPrivate GtkStyleProviderPrivate; /* dummy typedef */ +/* typedef struct _GtkStyleProviderPrivate GtkStyleProviderPrivate; */ /* dummy typedef */ struct _GtkStyleProviderPrivateInterface { |