D-Bus 1.15.8
Data Fields

A single key from the cookie file. More...

Data Fields

dbus_int32_t id
 identifier used to refer to the key More...
 
long creation_time
 when the key was generated, as unix timestamp. More...
 
DBusString secret
 the actual key More...
 

Detailed Description

A single key from the cookie file.

Definition at line 95 of file dbus-keyring.c.

Field Documentation

◆ creation_time

long DBusKey::creation_time

when the key was generated, as unix timestamp.

signed long matches struct timeval.

Definition at line 99 of file dbus-keyring.c.

◆ id

dbus_int32_t DBusKey::id

identifier used to refer to the key

Definition at line 97 of file dbus-keyring.c.

◆ secret

DBusString DBusKey::secret

the actual key

Definition at line 104 of file dbus-keyring.c.


The documentation for this struct was generated from the following file: