gdk: Add missing Since tags for gdk_window_new_child/input

In addition to d22e5e69d9
This commit is contained in:
Rico Tzschichholz
2016-10-18 13:27:19 +02:00
parent 69781c25da
commit 310a1f7e90

View File

@@ -1493,6 +1493,8 @@ gdk_window_new (GdkWindow *parent,
* Creates a new client-side child window.
*
* Returns: (transfer full): the new #GdkWindow
*
* Since: 3.90
**/
GdkWindow *
gdk_window_new_child (GdkWindow *parent,
@@ -1523,6 +1525,8 @@ gdk_window_new_child (GdkWindow *parent,
* Creates a new client-side input-only window.
*
* Returns: (transfer full): the new #GdkWindow
*
* Since: 3.90
**/
GdkWindow *
gdk_window_new_input (GdkWindow *parent,