forked from AuroraMiddleware/gtk
Fix typos in 2 gobject-introspection annotations.
This commit is contained in:
parent
ee357cf885
commit
4fe044b77d
@ -731,7 +731,7 @@ gtk_action_group_set_visible (GtkActionGroup *action_group,
|
|||||||
*
|
*
|
||||||
* Looks up an action in the action group by name.
|
* Looks up an action in the action group by name.
|
||||||
*
|
*
|
||||||
* Returns: (transfer-none): the action, or %NULL if no action by that name exists
|
* Returns: (transfer none): the action, or %NULL if no action by that name exists
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
|
@ -149,7 +149,7 @@ gtk_editable_base_init (gpointer g_class)
|
|||||||
* @editable: a #GtkEditable
|
* @editable: a #GtkEditable
|
||||||
* @new_text: the text to append
|
* @new_text: the text to append
|
||||||
* @new_text_length: the length of the text in bytes, or -1
|
* @new_text_length: the length of the text in bytes, or -1
|
||||||
* @position: (in-out): location of the position text will be inserted at
|
* @position: (inout): location of the position text will be inserted at
|
||||||
*
|
*
|
||||||
* Inserts @new_text_length bytes of @new_text into the contents of the
|
* Inserts @new_text_length bytes of @new_text into the contents of the
|
||||||
* widget, at position @position.
|
* widget, at position @position.
|
||||||
|
Loading…
Reference in New Issue
Block a user