docs: use () instead of <function> tags

This commit is contained in:
William Jon McCann
2014-01-27 23:08:08 -05:00
parent 4a2043cbd2
commit bf35c77f14
9 changed files with 28 additions and 48 deletions

View File

@ -83,8 +83,7 @@
* <note>
* This means that while you can pass the result of
* gtk_file_chooser_get_filename() to
* <function>open(2)</function> or
* <function>fopen(3)</function>, you may not be able to
* open(2) or fopen(3), you may not be able to
* directly set it as the text of a #GtkLabel widget unless you
* convert it first to UTF-8, which all GTK+ widgets expect.
* You should use g_filename_to_utf8() to convert filenames