mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Fix some typos in the documentation.
2008-02-06 Benjamin Otte <otte@gnome.org> * gasyncresult.c: * gfilenamecompleter.c: Fix some typos in the documentation. svn path=/trunk/; revision=6460
This commit is contained in:
parent
2185733235
commit
f428a1b44a
@ -1,3 +1,9 @@
|
|||||||
|
2008-02-06 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
|
* gasyncresult.c:
|
||||||
|
* gfilenamecompleter.c:
|
||||||
|
Fix some typos in the documentation.
|
||||||
|
|
||||||
2008-02-06 Alexander Larsson <alexl@redhat.com>
|
2008-02-06 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* glocalfile.c (g_local_file_trash):
|
* glocalfile.c (g_local_file_trash):
|
||||||
|
@ -77,9 +77,9 @@
|
|||||||
* success = _theoretical_frobnitz_finish (source_object, res, NULL);
|
* success = _theoretical_frobnitz_finish (source_object, res, NULL);
|
||||||
*
|
*
|
||||||
* if (success)
|
* if (success)
|
||||||
* g_printf ("Hurray!/n");
|
* g_printf ("Hurray!\n");
|
||||||
* else
|
* else
|
||||||
* g_printf ("Uh oh!/n");
|
* g_printf ("Uh oh!\n");
|
||||||
*
|
*
|
||||||
* /<!-- -->* ... *<!-- -->/
|
* /<!-- -->* ... *<!-- -->/
|
||||||
*
|
*
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
*
|
*
|
||||||
* Completes partial file and directory names given a partial string by
|
* Completes partial file and directory names given a partial string by
|
||||||
* looking in the file system for clues. Can return a list of possible
|
* looking in the file system for clues. Can return a list of possible
|
||||||
* completion strings for widget implementation.
|
* completion strings for widget implementations.
|
||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user