GtkStyleProperties: Use GParamSpec for properties registration.
This commit is contained in:
@ -171,11 +171,9 @@ GType gtk_theming_engine_get_type (void) G_GNUC_CONST;
|
||||
void _gtk_theming_engine_set_context (GtkThemingEngine *engine,
|
||||
GtkStyleContext *context);
|
||||
|
||||
void gtk_theming_engine_register_property (GtkThemingEngine *engine,
|
||||
const gchar *property_name,
|
||||
GType type,
|
||||
const GValue *default_value,
|
||||
GtkStylePropertyParser parse_func);
|
||||
void gtk_theming_engine_register_property (const gchar *namespace,
|
||||
GtkStylePropertyParser parse_func,
|
||||
GParamSpec *pspec);
|
||||
|
||||
void gtk_theming_engine_get_property (GtkThemingEngine *engine,
|
||||
const gchar *property,
|
||||
@ -202,7 +200,7 @@ G_CONST_RETURN GtkWidgetPath * gtk_theming_engine_get_path (GtkThemingEngine *en
|
||||
gboolean gtk_theming_engine_has_class (GtkThemingEngine *engine,
|
||||
const gchar *style_class);
|
||||
gboolean gtk_theming_engine_has_region (GtkThemingEngine *engine,
|
||||
const gchar *style_class,
|
||||
const gchar *style_region,
|
||||
GtkRegionFlags *flags);
|
||||
|
||||
GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine);
|
||||
|
Reference in New Issue
Block a user