Remove gtkalias from style context code.

This commit is contained in:
Carlos Garnacho
2010-08-20 13:56:30 +02:00
parent 9dfba95f09
commit c9d626523d
8 changed files with 0 additions and 34 deletions

View File

@ -27,8 +27,6 @@
#include "gtkanimationdescription.h" #include "gtkanimationdescription.h"
#include "gtkcssprovider.h" #include "gtkcssprovider.h"
#include "gtkalias.h"
typedef struct GtkCssProviderPrivate GtkCssProviderPrivate; typedef struct GtkCssProviderPrivate GtkCssProviderPrivate;
typedef struct SelectorElement SelectorElement; typedef struct SelectorElement SelectorElement;
typedef struct SelectorPath SelectorPath; typedef struct SelectorPath SelectorPath;
@ -1821,6 +1819,3 @@ gtk_css_provider_get_named (const gchar *name)
return provider; return provider;
} }
#define __GTK_CSS_PROVIDER_C__
#include "gtkaliasdef.c"

View File

@ -32,8 +32,6 @@
#include "gtkanimationdescription.h" #include "gtkanimationdescription.h"
#include "gtktimeline.h" #include "gtktimeline.h"
#include "gtkalias.h"
typedef struct GtkStyleContextPrivate GtkStyleContextPrivate; typedef struct GtkStyleContextPrivate GtkStyleContextPrivate;
typedef struct GtkStyleProviderData GtkStyleProviderData; typedef struct GtkStyleProviderData GtkStyleProviderData;
typedef struct GtkStyleInfo GtkStyleInfo; typedef struct GtkStyleInfo GtkStyleInfo;
@ -2085,6 +2083,3 @@ gtk_render_handle (GtkStyleContext *context,
_gtk_theming_engine_set_context (priv->theming_engine, context); _gtk_theming_engine_set_context (priv->theming_engine, context);
engine_class->render_handle (priv->theming_engine, cr, x, y, width, height, orientation); engine_class->render_handle (priv->theming_engine, cr, x, y, width, height, orientation);
} }
#define __GTK_STYLE_CONTEXT_C__
#include "gtkaliasdef.c"

View File

@ -23,8 +23,6 @@
#include "gtkstyleprovider.h" #include "gtkstyleprovider.h"
#include "gtkintl.h" #include "gtkintl.h"
#include "gtkalias.h"
static void gtk_style_provider_iface_init (gpointer g_iface); static void gtk_style_provider_iface_init (gpointer g_iface);
GType GType
@ -99,6 +97,3 @@ gtk_style_provider_get_icon_factory (GtkStyleProvider *provider,
return iface->get_icon_factory (provider, path); return iface->get_icon_factory (provider, path);
} }
#define __GTK_STYLE_PROVIDER_C__
#include "gtkaliasdef.c"

View File

@ -29,8 +29,6 @@
#include "gtkanimationdescription.h" #include "gtkanimationdescription.h"
#include "gtkintl.h" #include "gtkintl.h"
#include "gtkalias.h"
typedef struct GtkStyleSetPrivate GtkStyleSetPrivate; typedef struct GtkStyleSetPrivate GtkStyleSetPrivate;
typedef struct PropertyData PropertyData; typedef struct PropertyData PropertyData;
typedef struct PropertyNode PropertyNode; typedef struct PropertyNode PropertyNode;
@ -882,6 +880,3 @@ gtk_style_set_merge (GtkStyleSet *set,
} }
} }
} }
#define __GTK_STYLE_SET_C__
#include "gtkaliasdef.c"

View File

@ -240,6 +240,3 @@ gtk_symbolic_color_get_type (void)
return type; return type;
} }
#define __GTK_SYMBOLIC_COLOR_C__
#include "gtkaliasdef.c"

View File

@ -26,8 +26,6 @@
#include <gtk/gtkstylecontext.h> #include <gtk/gtkstylecontext.h>
#include <gtk/gtkintl.h> #include <gtk/gtkintl.h>
#include "gtkalias.h"
typedef struct GtkThemingEnginePrivate GtkThemingEnginePrivate; typedef struct GtkThemingEnginePrivate GtkThemingEnginePrivate;
enum { enum {
@ -1919,6 +1917,3 @@ gtk_theming_engine_render_handle (GtkThemingEngine *engine,
gdk_color_free (bg_color); gdk_color_free (bg_color);
} }
#define __GTK_THEMING_ENGINE_C__
#include "gtkaliasdef.c"

View File

@ -733,6 +733,3 @@ gtk_timeline_set_progress_type (GtkTimeline *timeline,
priv = timeline->priv; priv = timeline->priv;
priv->progress_type = progress_type; priv->progress_type = progress_type;
} }
#define __GTK_TIMELINE_C__
#include "gtkaliasdef.c"

View File

@ -597,6 +597,3 @@ gtk_widget_path_has_parent (const GtkWidgetPath *path,
return FALSE; return FALSE;
} }
#define __GTK_WIDGET_PATH_C__
#include "gtkaliasdef.c"