gobject/gio: some last missed statics/inclues

This commit is contained in:
Ryan Lortie 2011-10-16 21:53:03 -04:00
parent a6d9cf3380
commit b076020719
4 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -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

View File

@ -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"
/** /**

View File

@ -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;