mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 13:23:31 +02:00
doc: various improvements
- GSubprocessLauncher exists since 2.40, not 2.36 - more logical order for g_markup functions - fix short description of GMarkup - GMarkupParser: specify that some parameters are NULL-terminated. - g_string_new (NULL); is possible. - other trivial fixes. https://bugzilla.gnome.org/show_bug.cgi?id=728983
This commit is contained in:
@@ -1436,7 +1436,7 @@ g_signal_new (const gchar *signal_name,
|
||||
*
|
||||
* See g_signal_new() for information about signal names.
|
||||
*
|
||||
* If c_marshaller is %NULL @g_cclosure_marshal_generic will be used as
|
||||
* If c_marshaller is %NULL, g_cclosure_marshal_generic() will be used as
|
||||
* the marshaller for this signal.
|
||||
*
|
||||
* Returns: the signal id
|
||||
@@ -1564,7 +1564,7 @@ signal_add_class_closure (SignalNode *node,
|
||||
*
|
||||
* See g_signal_new() for details on allowed signal names.
|
||||
*
|
||||
* If c_marshaller is %NULL @g_cclosure_marshal_generic will be used as
|
||||
* If c_marshaller is %NULL, g_cclosure_marshal_generic() will be used as
|
||||
* the marshaller for this signal.
|
||||
*
|
||||
* Returns: the signal id
|
||||
|
Reference in New Issue
Block a user