mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33: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
|
@ -59,7 +59,7 @@ struct _ColorselWaterClass
|
|||
};
|
||||
|
||||
|
||||
GType colorsel_water_get_type (void);
|
||||
static GType colorsel_water_get_type (void);
|
||||
|
||||
static gboolean select_area_expose (GtkWidget *widget,
|
||||
GdkEventExpose *event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue