diff options
| author | stefan11111 <stefan11111@shitposting.expert> | 2025-02-11 22:46:54 +0200 |
|---|---|---|
| committer | stefan11111 <stefan11111@shitposting.expert> | 2025-02-11 22:53:38 +0200 |
| commit | 51f6851bb16493ba45efd0c7dabdd5b10c079fb9 (patch) | |
| tree | 485f350656a340229fa15c50286968f40a0dea17 | |
| parent | c7c2f976fc5686db3d905a1a65d1c587f8f67050 (diff) | |
| parent | 89e8682c19e1a374a4533e066399afc688104553 (diff) | |
| download | fake-dbus-51f6851bb16493ba45efd0c7dabdd5b10c079fb9.tar.gz | |
Merge pull request #1 from gordon-quad/extra_apis
Added missing APIs
| -rw-r--r-- | libdbus-1.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libdbus-1.c b/libdbus-1.c index 4466d9a..2747381 100644 --- a/libdbus-1.c +++ b/libdbus-1.c @@ -97,6 +97,7 @@ void* dbus_bus_get_private() { return 0; } void* dbus_connection_set_exit_on_disconnect () { return 0; } void* dbus_shutdown() { return 0; } void* dbus_signature_validate() { return 0; } +void* dbus_signature_validate_single() { return 0; } void* dbus_signature_iter_next() { return 0; } void* dbus_message_iter_abandon_container() { return 0; } void* dbus_pending_call_block() { return 0; } @@ -114,3 +115,9 @@ void* dbus_message_iter_append_fixed_array() { return 0; } void* dbus_message_set_interface() { return 0; } void* dbus_free_string_array() { return 0; } void* _dbus_ensure_standard_fds() { return 0; } +void* dbus_validate_path() { return 0; } +void* dbus_validate_member() { return 0; } +void* dbus_validate_interface() { return 0; } +void* dbus_validate_error_name() { return 0; } +void* dbus_validate_bus_name() { return 0; } +void* dbus_validate_utf8() { return 0; } |
