[glib/wip/desrt/xclasse-docs: 2/7] Doc: gobject: Fix all undocumented/unused/undeclared symbols



commit 9c395ca75ddfa9e51ae4008b2a4a1776e95bc849
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Sat Nov 29 08:41:01 2014 -0500

    Doc: gobject: Fix all undocumented/unused/undeclared symbols
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740814

 gobject/gtype.h           |    2 ++
 gobject/gvaluecollector.h |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gobject/gtype.h b/gobject/gtype.h
index c2624f6..80b2a0d 100644
--- a/gobject/gtype.h
+++ b/gobject/gtype.h
@@ -384,7 +384,9 @@ typedef gsize                           GType;
 typedef gulong                          GType;
 #endif
 typedef struct _GValue                  GValue;
+#ifndef __GTK_DOC_IGNORE__
 typedef union  _GTypeCValue             GTypeCValue;
+#endif
 typedef struct _GTypePlugin             GTypePlugin;
 typedef struct _GTypeClass              GTypeClass;
 typedef struct _GTypeInterface          GTypeInterface;
diff --git a/gobject/gvaluecollector.h b/gobject/gvaluecollector.h
index e668394..ffd6736 100644
--- a/gobject/gvaluecollector.h
+++ b/gobject/gvaluecollector.h
@@ -50,6 +50,9 @@ enum  /*< skip >*/
 
 /* vararg union holding actual values collected
  */
+#ifdef __GTK_DOC_IGNORE__
+typedef union _GTypeCValue GTypeCValue;
+#endif
 /**
  * GTypeCValue:
  * @v_int: the field for holding integer values


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