docs: Remove a line that's not true anymore

This commit is contained in:
Benjamin Otte 2017-01-08 00:46:08 +01:00
parent c1f1dae997
commit 4749eedc08

View File

@ -1669,8 +1669,7 @@ gdk_window_is_destroyed (GdkWindow *window)
* gdk_window_has_native: * gdk_window_has_native:
* @window: a #GdkWindow * @window: a #GdkWindow
* *
* Checks whether the window has a native window or not. Note that * Checks whether the window has a native window or not.
* you can use gdk_window_ensure_native() if a native window is needed.
* *
* Returns: %TRUE if the @window has a native window, %FALSE otherwise. * Returns: %TRUE if the @window has a native window, %FALSE otherwise.
* *