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?
Asked
Active
Viewed 397 times
1 Answers
1
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

LEW21
- 161
- 4