mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
Fix Docbook tag typo
This commit is contained in:
parent
b8fb9fd074
commit
bbecb798e2
@ -1,3 +1,8 @@
|
||||
2005-08-03 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* glib/gstdio.c:
|
||||
Fix DocBook tag typo. (#311966)
|
||||
|
||||
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-08-03 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* glib/gstdio.c:
|
||||
Fix DocBook tag typo. (#311966)
|
||||
|
||||
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-08-03 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* glib/gstdio.c:
|
||||
Fix DocBook tag typo. (#311966)
|
||||
|
||||
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-08-03 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* glib/gstdio.c:
|
||||
Fix DocBook tag typo. (#311966)
|
||||
|
||||
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
|
||||
|
@ -857,7 +857,7 @@ g_rmdir (const gchar *filename)
|
||||
*
|
||||
* See the C library manual for more details about fopen().
|
||||
*
|
||||
* Returns: A <typename>FILE</typename> pointer if the file was successfully
|
||||
* Returns: A <type>FILE</type> pointer if the file was successfully
|
||||
* opened, or %NULL if an error occurred
|
||||
*
|
||||
* Since: 2.6
|
||||
@ -935,7 +935,7 @@ g_fopen (const gchar *filename,
|
||||
*
|
||||
* See the C library manual for more details about freopen().
|
||||
*
|
||||
* Returns: A <typename>FILE</typename> pointer if the file was successfully
|
||||
* Returns: A <type>FILE</type> pointer if the file was successfully
|
||||
* opened, or %NULL if an error occurred.
|
||||
*
|
||||
* Since: 2.6
|
||||
|
Loading…
Reference in New Issue
Block a user