[grilo-plugins] lua-factory: Fix grl.fetch API doc



commit 4fdd9fd93479bed5cf69e972e5891627769560ea
Author: Bastien Nocera <hadess hadess net>
Date:   Thu May 19 00:28:46 2016 +0200

    lua-factory: Fix grl.fetch API doc
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766636

 src/lua-factory/grl-lua-library.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lua-factory/grl-lua-library.c b/src/lua-factory/grl-lua-library.c
index 530978c..51ec27f 100644
--- a/src/lua-factory/grl-lua-library.c
+++ b/src/lua-factory/grl-lua-library.c
@@ -1089,7 +1089,7 @@ grl_l_media_get_keys (lua_State *L)
 /**
 * grl.fetch
 *
-* @url: (string or array) The http url to GET the content.
+* @url: (string or array) The http URL(s) to GET the content.
 * @netopts: [optional] (table) Options to set the GrlNetWc object.
 * @callback: (function) The function to be called after fetch is complete.
 * @userdata: [optional] User data to be passed to the @callback.


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