summaryrefslogtreecommitdiffstats
path: root/pywrap/pcipywrap.i
diff options
context:
space:
mode:
authorVasilii Chernov <vchernov@inr.ru>2016-02-15 16:09:37 +0100
committerVasilii Chernov <vchernov@inr.ru>2016-02-15 16:09:37 +0100
commitfc80d8b64672785b4d9c7127e852ca9bf19c9194 (patch)
tree20633e7c818639c46ce515f8d24d0382b5b67e05 /pywrap/pcipywrap.i
parent398e756263502a98a0c1887dcf38f7ef1fafa84b (diff)
downloadpcitool-fc80d8b64672785b4d9c7127e852ca9bf19c9194.tar.gz
pcitool-fc80d8b64672785b4d9c7127e852ca9bf19c9194.tar.bz2
pcitool-fc80d8b64672785b4d9c7127e852ca9bf19c9194.tar.xz
pcitool-fc80d8b64672785b4d9c7127e852ca9bf19c9194.zip
Add options parsing to server\n Rename get_property_info for get_property_list
Diffstat (limited to 'pywrap/pcipywrap.i')
-rw-r--r--pywrap/pcipywrap.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywrap/pcipywrap.i b/pywrap/pcipywrap.i
index 4b735d2..86b6f36 100644
--- a/pywrap/pcipywrap.i
+++ b/pywrap/pcipywrap.i
@@ -16,4 +16,4 @@ extern PyObject* set_property(PyObject* val, const char *prop);
extern PyObject* get_registers_list(const char *bank = NULL);
extern PyObject* get_register_info(const char* reg,const char *bank = NULL);
-extern PyObject* get_property_info(const char* branch = NULL);
+extern PyObject* get_property_list(const char* branch = NULL);