summaryrefslogtreecommitdiff
path: root/libgupnp-igd
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-08-02 14:31:28 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-08-02 14:31:28 +0200
commitd3453a7c68578a881e5eb43c25d2fa8dc65f71b7 (patch)
treea415041257b874a8e35c6b09e09d1a284a79de58 /libgupnp-igd
parentbba6d3ea85419d410d2f60a0e08eae6a745e5108 (diff)
downloadgupnp-igd-d3453a7c68578a881e5eb43c25d2fa8dc65f71b7.tar.gz
Explain more clearly what local_ip means
Diffstat (limited to 'libgupnp-igd')
-rw-r--r--libgupnp-igd/gupnp-simple-igd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgupnp-igd/gupnp-simple-igd.c b/libgupnp-igd/gupnp-simple-igd.c
index cfe4390..d9a421f 100644
--- a/libgupnp-igd/gupnp-simple-igd.c
+++ b/libgupnp-igd/gupnp-simple-igd.c
@@ -184,7 +184,8 @@ gupnp_simple_igd_class_init (GUPnPSimpleIgdClass *klass)
* @replaces_external_ip: if this mapping replaces another mapping,
* this is the old external IP
* @external_port: the external port that was allocated
- * @local_ip: internal ip this is forwarded to
+ * @local_ip: IP address that the router should forward the packets to. It
+ * could be the address of another machine on the local network
* @local_port: the local port
* @description: the user's selected description
*