- collectionGtype
GType collectionGtype;
the #GType of the #SecretCollection objects instantiated
by the #SecretService proxy
- getCollectionGtype
GType function(SecretService* self) getCollectionGtype;
- getItemGtype
GType function(SecretService* self) getItemGtype;
- itemGtype
GType itemGtype;
the #GType of the #SecretItem objects instantiated by the
#SecretService proxy
- padding
void*[14] padding;
Undocumented in source.
- parentClass
GDBusProxyClass parentClass;
- promptAsync
void function(SecretService* self, SecretPrompt* prompt, GVariantType* returnType, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) promptAsync;
- promptFinish
GVariant* function(SecretService* self, GAsyncResult* result, GError** err) promptFinish;
- promptSync
GVariant* function(SecretService* self, SecretPrompt* prompt, GCancellable* cancellable, GVariantType* returnType, GError** err) promptSync;
The class for #SecretService.