Minor documentation formatting fixes

This commit is contained in:
Matthias Clasen 2013-05-27 15:26:59 -04:00
parent ff049fad62
commit 5486bfb14f
2 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ static const gchar *allowed_backends;
* followed by the Quartz backend, and then all
* others.
*
* If the <envvar>GDK_BACKEND</envvar> environment variable
* If the <envar>GDK_BACKEND</envar> environment variable
* is set, it determines what backends are tried in what
* order, while still respecting the set of allowed backends
* that are specified by this function.

View File

@ -2424,7 +2424,7 @@ gdk_window_peek_children (GdkWindow *window)
* @user_data:
*
* Gets the list of children of @window known to GDK with a particular
* user_data set on it.
* @user_data set on it.
*
* The returned list must be freed, but the elements in the
* list need not be.