mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 08:10:08 +00:00
Remove gtkalias from style context code.
This commit is contained in:
parent
9dfba95f09
commit
c9d626523d
@ -27,8 +27,6 @@
|
||||
#include "gtkanimationdescription.h"
|
||||
#include "gtkcssprovider.h"
|
||||
|
||||
#include "gtkalias.h"
|
||||
|
||||
typedef struct GtkCssProviderPrivate GtkCssProviderPrivate;
|
||||
typedef struct SelectorElement SelectorElement;
|
||||
typedef struct SelectorPath SelectorPath;
|
||||
@ -1821,6 +1819,3 @@ gtk_css_provider_get_named (const gchar *name)
|
||||
|
||||
return provider;
|
||||
}
|
||||
|
||||
#define __GTK_CSS_PROVIDER_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
@ -32,8 +32,6 @@
|
||||
#include "gtkanimationdescription.h"
|
||||
#include "gtktimeline.h"
|
||||
|
||||
#include "gtkalias.h"
|
||||
|
||||
typedef struct GtkStyleContextPrivate GtkStyleContextPrivate;
|
||||
typedef struct GtkStyleProviderData GtkStyleProviderData;
|
||||
typedef struct GtkStyleInfo GtkStyleInfo;
|
||||
@ -2085,6 +2083,3 @@ gtk_render_handle (GtkStyleContext *context,
|
||||
_gtk_theming_engine_set_context (priv->theming_engine, context);
|
||||
engine_class->render_handle (priv->theming_engine, cr, x, y, width, height, orientation);
|
||||
}
|
||||
|
||||
#define __GTK_STYLE_CONTEXT_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
@ -23,8 +23,6 @@
|
||||
#include "gtkstyleprovider.h"
|
||||
#include "gtkintl.h"
|
||||
|
||||
#include "gtkalias.h"
|
||||
|
||||
static void gtk_style_provider_iface_init (gpointer g_iface);
|
||||
|
||||
GType
|
||||
@ -99,6 +97,3 @@ gtk_style_provider_get_icon_factory (GtkStyleProvider *provider,
|
||||
|
||||
return iface->get_icon_factory (provider, path);
|
||||
}
|
||||
|
||||
#define __GTK_STYLE_PROVIDER_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
@ -29,8 +29,6 @@
|
||||
#include "gtkanimationdescription.h"
|
||||
#include "gtkintl.h"
|
||||
|
||||
#include "gtkalias.h"
|
||||
|
||||
typedef struct GtkStyleSetPrivate GtkStyleSetPrivate;
|
||||
typedef struct PropertyData PropertyData;
|
||||
typedef struct PropertyNode PropertyNode;
|
||||
@ -882,6 +880,3 @@ gtk_style_set_merge (GtkStyleSet *set,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#define __GTK_STYLE_SET_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
@ -240,6 +240,3 @@ gtk_symbolic_color_get_type (void)
|
||||
|
||||
return type;
|
||||
}
|
||||
|
||||
#define __GTK_SYMBOLIC_COLOR_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
@ -26,8 +26,6 @@
|
||||
#include <gtk/gtkstylecontext.h>
|
||||
#include <gtk/gtkintl.h>
|
||||
|
||||
#include "gtkalias.h"
|
||||
|
||||
typedef struct GtkThemingEnginePrivate GtkThemingEnginePrivate;
|
||||
|
||||
enum {
|
||||
@ -1919,6 +1917,3 @@ gtk_theming_engine_render_handle (GtkThemingEngine *engine,
|
||||
|
||||
gdk_color_free (bg_color);
|
||||
}
|
||||
|
||||
#define __GTK_THEMING_ENGINE_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
@ -733,6 +733,3 @@ gtk_timeline_set_progress_type (GtkTimeline *timeline,
|
||||
priv = timeline->priv;
|
||||
priv->progress_type = progress_type;
|
||||
}
|
||||
|
||||
#define __GTK_TIMELINE_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
@ -597,6 +597,3 @@ gtk_widget_path_has_parent (const GtkWidgetPath *path,
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#define __GTK_WIDGET_PATH_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
Loading…
Reference in New Issue
Block a user