diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 23:08:08 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 23:08:08 -0500 |
commit | bf35c77f14f443670bd48bb8a321e974b0e57c7d (patch) | |
tree | fd8f8429476270d03843d972565bd0368d895879 /gdk/x11/gdkproperty-x11.c | |
parent | 4a2043cbd2d2fbe33d16af81ef9926a19093b987 (diff) | |
download | gtk+-bf35c77f14f443670bd48bb8a321e974b0e57c7d.tar.gz |
docs: use () instead of <function> tags
Diffstat (limited to 'gdk/x11/gdkproperty-x11.c')
-rw-r--r-- | gdk/x11/gdkproperty-x11.c | 2 |
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. * |