mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
gmessages: Fix a typo in the documentation for g_log_set_handler_full()
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
09796b3ccc
commit
1304197ed0
@ -846,7 +846,7 @@ g_log_set_handler (const gchar *log_domain,
|
|||||||
* @user_data: data passed to the log handler
|
* @user_data: data passed to the log handler
|
||||||
* @destroy: destroy notify for @user_data, or %NULL
|
* @destroy: destroy notify for @user_data, or %NULL
|
||||||
*
|
*
|
||||||
* Like g_log_sets_handler(), but takes a destroy notify for the @user_data.
|
* Like g_log_set_handler(), but takes a destroy notify for the @user_data.
|
||||||
*
|
*
|
||||||
* This has no effect if structured logging is enabled; see
|
* This has no effect if structured logging is enabled; see
|
||||||
* [Using Structured Logging][using-structured-logging].
|
* [Using Structured Logging][using-structured-logging].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user