[librsvg] Fix GType of RsvgHandleFlags



commit 198398352ccdd364f344ed806711b6369e413d88
Author: Christian Persch <chpe gnome org>
Date:   Mon Nov 7 16:19:54 2011 +0100

    Fix GType of RsvgHandleFlags

 rsvg.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/rsvg.h b/rsvg.h
index 13e0838..ee28db3 100644
--- a/rsvg.h
+++ b/rsvg.h
@@ -138,7 +138,8 @@ gboolean rsvg_handle_has_sub (RsvgHandle * handle, const char *id);
 
 /* GIO APIs */
 
-typedef enum {
+typedef enum /*< flags >*/ 
+{
     RSVG_HANDLE_FLAGS_NONE        = 0
 } RsvgHandleFlags;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]