[gupnp-igd] Fix introspection comment



commit ca9d8e4c5b1b674a79bf19c5b66d901f96d37e49
Author: Olivier CrÃte <olivier crete collabora com>
Date:   Fri Jan 4 12:21:28 2013 -0500

    Fix introspection comment

 libgupnp-igd/gupnp-simple-igd.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgupnp-igd/gupnp-simple-igd.c b/libgupnp-igd/gupnp-simple-igd.c
index 70e20fe..3a16b9a 100644
--- a/libgupnp-igd/gupnp-simple-igd.c
+++ b/libgupnp-igd/gupnp-simple-igd.c
@@ -180,7 +180,7 @@ gupnp_simple_igd_class_init (GUPnPSimpleIgdClass *klass)
           G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
 
   /**
-   * GUPnPSimpleIgd::mapped-external-port
+   * GUPnPSimpleIgd::mapped-external-port:
    * @self: #GUPnPSimpleIgd that emitted the signal
    * @proto: the requested protocol ("UDP" or "TCP")
    * @external_ip: the external IP
@@ -206,7 +206,7 @@ gupnp_simple_igd_class_init (GUPnPSimpleIgdClass *klass)
       G_TYPE_STRING, G_TYPE_UINT, G_TYPE_STRING);
 
   /**
-   * GUPnPSimpleIgd::error-mapping-port
+   * GUPnPSimpleIgd::error-mapping-port:
    * @self: #GUPnPSimpleIgd that emitted the signal
    * @error: a #GError
    * @proto: The requested protocol



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