mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-21 20:28:52 +00:00
Fix minor gi-docgen reference
Apparently `GLib.Type` is in fact `GObject.Type`. See: https://docs.gtk.org/gobject/alias.Type.html
This commit is contained in:
parent
167761ffa7
commit
226fa114ac
@ -75,10 +75,10 @@
|
||||
/**
|
||||
* SecretServiceClass:
|
||||
* @parent_class: the parent class
|
||||
* @collection_gtype: the [alias@GLib.Type] of the [class@Collection] objects instantiated
|
||||
* by the #SecretService proxy
|
||||
* @item_gtype: the [alias@GLib.Type] of the [class@Item] objects instantiated by the
|
||||
* #SecretService proxy
|
||||
* @collection_gtype: the [alias@GObject.Type] of the [class@Collection] objects
|
||||
* instantiated by the #SecretService proxy
|
||||
* @item_gtype: the [alias@GObject.Type] of the [class@Item] objects
|
||||
* instantiated by the #SecretService proxy
|
||||
* @prompt_async: called to perform asynchronous prompting when necessary
|
||||
* @prompt_finish: called to complete an asynchronous prompt operation
|
||||
* @prompt_sync: called to perform synchronous prompting when necessary
|
||||
|
Loading…
Reference in New Issue
Block a user