Module safe_app::ffi[][src]

FFI

Modules

access_container

Access container.

cipher_opt

Cipher options operations.

crypto

Crypto-related routines.

immutable_data

Low level manipulation of ImmutableData.

ipc

IPC utilities. App-related IPC utilities.

logging

Logging operations. Logging utilities

mdata_info

MDataInfo operations.

mutable_data

Low level manipulation of MutableData.

nfs

NFS API.

object_cache

ObjectCache handles. Types for handles of objects stored in the ObjectCache.

Functions

app_account_info

Get the account usage statistics (mutations done and mutations available).

app_container_name

Returns the name of the app's container.

app_exe_file_stem

Returns the expected name for the application executable without an extension

app_free

Discard and clean up the previously allocated app instance. Use this only if the app is obtained from one of the auth functions in this crate. Using app after a call to this function is undefined behaviour.

app_reconnect

Try to restore a failed connection with the network.

app_registered

Create a registered app. The user_data parameter corresponds to the first parameter of the o_cb and o_disconnect_notifier_cb callbacks.

app_reset_object_cache

Resets the object cache. Removes all objects currently in the object cache and invalidates all existing object handles.

app_set_additional_search_path

Sets the additional path in config_file_handler to search for files

app_unregistered

Create unregistered app. The user_data parameter corresponds to the first parameter of the o_cb and o_disconnect_notifier_cb callbacks.