pyglue: Mention parameters in interface_ips() docstring.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 27 Sep 2012 22:13:37 +0000 (15:13 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 21 Oct 2012 17:42:40 +0000 (10:42 -0700)
source4/scripting/python/pyglue.c

index c21de46798dcf04a2a0f39d962ed817a10835174..966d82310fe8434f6385bc1c442013839d36de8a 100644 (file)
@@ -223,6 +223,8 @@ static PyMethodDef py_misc_methods[] = {
        { "get_debug_level", (PyCFunction)py_get_debug_level, METH_NOARGS,
                "get debug level" },
        { "interface_ips", (PyCFunction)py_interface_ips, METH_VARARGS,
+               "interface_ips(lp_ctx[, all_interfaces) -> list_of_ifaces\n"
+               "\n"
                "get interface IP address list"},
        { "strcasecmp_m", (PyCFunction)py_strcasecmp_m, METH_VARARGS,
                "(for testing) compare two strings using Samba's strcasecmp_m()"},