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

@ -143,7 +143,7 @@ struct _ControllerLinuxInputClass
};
GType controller_linux_input_get_type (void);
static GType controller_linux_input_get_type (void);
static void linux_input_dispose (GObject *object);
static void linux_input_finalize (GObject *object);