* @start_col: first column to search for data
* @end_row: last row to search for data
* @end_col: last column to search for data
- * @is_selected: a callback
- * @user_data: user data to be passed to the callback
+ * @is_selected: a #VteSelectionFunc callback
+ * @user_data: (closure): user data to be passed to the callback
* @attributes: (out) (transfer) (array) (element-type Vte.CharAttributes): location for storing text attributes
*
* Extracts a view of the visible part of the terminal. If @is_selected is not
/**
* vte_terminal_get_text:
* @terminal: a #VteTerminal
- * @is_selected: a callback
- * @user_data: user data to be passed to the callback
+ * @is_selected: a #VteSelectionFunc callback
+ * @user_data: (closure): user data to be passed to the callback
* @attributes: (out) (transfer) (array) (element-type Vte.CharAttributes): location for storing text attributes
*
* Extracts a view of the visible part of the terminal. If @is_selected is not
/**
* vte_terminal_get_text_include_trailing_spaces:
* @terminal: a #VteTerminal
- * @is_selected: a callback
- * @user_data: user data to be passed to the callback
+ * @is_selected: a #VteSelectionFunc callback
+ * @user_data: (closure): user data to be passed to the callback
* @attributes: (out) (transfer) (array) (element-type Vte.CharAttributes): location for storing text attributes
*
* Extracts a view of the visible part of the terminal. If @is_selected is not