mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Merge branch 'ccook/doc-changes' into 'main'
Two corrections that show up in docs See merge request GNOME/gtk!5838
This commit is contained in:
commit
bebaad3e1f
@ -2098,7 +2098,7 @@ gtk_entry_get_visibility (GtkEntry *entry)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_entry_set_invisible_char: (attributes org.gtk.Method.sets_property=invisible-char)
|
* gtk_entry_set_invisible_char: (attributes org.gtk.Method.set_property=invisible-char)
|
||||||
* @entry: a `GtkEntry`
|
* @entry: a `GtkEntry`
|
||||||
* @ch: a Unicode character
|
* @ch: a Unicode character
|
||||||
*
|
*
|
||||||
|
@ -538,7 +538,7 @@ gtk_flow_box_child_class_init (GtkFlowBoxChildClass *class)
|
|||||||
*
|
*
|
||||||
* Emitted when the user activates a child widget in a `GtkFlowBox`.
|
* Emitted when the user activates a child widget in a `GtkFlowBox`.
|
||||||
*
|
*
|
||||||
* This can be happen either by clicking or double-clicking,
|
* This can happen either by clicking or double-clicking,
|
||||||
* or via a keybinding.
|
* or via a keybinding.
|
||||||
*
|
*
|
||||||
* This is a [keybinding signal](class.SignalAction.html),
|
* This is a [keybinding signal](class.SignalAction.html),
|
||||||
|
Loading…
Reference in New Issue
Block a user