rofi/include/dialogs/dmenu.h

15 lines
232 B
C
Raw Normal View History

2014-01-29 23:47:23 +00:00
#ifndef __DMENU_DIALOG_H__
#define __DMENU_DIALOG_H__
2014-11-24 19:22:44 +00:00
/**
2014-11-24 19:22:44 +00:00
* @param input Pointer to the user-input string.
*
2014-11-24 19:35:28 +00:00
* dmenu dialog.
2014-11-24 19:22:44 +00:00
*
2014-11-24 19:35:28 +00:00
* @returns TRUE if script was successful.
*/
int dmenu_switcher_dialog ( char **input );
2014-01-29 23:47:23 +00:00
#endif