Skip to content

docs: Improve wording in documentation of g_unix_signal_source_new()

Tom Levy requested to merge (removed):pr-docs-improve-wording-glib-unix into main
  • 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().

Merge request reports