mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Add a lot of missing annotations
This commit is contained in:
committed by
Johan Dahlin
parent
701ce5d201
commit
30132c44c1
@@ -867,7 +867,7 @@ g_dbus_address_get_stream (const gchar *address,
|
||||
*
|
||||
* Finishes an operation started with g_dbus_address_get_stream().
|
||||
*
|
||||
* Returns: A #GIOStream or %NULL if @error is set.
|
||||
* Returns: (transfer full): A #GIOStream or %NULL if @error is set.
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
@@ -913,7 +913,7 @@ g_dbus_address_get_stream_finish (GAsyncResult *res,
|
||||
* This is a synchronous failable function. See
|
||||
* g_dbus_address_get_stream() for the asynchronous version.
|
||||
*
|
||||
* Returns: A #GIOStream or %NULL if @error is set.
|
||||
* Returns: (transfer full): A #GIOStream or %NULL if @error is set.
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
|
Reference in New Issue
Block a user