mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Fix header file.
This commit is contained in:
parent
8875118334
commit
54727cc9e9
5 changed files with 4 additions and 6 deletions
|
@ -281,6 +281,7 @@ typedef struct
|
|||
} RofiHelperExecuteContext;
|
||||
|
||||
/**
|
||||
* @param wd The working directory.
|
||||
* @param args The arguments of the command to exec.
|
||||
* @param error_precmd Prefix to error message command.
|
||||
* @param error_cmd Error message command
|
||||
|
|
|
@ -125,6 +125,7 @@ char * mode_get_display_value ( const Mode *mode, unsigned int selected_line, in
|
|||
/**
|
||||
* @param mode The mode to query
|
||||
* @param selected_line The entry to query
|
||||
* @param height The desired height of the icon.
|
||||
*
|
||||
* Returns the icon for the selected_line
|
||||
*
|
||||
|
|
|
@ -101,7 +101,7 @@ void rofi_view_handle_text ( RofiViewState *state, char *text );
|
|||
/**
|
||||
* @param state the Menu handle
|
||||
* @param x The X coordinates of the motion
|
||||
* @param x The Y coordinates of the motion
|
||||
* @param y The Y coordinates of the motion
|
||||
*
|
||||
* Update the state if needed.
|
||||
*/
|
||||
|
@ -115,8 +115,6 @@ void rofi_view_maybe_update ( RofiViewState *state );
|
|||
void rofi_view_temp_configure_notify ( RofiViewState *state, xcb_configure_notify_event_t *xce );
|
||||
void rofi_view_temp_click_to_exit ( RofiViewState *state, xcb_window_t target );
|
||||
/**
|
||||
* @param state the Menu handle
|
||||
*
|
||||
* Update the state if needed.
|
||||
*/
|
||||
void rofi_view_frame_callback ( void );
|
||||
|
|
|
@ -149,7 +149,7 @@ void textbox_text ( textbox *tb, const char *text );
|
|||
|
||||
/**
|
||||
* @param tb Handle to the textbox
|
||||
* @param text The icon to show on the textbox
|
||||
* @param icon The icon to show on the textbox
|
||||
*
|
||||
* Set the text to show. Cursor is moved to end (if visible)
|
||||
*/
|
||||
|
|
|
@ -42,8 +42,6 @@ typedef struct _xcb_stuff xcb_stuff;
|
|||
extern xcb_stuff *xcb;
|
||||
|
||||
/**
|
||||
* @param xcb the xcb data structure
|
||||
*
|
||||
* Get the root window.
|
||||
*
|
||||
* @returns the root window.
|
||||
|
|
Loading…
Reference in a new issue