[][src]Function lxc_sys2::lxc_get_global_config_item

pub unsafe extern "C" fn lxc_get_global_config_item(
    key: *const c_char
) -> *const c_char

Get the value for a global config key


Parameters

key The name of the config key


Returns

String representing the current value for the key.


version: 1.0.0