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

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