mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
themingengine: move _gtk_theming_engine_set_context to private header
Where it belongs.
This commit is contained in:
parent
8f201d62d9
commit
4e37d56d51
@ -27,7 +27,7 @@
|
||||
#include "gtkstylecontextprivate.h"
|
||||
#include "gtkstylepropertiesprivate.h"
|
||||
#include "gtktypebuiltins.h"
|
||||
#include "gtkthemingengine.h"
|
||||
#include "gtkthemingengineprivate.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkwidget.h"
|
||||
#include "gtkwindow.h"
|
||||
|
@ -182,9 +182,6 @@ struct _GtkThemingEngineClass
|
||||
|
||||
GType gtk_theming_engine_get_type (void) G_GNUC_CONST;
|
||||
|
||||
void _gtk_theming_engine_set_context (GtkThemingEngine *engine,
|
||||
GtkStyleContext *context);
|
||||
|
||||
/* function implemented in gtkcsscustomproperty.c */
|
||||
void gtk_theming_engine_register_property (const gchar *name_space,
|
||||
GtkStylePropertyParser parse_func,
|
||||
|
@ -33,5 +33,7 @@ const GValue *_gtk_theming_engine_peek_property (GtkThemingEngine *engine,
|
||||
double _gtk_theming_engine_get_number (GtkThemingEngine *engine,
|
||||
const char *property_name,
|
||||
double one_hundred_percent);
|
||||
void _gtk_theming_engine_set_context (GtkThemingEngine *engine,
|
||||
GtkStyleContext *context);
|
||||
|
||||
#endif /* __GTK_THEMING_ENGINE_PRIVATE_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user