mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02:00
gobject/gio: some last missed statics/inclues
This commit is contained in:
@@ -53,7 +53,7 @@ enum_state_free (gpointer data)
|
|||||||
g_slice_free (EnumState, state);
|
g_slice_free (EnumState, state);
|
||||||
}
|
}
|
||||||
|
|
||||||
EnumState *
|
static EnumState *
|
||||||
enum_state_new (gboolean is_flags)
|
enum_state_new (gboolean is_flags)
|
||||||
{
|
{
|
||||||
EnumState *state;
|
EnumState *state;
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
#include "gparam.h"
|
#include "gparam.h"
|
||||||
#include "gparamspecs.h"
|
#include "gparamspecs.h"
|
||||||
#include "gvaluecollector.h"
|
#include "gvaluecollector.h"
|
||||||
|
#include "gtype-private.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gparamspec
|
* SECTION:gparamspec
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
#include "gvalue.h"
|
#include "gvalue.h"
|
||||||
#include "gvaluecollector.h"
|
#include "gvaluecollector.h"
|
||||||
#include "gbsearcharray.h"
|
#include "gbsearcharray.h"
|
||||||
|
#include "gtype-private.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -320,7 +320,7 @@ struct _DerivedObjectPrivate
|
|||||||
};
|
};
|
||||||
static void derived_object_class_init (DerivedObjectClass *class);
|
static void derived_object_class_init (DerivedObjectClass *class);
|
||||||
static void derived_object_init (DerivedObject *dobject);
|
static void derived_object_init (DerivedObject *dobject);
|
||||||
GType
|
static GType
|
||||||
derived_object_get_type (void)
|
derived_object_get_type (void)
|
||||||
{
|
{
|
||||||
static GType derived_object_type = 0;
|
static GType derived_object_type = 0;
|
||||||
|
Reference in New Issue
Block a user