mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
gtkwidget: Remove gtk_widget_class_install_style_property_parser...
... from public API
This commit is contained in:
parent
281c1e4fe5
commit
ccd3ff7fba
@ -5152,7 +5152,6 @@ gtk_widget_set_double_buffered
|
||||
gtk_widget_set_redraw_on_allocate
|
||||
gtk_widget_mnemonic_activate
|
||||
gtk_widget_class_install_style_property
|
||||
gtk_widget_class_install_style_property_parser
|
||||
gtk_widget_class_find_style_property
|
||||
gtk_widget_class_list_style_properties
|
||||
gtk_widget_region_intersect
|
||||
|
@ -11942,16 +11942,7 @@ gtk_widget_input_shape_combine_region (GtkWidget *widget,
|
||||
|
||||
/* style properties
|
||||
*/
|
||||
|
||||
/**
|
||||
* gtk_widget_class_install_style_property_parser: (skip)
|
||||
* @klass: a #GtkWidgetClass
|
||||
* @pspec: the #GParamSpec for the style property
|
||||
* @parser: the parser for the style property
|
||||
*
|
||||
* Installs a style property on a widget class.
|
||||
**/
|
||||
void
|
||||
static void
|
||||
gtk_widget_class_install_style_property_parser (GtkWidgetClass *klass,
|
||||
GParamSpec *pspec,
|
||||
GtkRcPropertyParser parser)
|
||||
|
@ -1131,10 +1131,6 @@ GDK_AVAILABLE_IN_ALL
|
||||
void gtk_widget_class_install_style_property (GtkWidgetClass *klass,
|
||||
GParamSpec *pspec);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
void gtk_widget_class_install_style_property_parser (GtkWidgetClass *klass,
|
||||
GParamSpec *pspec,
|
||||
GtkRcPropertyParser parser);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GParamSpec* gtk_widget_class_find_style_property (GtkWidgetClass *klass,
|
||||
const gchar *property_name);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
|
Loading…
Reference in New Issue
Block a user