mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
gio: add missing element-type annotation
This commit is contained in:
parent
3bd09b5fa6
commit
85997d9eeb
@ -908,8 +908,8 @@ g_tls_database_lookup_certificates_issued_by_async (GTlsDatabase *self
|
|||||||
* Finish an asynchronous lookup of certificates. See
|
* Finish an asynchronous lookup of certificates. See
|
||||||
* g_tls_database_lookup_certificates_issued_by() for more information.
|
* g_tls_database_lookup_certificates_issued_by() for more information.
|
||||||
*
|
*
|
||||||
* Return value: (transfer full): a newly allocated list of #GTlsCertificate objects.
|
* Return value: (transfer full) (element-type GTlsCertificate): a newly allocated list of #GTlsCertificate
|
||||||
* Use g_object_unref() on each certificate, and g_list_free() on the release the list.
|
* objects. Use g_object_unref() on each certificate, and g_list_free() on the release the list.
|
||||||
*
|
*
|
||||||
* Since: 2.30
|
* Since: 2.30
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user