lib: Add missing "element-type" introspection metadata

https://bugs.freedesktop.org/show_bug.cgi?id=55419
This commit is contained in:
Bastien Nocera 2013-10-10 22:28:26 +02:00
parent fc5793e742
commit 66da41ceac
3 changed files with 4 additions and 4 deletions

View file

@ -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
**/

View file

@ -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
**/

View file

@ -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
**/