modules: make all get_type() functions static

This commit is contained in:
Michael Natterer
2013-01-17 20:57:50 +01:00
parent 9f610ef3cf
commit 3c006d0a4f
9 changed files with 13 additions and 9 deletions

View File

@ -124,7 +124,7 @@ struct _ControllerDXDInputClass
};
GType controller_dx_dinput_get_type (void);
static GType controller_dx_dinput_get_type (void);
static void dx_dinput_dispose (GObject *object);
static void dx_dinput_finalize (GObject *object);