mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Put G_GNUC_CONST at the end of the declarations
These attributes go at the end, not the beginning.
This commit is contained in:
parent
a191554cf6
commit
1545d4e638
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user