Explode gdkinternals.h into per-class private headers
At the same time, move some more class and instance structs out of public headers.
This commit is contained in:
@ -40,20 +40,7 @@ G_BEGIN_DECLS
|
||||
#define GDK_IS_APP_LAUNCH_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GDK_TYPE_APP_LAUNCH_CONTEXT))
|
||||
#define GDK_APP_LAUNCH_CONTEXT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GDK_TYPE_APP_LAUNCH_CONTEXT, GdkAppLaunchContextClass))
|
||||
|
||||
typedef struct GdkAppLaunchContextClass GdkAppLaunchContextClass;
|
||||
typedef struct GdkAppLaunchContextPrivate GdkAppLaunchContextPrivate;
|
||||
|
||||
struct GdkAppLaunchContext
|
||||
{
|
||||
GAppLaunchContext parent_instance;
|
||||
|
||||
GdkAppLaunchContextPrivate *priv;
|
||||
};
|
||||
|
||||
struct GdkAppLaunchContextClass
|
||||
{
|
||||
GAppLaunchContextClass parent_class;
|
||||
};
|
||||
typedef GAppLaunchContextClass GdkAppLaunchContextClass;
|
||||
|
||||
GType gdk_app_launch_context_get_type (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user