SecretSearchFlags

Various flags to be used with secret_service_search() and secret_service_search_sync().

Values

ValueMeaning
NONE0

no flags

ALL2

all the items matching the search will be returned, instead of just the first one

UNLOCK4

unlock locked items while searching

LOAD_SECRETS8

while searching load secrets for items that are not locked

Meta