Functions | |
void | raise_no_such_device (DBusConnection *connection, DBusMessage *in_reply_to, const char *udi) |
Raise the org.freedesktop.Hal.NoSuchDevice error. | |
void | raise_udi_in_use (DBusConnection *connection, DBusMessage *in_reply_to, const char *udi) |
Raise the org.freedesktop.Hal.UdiInUse error. | |
void | raise_no_such_property (DBusConnection *connection, DBusMessage *in_reply_to, const char *device_id, const char *key) |
Raise the org.freedesktop.Hal.NoSuchProperty error. | |
void | raise_property_type_error (DBusConnection *connection, DBusMessage *in_reply_to, const char *device_id, const char *key) |
Raise the org.freedesktop.Hal.TypeMismatch error. | |
void | raise_syntax (DBusConnection *connection, DBusMessage *in_reply_to, const char *method_name) |
Raise the org.freedesktop.Hal.SyntaxError error. |
|
Raise the org.freedesktop.Hal.NoSuchDevice error.
Definition at line 76 of file main.c. References DIE. Referenced by agent_device_matches(), agent_manager_commit_to_gdl(), agent_manager_remove(), agent_merge_properties(), device_add_capability(), device_get_all_properties(), device_get_property(), device_get_property_type(), device_property_exists(), device_query_capability(), device_remove_property(), and device_set_property(). |
|
Raise the org.freedesktop.Hal.NoSuchProperty error.
Definition at line 127 of file main.c. References DIE. Referenced by device_get_property(), device_get_property_type(), and device_remove_property(). |
|
Raise the org.freedesktop.Hal.TypeMismatch error.
Definition at line 154 of file main.c. References DIE. Referenced by device_set_property(). |
|
Raise the org.freedesktop.Hal.SyntaxError error.
Definition at line 183 of file main.c. References DIE. Referenced by agent_device_matches(), agent_manager_commit_to_gdl(), agent_manager_remove(), agent_merge_properties(), device_add_capability(), device_get_property(), device_get_property_type(), device_property_exists(), device_query_capability(), device_remove_property(), device_set_property(), manager_device_exists(), manager_find_device_by_capability(), and manager_find_device_string_match(). |
|
Raise the org.freedesktop.Hal.UdiInUse error.
Definition at line 101 of file main.c. References DIE. Referenced by agent_manager_commit_to_gdl(). |