1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

doc: add function string_split_shell in plugin API reference

This commit is contained in:
Sebastien Helleu
2014-02-14 11:15:09 +01:00
parent 05eda016ec
commit fa2600f496
5 changed files with 189 additions and 2 deletions
+2 -2
View File
@@ -1614,8 +1614,8 @@ string_split_shared (const char *string, const char *separators, int keep_eol,
/*
* Splits a string like the shell does for a command with arguments.
*
* This function is a C conversion of python class "shlex"
* (file: Lib/shlex.py in python repository)
* This function is a C conversion of Python class "shlex"
* (file: Lib/shlex.py in Python repository)
* Doc: http://docs.python.org/3/library/shlex.html
*
* Copyrights in shlex.py: