[Xfce4-commits] [apps/xfdashboard] 08/08: Add missing annotiations to enums to skip while creating enums.h and enums.c

noreply at xfce.org noreply at xfce.org
Mon Jan 25 13:21:17 CET 2016


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit e5629552bb4d082128fff23a28fdea008079de2a
Author: Stephan Haller <nomad at froevel.de>
Date:   Mon Jan 25 13:19:10 2016 +0100

    Add missing annotiations to enums to skip while creating enums.h and enums.c
---
 xfdashboard/button.c         |    2 +-
 xfdashboard/window-content.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfdashboard/button.c b/xfdashboard/button.c
index 1f1b32e..a0e55d7 100644
--- a/xfdashboard/button.c
+++ b/xfdashboard/button.c
@@ -37,7 +37,7 @@
 #include "image-content.h"
 
 /* Forward declarations */
-typedef enum 
+typedef enum /*< skip,prefix=XFDASHBOARD_BUTTON_ICON_TYPE >*/
 {
 	XFDASHBOARD_BUTTON_ICON_TYPE_ICON_NONE,
 	XFDASHBOARD_BUTTON_ICON_TYPE_ICON_NAME,
diff --git a/xfdashboard/window-content.c b/xfdashboard/window-content.c
index 49bc27b..7101b18 100644
--- a/xfdashboard/window-content.c
+++ b/xfdashboard/window-content.c
@@ -48,7 +48,7 @@
 #include "enums.h"
 
 /* Definitions */
-typedef enum
+typedef enum /*< skip,prefix=XFDASHBOARD_WINDOW_CONTENT_WORKAROUND_MODE >*/
 {
 	XFDASHBOARD_WINDOW_CONTENT_WORKAROUND_MODE_NONE=0,
 	XFDASHBOARD_WINDOW_CONTENT_WORKAROUND_MODE_UNMINIMIZING,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list