summaryrefslogtreecommitdiff
path: root/libnm-glib/libnm-glib.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* libnm-glib,libnm-util: -glib requires -util, -util requires NetworkManagerColin Walters2013-03-141-1/+1
| | | | | | | | | | | | libnm-glib's public headers include headers from libnm-util. While it does work to just $(pkg-config --cflags --libs libnm-glib), this is only because libnm-glib has a requires on NetworkManager which happens to use the same include directory as libnm-util. The correct dependency chain is thus: libnm-glib -> libnm-util -> NetworkManager Signed-off-by: Colin Walters <walters@verbum.org>
* release: bump version to 0.9.00.9.0Dan Williams2011-08-221-1/+1
| | | | Yay!
* libnm-glib: bump required NM version in pkgconfig fileDan Williams2011-03-101-1/+1
| | | | To something modern, at least.
* introspection: add GObject introspection support (bgo #637032)Giovanni Campagna2011-01-211-1/+1
| | | | | | | Add the necessary annotations (the mininum required, that is those on return values. NULL parameters or container types may require more), and the Autotools stuff to get a NetworkManager GIR for libnm-util and a NMClient for libnm-glib.
* build: pkg-config file fixesDan Williams2010-01-201-1/+1
|
* libnm-glib: libnm_glib -> libnm-glibDan Williams2009-08-261-0/+13
| | | | | Bothered me for a long time; now that we've bumped the soname, we can rename the library too.
* 2007-08-13 Tambet Ingo <tambet@gmail.com>Tambet Ingo2007-08-131-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libnm-glib/libnm-glib.pc.in: Rename to libnm_glib.pc.in. * libnm-glib/Makefile.am: Add legacy libnm_glib.[ch] to the * build. Rename the library from libnm-glib to libnm_glib to maintain the library API compatibility with 0.6 branch. * Makefile.am: Remove gnome/ SUBDIR. * gnome/libnm_glib/libnm_glib.[ch]: Move to libnm-glib/. * src/Makefile.am: Remove the WPA_SUPPLICANT_BIN define. * dispatcher-daemon/Makefile.am: Link the binary with * libnm_glib. * configure.in: Remove GNOME checks, NetworkManager does not * need any of these anymore. Remove checks for wpa_supplicant binary, it's used over dbus. Remove gnome/ directory files form AC_OUTPUT, that directory is getting moved. * test/Makefile.am: Remove define WPA_SUPPLICANT_BIN. Link the binaries with libnm_glib.la. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2669 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2007-02-20 Tambet Ingo <tambet@ximian.com>Tambet Ingo2007-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libnm-glib/nm-device-802-11-wireless.c: Add "network-added" and "network-removed" signals. * libnm-glib/libnm-glib.pc.in: Require NetworkManager >= 0.7.0. * libnm-glib/nm-access-point.c: Add "strength-changed" signal, emit it when receiving the signal from dbus. * src/nm-device-802-11-wireless.c (get_property): Fix PROP_ACTIVE_NETWORK property. * src/NetworkManagerPolicy.c (state_changed): Fix a typo to make the deactivation of the previously activated device working again. * src/nm-activation-request.c: Remove NMActStage property and it's getter and setter. * src/nm-device.c (nm_device_is_activated): Remove. state == NM_DEVICE_STATE_ACTIVATED is just as easy to use. * include/NetworkManager.h: Remove NM_DBUS_NO_DEVICES_ERROR, NM_DBUS_NO_DIALUP_ERROR, NM_DBUS_NO_NETWORKS_ERROR, NM_DBUS_NO_ACTIVE_DEVICE_ERROR, NM_DBUS_NO_ACTIVE_NET_ERROR errors and NM_DBUS_SIGNAL_STATE_CHANGE signal. Remove NMNetworkStatus and NMActStage enums. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2345 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2007-02-12 Tambet Ingo <tambet@ximian.com>Tambet Ingo2007-02-121-0/+13
Totally break NetworkManager. Please use 0.6 branch until futher notice. * src/: - Remove old low-level dbus interface implementations and replace them with dbus-glib one. * configure.in: - Require dbus-glib >= 0.72. - Plug in new sources to build. * libnm-glib/: - Implement GObject wrappers on top of DBUS glib auto-generated bindings to make it more convenient to use from GObject based programs. * introspection/: - Implement DBUS XML introspection files, used by both NM and libnm-glib. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2309 4912f4e0-d625-0410-9fb7-b9a5a253dbdc