summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkproperty-x11.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-27 23:08:08 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-27 23:08:08 -0500
commitbf35c77f14f443670bd48bb8a321e974b0e57c7d (patch)
treefd8f8429476270d03843d972565bd0368d895879 /gdk/x11/gdkproperty-x11.c
parent4a2043cbd2d2fbe33d16af81ef9926a19093b987 (diff)
downloadgtk+-bf35c77f14f443670bd48bb8a321e974b0e57c7d.tar.gz
docs: use () instead of <function> tags
Diffstat (limited to 'gdk/x11/gdkproperty-x11.c')
-rw-r--r--gdk/x11/gdkproperty-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkproperty-x11.c b/gdk/x11/gdkproperty-x11.c
index 4deb90fc49..70d29ef3e4 100644
--- a/gdk/x11/gdkproperty-x11.c
+++ b/gdk/x11/gdkproperty-x11.c
@@ -426,7 +426,7 @@ gdk_x11_get_xatom_name_for_display (GdkDisplay *display,
*
* Returns the name of an X atom for GDK's default display. This
* function is meant mainly for debugging, so for convenience, unlike
- * <function>XAtomName()</function> and gdk_atom_name(), the result
+ * XAtomName() and gdk_atom_name(), the result
* doesn't need to be freed. Also, this function will never return %NULL,
* even if @xatom is invalid.
*