DBusTimeout Struct Reference
[DBusTimeout implementation details]

Internals of DBusTimeout. More...

Data Fields

int refcount
 Reference count.
int interval
 Timeout interval in milliseconds.
DBusTimeoutHandler handler
 Timeout handler.
void * handler_data
 Timeout handler data.
DBusFreeFunction free_handler_data_function
 Free the timeout handler data.
void * data
 Application data.
DBusFreeFunction free_data_function
 Free the application data.
unsigned int enabled: 1
 True if timeout is active.

Detailed Description

Internals of DBusTimeout.

Definition at line 39 of file dbus-timeout.c.


Field Documentation

Application data.

Definition at line 48 of file dbus-timeout.c.

Referenced by dbus_timeout_get_data(), and dbus_timeout_set_data().

unsigned int DBusTimeout::enabled

True if timeout is active.

Definition at line 50 of file dbus-timeout.c.

Referenced by dbus_timeout_get_enabled().

Free the application data.

Definition at line 49 of file dbus-timeout.c.

Referenced by dbus_timeout_set_data().

Free the timeout handler data.

Definition at line 46 of file dbus-timeout.c.

Timeout handler.

Definition at line 44 of file dbus-timeout.c.

Referenced by dbus_timeout_handle().

Timeout handler data.

Definition at line 45 of file dbus-timeout.c.

Referenced by dbus_timeout_handle().

Timeout interval in milliseconds.

Definition at line 42 of file dbus-timeout.c.

Referenced by dbus_timeout_get_interval().


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

Generated on 30 Mar 2015 for D-Bus by  doxygen 1.6.1