Basic types

Basic types — Type definitions for common primitive types.

Synopsis




typedef             polkit_bool_t;
typedef             polkit_uint64_t;

Description

Type definitions for common primitive types.

Details

polkit_bool_t

typedef int polkit_bool_t;

A boolean, valid values are TRUE and FALSE.


polkit_uint64_t

typedef unsigned long long polkit_uint64_t;

Type for unsigned 64 bit integer.