[librsvg] Fix GType of RsvgHandleFlags
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] Fix GType of RsvgHandleFlags
- Date: Mon, 7 Nov 2011 15:22:45 +0000 (UTC)
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]