Merge branch 'gir-fixes' into 'master'

Annotation fixes

See merge request GNOME/gtk!1616
This commit is contained in:
Emmanuele Bassi 2020-04-03 15:21:59 +00:00
commit de481a7b5e
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ GDK_AVAILABLE_IN_ALL
G_DECLARE_INTERFACE (GdkDragSurface, gdk_drag_surface, GDK, DRAG_SURFACE, GObject)
GDK_AVAILABLE_IN_ALL
gboolean gdk_drag_surface_present (GdkDragSurface *drag_icon,
gboolean gdk_drag_surface_present (GdkDragSurface *drag_surface,
int width,
int height);

View File

@ -293,7 +293,7 @@ gdk_toplevel_layout_get_fullscreen (GdkToplevelLayout *layout)
* Returns the monitor that the layout is fullscreening
* the surface on.
*
* Returns: (nullable): the monitor on which @layout fullscreens
* Returns: (nullable) (transfer none): the monitor on which @layout fullscreens
*/
GdkMonitor *
gdk_toplevel_layout_get_fullscreen_monitor (GdkToplevelLayout *layout)

View File

@ -45,7 +45,7 @@ GType gtk_shortcut_controller_get_type (void) G
GDK_AVAILABLE_IN_ALL
GtkEventController * gtk_shortcut_controller_new (void);
GDK_AVAILABLE_IN_ALL
GtkEventController * gtk_shortcut_controller_new_for_model (GListModel *list);
GtkEventController * gtk_shortcut_controller_new_for_model (GListModel *model);
GDK_AVAILABLE_IN_ALL
void gtk_shortcut_controller_set_mnemonics_modifiers (GtkShortcutController *self,