styleproperties: Move the style property handling code

... from gtkstyleproperties.c to gtkstyleproperty.c
This commit is contained in:
Benjamin Otte
2011-05-21 04:17:28 +02:00
parent 5eca8f8275
commit 727a839d71
4 changed files with 152 additions and 143 deletions

View File

@ -24,16 +24,6 @@
G_BEGIN_DECLS
typedef struct _GtkStyleProperty GtkStyleProperty;
struct _GtkStyleProperty
{
GParamSpec *pspec;
GtkStylePropertyParser parse_func;
};
const GtkStyleProperty * _gtk_style_property_lookup (const char *name);
const GValue * _gtk_style_properties_peek_property (GtkStyleProperties *props,
const gchar *prop_name,
GtkStateFlags state);