mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
gio/gobject: Various introspection fixes
This commit is contained in:
parent
c7ea434e2c
commit
e3189527dc
@ -873,7 +873,7 @@ g_dbus_address_get_stream (const gchar *address,
|
||||
/**
|
||||
* g_dbus_address_get_stream_finish:
|
||||
* @res: A #GAsyncResult obtained from the GAsyncReadyCallback passed to g_dbus_address_get_stream().
|
||||
* @out_guid: %NULL or return location to store the GUID extracted from @address, if any.
|
||||
* @out_guid: (optional) (out): %NULL or return location to store the GUID extracted from @address, if any.
|
||||
* @error: Return location for error or %NULL.
|
||||
*
|
||||
* Finishes an operation started with g_dbus_address_get_stream().
|
||||
@ -910,7 +910,7 @@ g_dbus_address_get_stream_finish (GAsyncResult *res,
|
||||
/**
|
||||
* g_dbus_address_get_stream_sync:
|
||||
* @address: A valid D-Bus address.
|
||||
* @out_guid: %NULL or return location to store the GUID extracted from @address, if any.
|
||||
* @out_guid: (optional) (out): %NULL or return location to store the GUID extracted from @address, if any.
|
||||
* @cancellable: (allow-none): A #GCancellable or %NULL.
|
||||
* @error: Return location for error or %NULL.
|
||||
*
|
||||
|
@ -755,7 +755,7 @@ g_closure_remove_finalize_notifier (GClosure *closure,
|
||||
/**
|
||||
* g_closure_invoke:
|
||||
* @closure: a #GClosure
|
||||
* @return_value: (allow-none): a #GValue to store the return
|
||||
* @return_value: (optional) (out): a #GValue to store the return
|
||||
* value. May be %NULL if the callback of @closure
|
||||
* doesn't return a value.
|
||||
* @n_param_values: the length of the @param_values array
|
||||
|
@ -1265,7 +1265,7 @@ g_signal_lookup (const gchar *name,
|
||||
* created. Further information about the signals can be acquired through
|
||||
* g_signal_query().
|
||||
*
|
||||
* Returns: (array length=n_ids): Newly allocated array of signal IDs.
|
||||
* Returns: (array length=n_ids) (transfer full): Newly allocated array of signal IDs.
|
||||
*/
|
||||
guint*
|
||||
g_signal_list_ids (GType itype,
|
||||
|
@ -1239,7 +1239,7 @@ g_value_set_variant (GValue *value,
|
||||
/**
|
||||
* g_value_take_variant:
|
||||
* @value: a valid #GValue of type %G_TYPE_VARIANT
|
||||
* @variant: (allow-none): a #GVariant, or %NULL
|
||||
* @variant: (nullable) (transfer full): a #GVariant, or %NULL
|
||||
*
|
||||
* Set the contents of a variant #GValue to @variant, and takes over
|
||||
* the ownership of the caller's reference to @variant;
|
||||
|
Loading…
Reference in New Issue
Block a user