mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
modules: make all get_type() functions static
This commit is contained in:
parent
9f610ef3cf
commit
3c006d0a4f
9 changed files with 13 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue