From f67c0a28cfe3f3fc6ef2888c833e57c3d2138348 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 27 Sep 2012 15:13:37 -0700 Subject: [PATCH] pyglue: Mention parameters in interface_ips() docstring. --- source4/scripting/python/pyglue.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c index c21de46798d..966d82310fe 100644 --- a/source4/scripting/python/pyglue.c +++ b/source4/scripting/python/pyglue.c @@ -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()"}, -- 2.11.4.GIT