docs modification
This commit is contained in:
@@ -19,10 +19,7 @@ const (
|
||||
// DbusPrompterInterface is an interface for issuing a Prompt. Yes, it should be doubled up like that.
|
||||
DbusPrompterInterface string = DbusServiceBase + ".Prompt.Prompt"
|
||||
/*
|
||||
DbusDefaultItemType is the default type to use for Item.Type.
|
||||
I've only ever seen "org.gnome.keyring.NetworkPassword" in the wild
|
||||
aside from the below. It may be legacy (gnome-keyring is obsoleted by SecretService).
|
||||
If in doubt, the below is considered the "proper" interface.
|
||||
DbusDefaultItemType is the default type to use for Item.Type/Collection.CreateItem.
|
||||
*/
|
||||
DbusDefaultItemType string = DbusServiceBase + ".Generic"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user