Merge branch 'andyholmes/gidocgen-fix' into 'master'

Fix minor gi-docgen reference

See merge request GNOME/libsecret!142
This commit is contained in:
Dhanuka Warusadura 2024-03-21 06:29:11 +00:00
commit fb315d2860

View File

@ -75,10 +75,10 @@
/** /**
* SecretServiceClass: * SecretServiceClass:
* @parent_class: the parent class * @parent_class: the parent class
* @collection_gtype: the [alias@GLib.Type] of the [class@Collection] objects instantiated * @collection_gtype: the [alias@GObject.Type] of the [class@Collection] objects
* by the #SecretService proxy * instantiated by the #SecretService proxy
* @item_gtype: the [alias@GLib.Type] of the [class@Item] objects instantiated by the * @item_gtype: the [alias@GObject.Type] of the [class@Item] objects
* #SecretService proxy * instantiated by the #SecretService proxy
* @prompt_async: called to perform asynchronous prompting when necessary * @prompt_async: called to perform asynchronous prompting when necessary
* @prompt_finish: called to complete an asynchronous prompt operation * @prompt_finish: called to complete an asynchronous prompt operation
* @prompt_sync: called to perform synchronous prompting when necessary * @prompt_sync: called to perform synchronous prompting when necessary