mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
docs: Add missing documentation for warnings and assertions
These symbols were listed in glib-undocumented.txt. Thanks gtk-doc. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -2623,11 +2623,14 @@ g_assertion_message (const char *domain,
|
||||
|
||||
/**
|
||||
* g_assertion_message_expr: (skip)
|
||||
* @domain: (nullable):
|
||||
* @file:
|
||||
* @line:
|
||||
* @func:
|
||||
* @expr: (nullable):
|
||||
* @domain: (nullable): log domain
|
||||
* @file: file containing the assertion
|
||||
* @line: line number of the assertion
|
||||
* @func: function containing the assertion
|
||||
* @expr: (nullable): expression which failed
|
||||
*
|
||||
* Internal function used to print messages from the public g_assert() and
|
||||
* g_assert_not_reached() macros.
|
||||
*/
|
||||
void
|
||||
g_assertion_message_expr (const char *domain,
|
||||
|
Reference in New Issue
Block a user