gtkwidget: Remove gtk_widget_class_install_style_property_parser...

... from public API
This commit is contained in:
Timm Bäder 2016-10-05 17:08:11 +02:00 committed by Benjamin Otte
parent 281c1e4fe5
commit ccd3ff7fba
3 changed files with 1 additions and 15 deletions

View File

@ -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

View File

@ -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)

View File

@ -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