[libgdata/libgdata-0-8] docs: Add a “public” comment to GDataColor to stop gtk-doc dieing on it
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-8] docs: Add a “public” comment to GDataColor to stop gtk-doc dieing on it
- Date: Fri, 15 Apr 2011 17:35:39 +0000 (UTC)
commit 39fc2d724fcd9390334730880e5ee3e6be13720d
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]