mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
docs: Improve wording in documentation of g_unix_signal_source_new()
- Insert missing word "from". - Remove space between function name and "()" so syntax highlighting can recognise it as a function. - Avoid "you"/"your" when discussing the reentrancy issues of regular UNIX signal handlers, because it gives the false impression that these issues are applicable to g_unix_signal_source_new(). Unrelated: - Fix missing space in documentation of g_signal_new_class_handler().
This commit is contained in:
@@ -1554,7 +1554,7 @@ g_signal_new (const gchar *signal_name,
|
||||
* an object definition, instead the function pointer is passed
|
||||
* directly and can be overridden by derived classes with
|
||||
* g_signal_override_class_closure() or
|
||||
* g_signal_override_class_handler()and chained to with
|
||||
* g_signal_override_class_handler() and chained to with
|
||||
* g_signal_chain_from_overridden() or
|
||||
* g_signal_chain_from_overridden_handler().
|
||||
*
|
||||
|
Reference in New Issue
Block a user