mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gobject/gio: some last missed statics/inclues
This commit is contained in:
parent
a6d9cf3380
commit
b076020719
@ -53,7 +53,7 @@ enum_state_free (gpointer data)
|
||||
g_slice_free (EnumState, state);
|
||||
}
|
||||
|
||||
EnumState *
|
||||
static EnumState *
|
||||
enum_state_new (gboolean is_flags)
|
||||
{
|
||||
EnumState *state;
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "gparam.h"
|
||||
#include "gparamspecs.h"
|
||||
#include "gvaluecollector.h"
|
||||
|
||||
#include "gtype-private.h"
|
||||
|
||||
/**
|
||||
* SECTION:gparamspec
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "gvalue.h"
|
||||
#include "gvaluecollector.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_init (DerivedObject *dobject);
|
||||
GType
|
||||
static GType
|
||||
derived_object_get_type (void)
|
||||
{
|
||||
static GType derived_object_type = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user