gtk: Make functions static that don't need to be non-static

Also remove the starting underscore from function names where
appropriate, as those functions are static now and not exported anymore.

This is part of a bunch of fixes for gcc complaining about
-Wmissing-declarations.
This commit is contained in:
Benjamin Otte
2012-10-02 19:23:29 +02:00
parent 48c6b3b4f4
commit 12683da8f7
10 changed files with 51 additions and 51 deletions

View File

@ -69,7 +69,7 @@ gtk_css_image_real_compute (GtkCssImage *image,
return g_object_ref (image);
}
GtkCssImage *
static GtkCssImage *
gtk_css_image_real_transition (GtkCssImage *start,
GtkCssImage *end,
guint property_id,
@ -375,7 +375,7 @@ _gtk_css_image_get_surface (GtkCssImage *image,
return result;
}
GType
static GType
gtk_css_image_get_parser_type (GtkCssParser *parser)
{
static const struct {