diff options
Diffstat (limited to 'gtk/gtkpixmap.h')
-rw-r--r-- | gtk/gtkpixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpixmap.h b/gtk/gtkpixmap.h index 9bfd56fadf..3e386179ba 100644 --- a/gtk/gtkpixmap.h +++ b/gtk/gtkpixmap.h @@ -65,7 +65,7 @@ struct _GtkPixmapClass }; -GtkType gtk_pixmap_get_type (void); +GtkType gtk_pixmap_get_type (void) G_GNUC_CONST; GtkWidget* gtk_pixmap_new (GdkPixmap *pixmap, GdkBitmap *mask); void gtk_pixmap_set (GtkPixmap *pixmap, |