summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkxid.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/x11/gdkxid.c')
-rw-r--r--gdk/x11/gdkxid.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdk/x11/gdkxid.c b/gdk/x11/gdkxid.c
index b08ffce7bf..76815528ea 100644
--- a/gdk/x11/gdkxid.c
+++ b/gdk/x11/gdkxid.c
@@ -88,14 +88,14 @@ _gdk_x11_display_remove_window (GdkDisplay *display,
/**
* gdk_x11_surface_lookup_for_display:
- * @display: (type GdkX11Display): the #GdkDisplay corresponding to the
- * window handle
+ * @display: (type GdkX11Display): the `GdkDisplay` corresponding to the
+ * window handle
* @window: an Xlib Window
*
- * Looks up the #GdkSurface that wraps the given native window handle.
+ * Looks up the `GdkSurface` that wraps the given native window handle.
*
- * Returns: (transfer none) (type GdkX11Surface): the #GdkSurface wrapper for the native
- * window, or %NULL if there is none.
+ * Returns: (transfer none) (type GdkX11Surface): the `GdkSurface` wrapper
+ * for the native window
*/
GdkSurface *
gdk_x11_surface_lookup_for_display (GdkDisplay *display,