mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
Merge branch 'ebassi/for-master' into 'master'
Ebassi/for master See merge request GNOME/gtk!1853
This commit is contained in:
commit
7686b13a1e
@ -2827,8 +2827,8 @@ gdk_motion_event_new (GdkSurface *surface,
|
||||
* Retrieves the history of the @event motion, as a list of time and
|
||||
* coordinates.
|
||||
*
|
||||
* Returns: (transfer container) (element-type GdkTimeCoord) (nullable): a list
|
||||
* of time and coordinates
|
||||
* Returns: (transfer container) (array length=out_n_coords) (nullable): an
|
||||
* array of time and coordinates
|
||||
*/
|
||||
GdkTimeCoord *
|
||||
gdk_motion_event_get_history (GdkEvent *event,
|
||||
|
@ -432,10 +432,11 @@ gtk_text_child_anchor_finalize (GObject *obj)
|
||||
* @anchor: a #GtkTextChildAnchor
|
||||
*
|
||||
* Gets a list of all widgets anchored at this child anchor.
|
||||
* The returned list should be freed with g_list_free().
|
||||
*
|
||||
* The order in which the widgets are returned is not defined.
|
||||
*
|
||||
* Returns: (element-type GtkWidget) (transfer container): list of widgets anchored at @anchor
|
||||
* Returns: (array length=out_len) (transfer container): an
|
||||
* array of widgets anchored at @anchor
|
||||
**/
|
||||
GtkWidget **
|
||||
gtk_text_child_anchor_get_widgets (GtkTextChildAnchor *anchor,
|
||||
|
Loading…
Reference in New Issue
Block a user