Secret.Item.create_finish

function create_finish(result: Gio.AsyncResult): Secret.Item {
    // Gjs wrapper for secret_item_create_finish()
}
  

Finish operation to create a new item in the secret service.

result

the asynchronous result passed to the callback

Returns

the new item, which should be unreferenced with g_object_unref()