0

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?

Joffrey
  • 301
  • 5
  • 16

1 Answers1

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