mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
Improve wording for g_propagate_error docs.
* glib/gerror.c: Improve wording for g_propagate_error docs. svn path=/trunk/; revision=6056
This commit is contained in:
parent
871897db96
commit
a27d6affec
@ -1,3 +1,7 @@
|
||||
2007-12-06 Mathias Hasselmann <mathias@openismus.com>
|
||||
|
||||
* glib/gerror.c: Improve wording for g_propagate_error docs.
|
||||
|
||||
2007-12-06 09:27:42 Tim Janik <timj@imendio.com>
|
||||
|
||||
* tests/scannerapi.c: added new scanner test from #501654, by
|
||||
|
@ -215,11 +215,11 @@ g_set_error (GError **err,
|
||||
* g_propagate_error:
|
||||
* @dest: error return location
|
||||
* @src: error to move into the return location
|
||||
*
|
||||
* If @dest is %NULL, free @src; otherwise,
|
||||
* moves @src into *@dest. *@dest must be %NULL.
|
||||
*
|
||||
* If @dest is %NULL, free @src; otherwise, moves @src into *@dest.
|
||||
* The error variable @dest points to must be %NULL.
|
||||
**/
|
||||
void
|
||||
void
|
||||
g_propagate_error (GError **dest,
|
||||
GError *src)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user