Update some headers.

This commit is contained in:
Dave Davenport 2016-06-01 07:34:41 +02:00
parent 96baa5d0b2
commit 01ce909c97
5 changed files with 6 additions and 12 deletions

View File

@ -11,7 +11,6 @@
*/ */
/** /**
* @param socket_path The I3 IPC socket.
* @param id The window to focus on. * @param id The window to focus on.
* *
* If we want to switch windows in I3, we use I3 IPC mode. * If we want to switch windows in I3, we use I3 IPC mode.
@ -22,7 +21,7 @@
void i3_support_focus_window ( xcb_window_t id ); void i3_support_focus_window ( xcb_window_t id );
/** /**
* @param display The display to read the i3 property from. * @param xcb The xcb to read the i3 property from.
* *
* Get the i3 socket from the X root window. * Get the i3 socket from the X root window.
* @returns TRUE when i3 is running, FALSE when not. * @returns TRUE when i3 is running, FALSE when not.

View File

@ -66,7 +66,7 @@ int mode_init ( Mode *mode );
void mode_destroy ( Mode *mode ); void mode_destroy ( Mode *mode );
/** /**
* @param mode The mode to query * @param sw The mode to query
* *
* Get the number of entries in the mode. * Get the number of entries in the mode.
* *

View File

@ -220,7 +220,7 @@ static void get_apps_dir ( DRunModePrivateData *pd, const char *bp )
} }
} }
/** /**
* @param cmd The command to remove from history * @param entry The command entry to remove from history
* *
* Remove command from history. * Remove command from history.
*/ */

View File

@ -393,7 +393,6 @@ static void setup_modi ( void )
} }
/** /**
* @param display Pointer to the X connection to use.
* Load configuration. * Load configuration.
* Following priority: (current), X, commandline arguments * Following priority: (current), X, commandline arguments
*/ */

View File

@ -180,10 +180,7 @@ static void menu_capture_screenshot ( void )
} }
/** /**
* @param state the state of the View. * Calculates the window position
* @param mon the work area.
*
* Calculates the window poslition
*/ */
static void calculate_window_position ( void ) static void calculate_window_position ( void )
{ {
@ -1111,10 +1108,9 @@ static void rofi_view_paste ( RofiViewState *state, xcb_selection_notify_event_t
/** /**
* @param state Internal state of the menu. * @param state Internal state of the menu.
* @param key the Key being pressed. * @param action The action to perform.
* @param modstate the modifier state.
* *
* Keyboard navigation through the elements. * Perform keyboard navigation action.
*/ */
static void rofi_view_keyboard_navigation ( RofiViewState *state, KeyBindingAction action ) static void rofi_view_keyboard_navigation ( RofiViewState *state, KeyBindingAction action )
{ {