mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 18:08:54 +02:00
Merge branch 'mcatanzaro/g-assert-error-doc' into 'master'
Improve documentation of g_assert_error() See merge request GNOME/glib!549
This commit is contained in:
@@ -751,7 +751,7 @@
|
||||
*
|
||||
* This can only be used to test for a specific error. If you want to
|
||||
* test that @err is set, but don't care what it's set to, just use
|
||||
* `g_assert (err != NULL)`
|
||||
* `g_assert_nonnull (err)`.
|
||||
*
|
||||
* Since: 2.20
|
||||
*/
|
||||
|
Reference in New Issue
Block a user