mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
css: Rename gtkcssstrfuncs file to gtkstyleproperty
The idea is to handle the style property registering etc in this file instead of the styleproperties file. The next commits will move those files.
This commit is contained in:
parent
e64b220791
commit
5eca8f8275
@ -389,7 +389,6 @@ gtk_private_h_sources = \
|
||||
gtkcssparserprivate.h \
|
||||
gtkcssproviderprivate.h \
|
||||
gtkcssselectorprivate.h \
|
||||
gtkcssstringfuncsprivate.h \
|
||||
gtkcustompaperunixdialog.h \
|
||||
gtkdndcursors.h \
|
||||
gtkentryprivate.h \
|
||||
@ -434,6 +433,7 @@ gtk_private_h_sources = \
|
||||
gtksocketprivate.h \
|
||||
gtkstylecontextprivate.h \
|
||||
gtkstylepropertiesprivate.h \
|
||||
gtkstylepropertyprivate.h \
|
||||
gtktextbtree.h \
|
||||
gtktextbufferserialize.h \
|
||||
gtktextchildprivate.h \
|
||||
@ -518,7 +518,6 @@ gtk_base_c_sources = \
|
||||
gtkcssparser.c \
|
||||
gtkcssprovider.c \
|
||||
gtkcssselector.c \
|
||||
gtkcssstringfuncs.c \
|
||||
gtkdialog.c \
|
||||
gtkdrawingarea.c \
|
||||
gtkeditable.c \
|
||||
@ -636,6 +635,7 @@ gtk_base_c_sources = \
|
||||
gtkstock.c \
|
||||
gtkstylecontext.c \
|
||||
gtkstyleproperties.c \
|
||||
gtkstyleproperty.c \
|
||||
gtkstyleprovider.c \
|
||||
gtkstyle.c \
|
||||
gtkswitch.c \
|
||||
|
@ -29,11 +29,11 @@
|
||||
|
||||
#include "gtkcssparserprivate.h"
|
||||
#include "gtkcssselectorprivate.h"
|
||||
#include "gtkcssstringfuncsprivate.h"
|
||||
#include "gtksymboliccolor.h"
|
||||
#include "gtkstyleprovider.h"
|
||||
#include "gtkstylecontextprivate.h"
|
||||
#include "gtkstylepropertiesprivate.h"
|
||||
#include "gtkstylepropertyprivate.h"
|
||||
#include "gtkbindings.h"
|
||||
#include "gtkmarshalers.h"
|
||||
#include "gtkprivate.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkcssstringfuncsprivate.h"
|
||||
#include "gtkstylepropertyprivate.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
@ -17,8 +17,8 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GTK_CSS_STRINGFUNCS_PRIVATE_H__
|
||||
#define __GTK_CSS_STRINGFUNCS_PRIVATE_H__
|
||||
#ifndef __GTK_STYLEPROPERTY_PRIVATE_H__
|
||||
#define __GTK_STYLEPROPERTY_PRIVATE_H__
|
||||
|
||||
#include "gtkcssparserprivate.h"
|
||||
|
||||
@ -31,4 +31,4 @@ char * _gtk_css_value_to_string (const GValue *value)
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_CSS_STRINGFUNCS_PRIVATE_H__ */
|
||||
#endif /* __GTK_CSS_STYLEPROPERTY_PRIVATE_H__ */
|
Loading…
Reference in New Issue
Block a user