From 54a3847a5e914da53763b78ec118bb2f4bd3ffdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 28 Nov 2012 23:31:50 +0100 Subject: [PATCH] common: Annotate MetaButtonLayout https://bugzilla.gnome.org/show_bug.cgi?id=689263 --- src/meta/common.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/meta/common.h b/src/meta/common.h index ab54aff08..5526d094e 100644 --- a/src/meta/common.h +++ b/src/meta/common.h @@ -274,6 +274,14 @@ typedef enum #define MAX_BUTTONS_PER_CORNER META_BUTTON_FUNCTION_LAST +/* Keep array size in sync with MAX_BUTTONS_PER_CORNER */ +/** + * MetaButtonLayout: + * @left_buttons: (array fixed-size=10): + * @right_buttons: (array fixed-size=10): + * @left_buttons_has_spacer: (array fixed-size=10): + * @right_buttons_has_spacer: (array fixed-size=10): + */ typedef struct _MetaButtonLayout MetaButtonLayout; struct _MetaButtonLayout {