Data Structures | |
struct | DeviceMatchInfo |
struct | DeviceCapabilityInfo |
Functions | |
gboolean | foreach_device_get_udi (HalDeviceStore *store, HalDevice *device, gpointer user_data) |
DBusHandlerResult | manager_get_all_devices (DBusConnection *connection, DBusMessage *message) |
Get all devices. | |
gboolean | foreach_device_match_get_udi (HalDeviceStore *store, HalDevice *device, gpointer user_data) |
DBusHandlerResult | manager_find_device_string_match (DBusConnection *connection, DBusMessage *message) |
Find devices in the GDL where a single string property matches a given value. | |
gboolean | foreach_device_by_capability (HalDeviceStore *store, HalDevice *device, gpointer user_data) |
DBusHandlerResult | manager_find_device_by_capability (DBusConnection *connection, DBusMessage *message) |
Find devices in the GDL with a given capability. | |
DBusHandlerResult | manager_device_exists (DBusConnection *connection, DBusMessage *message) |
Determine if a device exists. | |
void | manager_send_signal_device_added (HalDevice *device) |
Send signal DeviceAdded(string udi) on the org.freedesktop.Hal.Manager interface on the object /org/freedesktop/Hal/Manager. | |
void | manager_send_signal_device_removed (HalDevice *device) |
Send signal DeviceRemoved(string udi) on the org.freedesktop.Hal.Manager interface on the object /org/freedesktop/Hal/Manager. | |
void | manager_send_signal_new_capability (HalDevice *device, const char *capability) |
Send signal NewCapability(string udi, string capability) on the org.freedesktop.Hal.Manager interface on the object /org/freedesktop/Hal/Manager. |
|
Determine if a device exists.
Definition at line 425 of file hald_dbus.c. References DIE, and raise_syntax(). Referenced by filter_function(). |
|
Find devices in the GDL with a given capability.
Definition at line 369 of file hald_dbus.c. References DIE, and raise_syntax(). Referenced by filter_function(). |
|
Find devices in the GDL where a single string property matches a given value.
Definition at line 290 of file hald_dbus.c. References DIE, and raise_syntax(). Referenced by filter_function(). |
|
Get all devices.
Definition at line 221 of file hald_dbus.c. References DIE. Referenced by filter_function(). |
|
Send signal DeviceAdded(string udi) on the org.freedesktop.Hal.Manager interface on the object /org/freedesktop/Hal/Manager.
Definition at line 465 of file hald_dbus.c. References DIE. |
|
Send signal DeviceRemoved(string udi) on the org.freedesktop.Hal.Manager interface on the object /org/freedesktop/Hal/Manager.
Definition at line 492 of file hald_dbus.c. References DIE. |
|
Send signal NewCapability(string udi, string capability) on the org.freedesktop.Hal.Manager interface on the object /org/freedesktop/Hal/Manager.
Definition at line 521 of file hald_dbus.c. References DIE. Referenced by device_add_capability(). |