diff options
| author | stefan11111 <stefan11111@shitposting.expert> | 2025-02-22 17:03:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-22 17:03:25 +0200 |
| commit | 3b52295c3657cf31da2cd827a82d559b288d3ef9 (patch) | |
| tree | 5420ca8e88de4a87499e3c16b8d935e1cb62c875 /libdbus-1.c | |
| parent | 43f98a0baf35d161702049e8ebdad8ac0364a23b (diff) | |
| parent | 187d336879f3b6bca725ce40e5eaba6b6601c52d (diff) | |
| download | fake-dbus-3b52295c3657cf31da2cd827a82d559b288d3ef9.tar.gz | |
Merge pull request #2 from gordon-quad/main
Add more missing APIs to satisfy qtwebengine
Diffstat (limited to 'libdbus-1.c')
| -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 2747381..4721c7f 100644 --- a/libdbus-1.c +++ b/libdbus-1.c @@ -121,3 +121,10 @@ 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; } +void* dbus_connection_set_dispatch_status_function() { return 0; } +void* dbus_message_type_to_string() { return 0; } +void* dbus_connection_try_register_fallback() { return 0; } +void* dbus_message_set_member() { return 0; } +void* dbus_get_version() { return 0; } +void* dbus_message_get_serial() { return 0; } +void* dbus_message_get_reply_serial() { return 0; } |
