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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user