Put G_GNUC_CONST at the end of the declarations

These attributes go at the end, not the beginning.
This commit is contained in:
Jasper St. Pierre 2015-07-06 00:29:23 -07:00
parent a191554cf6
commit 1545d4e638
2 changed files with 2 additions and 4 deletions

View File

@ -27,8 +27,7 @@
#include <clutter/clutter.h>
#include <meta/meta-window-shape.h>
G_GNUC_CONST
GType meta_shadow_get_type (void);
GType meta_shadow_get_type (void) G_GNUC_CONST;
/**
* MetaShadowParams:

View File

@ -26,8 +26,7 @@
#include <cairo.h>
#include <glib-object.h>
G_GNUC_CONST
GType meta_window_shape_get_type (void);
GType meta_window_shape_get_type (void) G_GNUC_CONST;
/**
* MetaWindowShape: