Esempio n. 1
0
def capng_updatev(action: 'capng_act_t', type: 'capng_type_t', capability: 'unsigned int') -> "int":
    return _capng.capng_updatev(action, type, capability)
Esempio n. 2
0
def capng_updatev(action, type, capability):
    return _capng.capng_updatev(action, type, capability)
Esempio n. 3
0
def capng_updatev(action: 'capng_act_t', type: 'capng_type_t',
                  capability: 'unsigned int') -> "int":
    return _capng.capng_updatev(action, type, capability)
Esempio n. 4
0
def capng_updatev(*args):
  return _capng.capng_updatev(*args)
Esempio n. 5
0
def capng_updatev(action, type, capability):
    return _capng.capng_updatev(action, type, capability)
def capng_updatev(*args):
    return _capng.capng_updatev(*args)