mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gaction: Improve documentation around floating GVariants
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
4748db5fd3
commit
d470e7227a
@ -467,6 +467,12 @@ g_action_name_is_valid (const gchar *action_name)
|
|||||||
* For strings, this third format must be used if target value is
|
* For strings, this third format must be used if target value is
|
||||||
* empty or contains characters other than alphanumerics, `-` and `.`.
|
* empty or contains characters other than alphanumerics, `-` and `.`.
|
||||||
*
|
*
|
||||||
|
* If this function returns %TRUE, a non-%NULL value is guaranteed to be returned
|
||||||
|
* in @action_name (if a pointer is passed in). A %NULL value may still be
|
||||||
|
* returned in @target_value, as the @detailed_name may not contain a target.
|
||||||
|
*
|
||||||
|
* If returned, the #GVariant in @target_value is guaranteed to not be floating.
|
||||||
|
*
|
||||||
* Returns: %TRUE if successful, else %FALSE with @error set
|
* Returns: %TRUE if successful, else %FALSE with @error set
|
||||||
*
|
*
|
||||||
* Since: 2.38
|
* Since: 2.38
|
||||||
|
Loading…
Reference in New Issue
Block a user