summaryrefslogtreecommitdiff
path: root/gdata/gdata-types.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-04-06 00:26:34 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2011-04-06 00:26:34 +0100
commit89ad55e7e6ec110d9b9d11619ed66b7025849aca (patch)
tree5c222f72096c63207196188c12cfde6b149bca65 /gdata/gdata-types.h
parentcc2e6f077f22374534a7719056aa8a133dbf7bbc (diff)
downloadlibgdata-89ad55e7e6ec110d9b9d11619ed66b7025849aca.tar.gz
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
Diffstat (limited to 'gdata/gdata-types.h')
-rw-r--r--gdata/gdata-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdata/gdata-types.h b/gdata/gdata-types.h
index 5b1cb1e7..1e662435 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;