Class
AtspiDeviceListener
Constructors
atspi_device_listener_new
Creates a new AtspiDeviceListener with a specified callback function.
atspi_device_listener_new_simple
Creates a new AtspiDeviceListener with a specified callback function.
This method is similar to #atspi_device_listener_new, but callback
takes no user data.
Instance methods
atspi_device_listener_add_callback
Adds an in-process callback function to an existing AtspiDeviceListener.
atspi_device_listener_remove_callback
Removes an in-process callback function from an existing
AtspiDeviceListener.
Class structure
struct AtspiDeviceListenerClass {
GObjectClass parent_class;
gboolean (* device_event) (
AtspiDeviceListener* listener,
const AtspiDeviceEvent* event
);
}
Class members
parent_class |
|
| No description available. | |
device_event |
|
| No description available. |
Virtual methods
Atspi.DeviceListenerClass.device_event
No description available.