Merge branch '3-24-30-api-additions-since-marker' into 'gtk-3-24'

Add `Since` markers for new API between 3.24.11 and 3.24.30

See merge request GNOME/gtk!4425
This commit is contained in:
Matthias Clasen
2022-02-08 00:15:10 +00:00
5 changed files with 27 additions and 0 deletions

View File

@ -2006,6 +2006,13 @@ create_zxdg_toplevel_v6_resources (GdkWindow *window)
window);
}
/**
* gdk_wayland_window_set_application_id:
* @window:
* @application_id:
*
* Since: 3.24.22
*/
void
gdk_wayland_window_set_application_id (GdkWindow *window, const char* application_id)
{