mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-06 03:30:12 +01:00
lib: Add missing "element-type" introspection metadata
https://bugs.freedesktop.org/show_bug.cgi?id=55419
This commit is contained in:
parent
fc5793e742
commit
66da41ceac
3 changed files with 4 additions and 4 deletions
|
|
@ -126,7 +126,7 @@ up_client_get_device (UpClient *client, const gchar *object_path)
|
|||
* You must have called up_client_enumerate_devices_sync() before calling this
|
||||
* function.
|
||||
*
|
||||
* Return value: (transfer full): an array of #UpDevice objects, free with g_ptr_array_unref()
|
||||
* Return value: (element-type UpDevice) (transfer full): an array of #UpDevice objects, free with g_ptr_array_unref()
|
||||
*
|
||||
* Since: 0.9.0
|
||||
**/
|
||||
|
|
|
|||
|
|
@ -592,7 +592,7 @@ out:
|
|||
*
|
||||
* Gets the device history.
|
||||
*
|
||||
* Return value: (transfer full): an array of #UpHistoryItem's, with the most
|
||||
* Return value: (element-type UpHistoryItem) (transfer full): an array of #UpHistoryItem's, with the most
|
||||
* recent one being first; %NULL if @error is set or @device is
|
||||
* invalid
|
||||
*
|
||||
|
|
@ -679,7 +679,7 @@ out:
|
|||
*
|
||||
* Gets the device current statistics.
|
||||
*
|
||||
* Return value: (transfer full): an array of #UpStatsItem's, else #NULL and @error is used
|
||||
* Return value: (element-type UpStatsItem) (transfer full): an array of #UpStatsItem's, else #NULL and @error is used
|
||||
*
|
||||
* Since: 0.9.0
|
||||
**/
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ up_wakeups_get_total_sync (UpWakeups *wakeups, GCancellable *cancellable, GError
|
|||
*
|
||||
* Gets the wakeups data from the daemon.
|
||||
*
|
||||
* Return value: (transfer full): an array of %UpWakeupItem's
|
||||
* Return value: (element-type UpWakeupItem) (transfer full): an array of %UpWakeupItem's
|
||||
*
|
||||
* Since: 0.9.1
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue