Joffrey
Joffrey

Reputation: 301

What is alternative GDBus API on each dbus API?

For example, I used g_dbus_connection_setup_with_g_main function. But Here I could find that this function is deprecated. But there's no information which function can alternate the function. Where can I find that information?

Upvotes: 0

Views: 466

Answers (1)

LEW21
LEW21

Reputation: 180

GDBus is a part of GLib (Gio), and a different thing than dbus-glib.

Docs are here: https://developer.gnome.org/gio/stable/GDBusConnection.html

Upvotes: 1

Related Questions