css: Move the last parser api to the new header
This lets us use it from the render node parser in gsk.
This commit is contained in:
committed by
Alexander Larsson
parent
16cdb33c6c
commit
a91b6b4786
@@ -151,6 +151,9 @@ gsize gtk_css_parser_consume_any (GtkCssParser
|
||||
gsize n_options,
|
||||
gpointer user_data);
|
||||
|
||||
|
||||
void _gtk_css_print_string (GString *str,
|
||||
const char *string);
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_CSS_PARSER_H__ */
|
||||
|
||||
@@ -24,13 +24,4 @@
|
||||
#include "gtk/css/gtkcsstokenizerprivate.h"
|
||||
#include "gtk/css/gtkcssparserprivate.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* XXX: Find better place to put it? */
|
||||
void _gtk_css_print_string (GString *str,
|
||||
const char *string);
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_CSS_PARSER_PRIVATE_H__ */
|
||||
|
||||
Reference in New Issue
Block a user