summaryrefslogtreecommitdiff
path: root/libgupnp-igd
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-06-16 15:33:43 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-06-16 15:33:43 -0400
commitae939f4833849efb655ed629a3508304d0cf9c56 (patch)
tree7dc9fe9ad98681a57e9893c8d2f54d4c7dc83130 /libgupnp-igd
parent049f7973da3cab179293dc2920cdc8a082f2dfaf (diff)
downloadgupnp-igd-ae939f4833849efb655ed629a3508304d0cf9c56.tar.gz
Update GTK-Doc usage to 1.10
Diffstat (limited to 'libgupnp-igd')
-rw-r--r--libgupnp-igd/gupnp-simple-igd-priv.h3
-rw-r--r--libgupnp-igd/gupnp-simple-igd-thread.c1
-rw-r--r--libgupnp-igd/gupnp-simple-igd.h6
3 files changed, 8 insertions, 2 deletions
diff --git a/libgupnp-igd/gupnp-simple-igd-priv.h b/libgupnp-igd/gupnp-simple-igd-priv.h
index 0081b78..38ea792 100644
--- a/libgupnp-igd/gupnp-simple-igd-priv.h
+++ b/libgupnp-igd/gupnp-simple-igd-priv.h
@@ -27,9 +27,10 @@
/**
* GUPnPSimpleIgdClass:
- * @parent_class: Our parent
+
* @add_port: An implementation of the add_port function
* @remove_port: An implementation of the delete_port function
+ * @remove_local_port: An implementation of the remove_local_port function
*
* The Raw UDP component transmitter class
*/
diff --git a/libgupnp-igd/gupnp-simple-igd-thread.c b/libgupnp-igd/gupnp-simple-igd-thread.c
index 178c9f2..8212f76 100644
--- a/libgupnp-igd/gupnp-simple-igd-thread.c
+++ b/libgupnp-igd/gupnp-simple-igd-thread.c
@@ -40,7 +40,6 @@
/**
* GUPnPSimpleIgdThreadClass:
- * @parent_class: Our parent
*
* The Raw UDP component transmitter class
*/
diff --git a/libgupnp-igd/gupnp-simple-igd.h b/libgupnp-igd/gupnp-simple-igd.h
index d0acd8f..8122642 100644
--- a/libgupnp-igd/gupnp-simple-igd.h
+++ b/libgupnp-igd/gupnp-simple-igd.h
@@ -65,6 +65,12 @@ struct _GUPnPSimpleIgd
GUPnPSimpleIgdPrivate *priv;
};
+/**
+ * GUPNP_SIMPLE_IGD_ERROR:
+ *
+ * The error domain for GUPnP Simple IGD
+ */
+
#define GUPNP_SIMPLE_IGD_ERROR (gupnp_simple_igd_error_quark ())
/**