[gupnp-av] Fix gtk-doc warnings
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-av] Fix gtk-doc warnings
- Date: Thu, 30 May 2013 15:13:33 +0000 (UTC)
commit f7ed90f5cbace29de36d0a057d2c4011fb78d53e
Author: Jens Georg <mail jensge org>
Date: Thu May 30 16:50:05 2013 +0200
Fix gtk-doc warnings
doc/Makefile.am | 2 ++
doc/gupnp-av-sections.txt | 3 ++-
libgupnp-av/gupnp-cds-last-change-parser.h | 12 ++++++++++++
libgupnp-av/gupnp-didl-lite-createclass.h | 4 ++++
libgupnp-av/gupnp-last-change-parser.c | 2 +-
5 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e9091ab..9d1f9b1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -51,6 +51,8 @@ CFILE_GLOB=$(top_srcdir)/libgupnp-av/*.c
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES= \
xml-util.h \
+ xsd-data.h \
+ fragment-util.h \
gvalue-util.h \
gupnp-av-marshal.h \
gupnp-didl-lite-contributor-private.h \
diff --git a/doc/gupnp-av-sections.txt b/doc/gupnp-av-sections.txt
index e373bc6..79970f3 100644
--- a/doc/gupnp-av-sections.txt
+++ b/doc/gupnp-av-sections.txt
@@ -60,6 +60,7 @@ gupnp_didl_lite_object_get_title_xml_string
gupnp_didl_lite_object_get_track_number_xml_string
gupnp_didl_lite_object_get_update_id
gupnp_didl_lite_object_get_upnp_class_xml_string
+gupnp_didl_lite_object_get_xml_string
gupnp_didl_lite_object_set_update_id
gupnp_didl_lite_object_unset_artists
gupnp_didl_lite_object_unset_update_id
@@ -283,7 +284,6 @@ gupnp_didl_lite_contributor_get_type
<SECTION>
<FILE>gupnp-didl-lite-create-class</FILE>
<TITLE>GUPnPDIDLLiteCreateClass</TITLE>
-GUPnPDIDLLiteCreateClass
gupnp_didl_lite_create_class_get_content
gupnp_didl_lite_create_class_set_content
gupnp_didl_lite_create_class_get_include_derived
@@ -299,6 +299,7 @@ GUPNP_IS_DIDL_LITE_CREATE_CLASS
GUPNP_IS_DIDL_LITE_CREATE_CLASS_CLASS
GUPNP_TYPE_DIDL_LITE_CREATE_CLASS
<SUBSECTION Private>
+GUPnPDIDLLiteCreateClass
GUPnPDIDLLiteCreateClassPrivate
gupnp_didl_lite_create_class_get_type
</SECTION>
diff --git a/libgupnp-av/gupnp-cds-last-change-parser.h b/libgupnp-av/gupnp-cds-last-change-parser.h
index 8c29d4f..8e7483b 100644
--- a/libgupnp-av/gupnp-cds-last-change-parser.h
+++ b/libgupnp-av/gupnp-cds-last-change-parser.h
@@ -68,6 +68,18 @@ struct _GUPnPCDSLastChangeParserClass {
GObjectClass parent_class;
};
+/**
+ * GUPnPCDSLastChangeEvent:
+ * @GUPNP_CDS_LAST_CHANGE_EVENT_INVALID: Invalid #GUPnPCDSLastChangeEntry.
+ * @GUPNP_CDS_LAST_CHANGE_EVENT_OBJECT_ADDED: The #GUPnPCDSLastChangeEntry is
+ * an object added event.
+ * @GUPNP_CDS_LAST_CHANGE_EVENT_OBJECT_REMOVED: The #GUPnPCDSLastChangeEntry
+ * is an object removal event.
+ * @GUPNP_CDS_LAST_CHANGE_EVENT_OBJECT_MODIFIED: The #GUPnPCDSLastChangeEntry
+ * is an object modification event.
+ * @GUPNP_CDS_LAST_CHANGE_EVENT_ST_DONE: The #GUPnPCDSLastChangeEntry is a
+ * subtree update done event.
+ */
typedef enum GUPnPCDSLastChangeEvent {
GUPNP_CDS_LAST_CHANGE_EVENT_INVALID,
GUPNP_CDS_LAST_CHANGE_EVENT_OBJECT_ADDED,
diff --git a/libgupnp-av/gupnp-didl-lite-createclass.h b/libgupnp-av/gupnp-didl-lite-createclass.h
index 7df5935..fd94093 100644
--- a/libgupnp-av/gupnp-didl-lite-createclass.h
+++ b/libgupnp-av/gupnp-didl-lite-createclass.h
@@ -57,9 +57,13 @@ gupnp_didl_lite_create_class_get_type (void) G_GNUC_CONST;
typedef struct _GUPnPDIDLLiteCreateClassPrivate GUPnPDIDLLiteCreateClassPrivate;
+/**
+ * GUPnPDIDLLiteCreateClass:
+ **/
typedef struct {
GObject parent;
+ /*< private >*/
GUPnPDIDLLiteCreateClassPrivate *priv;
} GUPnPDIDLLiteCreateClass;
diff --git a/libgupnp-av/gupnp-last-change-parser.c b/libgupnp-av/gupnp-last-change-parser.c
index 583d927..c22bcaf 100644
--- a/libgupnp-av/gupnp-last-change-parser.c
+++ b/libgupnp-av/gupnp-last-change-parser.c
@@ -222,7 +222,7 @@ gupnp_last_change_parser_parse_last_change_valist
* @instance_id: The ID of the AV instance caller is interested in
* @last_change_xml: The xml from the "LastChange" event to parse
* @error: The location where to store any error, or NULL
- * @Varargs: tuples of state variable name, state variable type, and state
+ * @...: tuples of state variable name, state variable type, and state
* variable value location, terminated with NULL. The state variable values
* should be freed after use.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]