1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00
rofi/include/dialogs/script.h

21 lines
468 B
C
Raw Normal View History

2016-01-07 08:54:24 +01:00
#ifndef ROFI_DIALOG_SCRIPT_H
#define ROFI_DIALOG_SCRIPT_H
2016-01-07 08:54:24 +01:00
/**
* @defgroup SCRIPTMode Script
* @ingroup MODES
*
* @{
*/
/**
2014-11-25 08:27:08 +01:00
* @param str The input string to parse
*
* Parse an argument string into the right ScriptOptions data object.
2016-07-29 08:32:34 +02:00
* This is off format: \<Name\>:\<Script\>
2014-11-25 08:27:08 +01:00
*
* @returns NULL when it fails, a newly allocated ScriptOptions when successful.
*/
Mode *script_switcher_parse_setup ( const char *str );
2016-01-07 08:54:24 +01:00
/*@}*/
#endif // ROFI_DIALOG_SCRIPT_H