[email protected] a écrit : > Hi, all. > Does network manager has C/C++ API similar to MS Windows > - create config entry, dial this entry by network manager etc?
The recommended (and only?) API for NM is to go through D-BUS IPC. See the archive of this list. You can use C/C++ with D-BUS. But you have the pain of using a low-level language, while waiving compile-time checks because of D-BUS. And I can hardly see any performance critical tasks here. Use another language maybe? _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
