[libgdata/libgdata-0-7] docs: Add a “public” comment to GDataColor to stop gtk-doc dieing on it



commit 754661472a034bf26fb5eecf07e9b44e3f08d942
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Apr 6 00:26:34 2011 +0100

    docs: Add a â??publicâ?? comment to GDataColor to stop gtk-doc dieing on it
    
    Since it's a boxed enum type, its fields need to be marked public to prevent
    gtk-doc complaining about them. See bgo#642998.
    
    Closes: bgo#642983

 gdata/gdata-types.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gdata/gdata-types.h b/gdata/gdata-types.h
index 5b1cb1e..1e66243 100644
--- a/gdata/gdata-types.h
+++ b/gdata/gdata-types.h
@@ -34,6 +34,7 @@ G_BEGIN_DECLS
  * differentiate calendars.
  **/
 typedef struct {
+	/*< public >*/
 	guint16 red;
 	guint16 green;
 	guint16 blue;



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