NetworkManager/src/platform
Beniamino Galvani f96abc8be5 core: always use gulong to store signal handler ids
We inconsistently use gulong,guint,int types to store signal handler
id, but the type returned by g_signal_connect() is a gulong.

This has no practical consequences because a int/guint is enough to
store the value, however it is better to use a consistent type, also
because nm_clear_g_signal_handler() accepts a pointer to the signal id
and thus it must be always called with the same pointer type.
2016-01-06 21:25:55 +01:00
..
tests core: always use gulong to store signal handler ids 2016-01-06 21:25:55 +01:00
wifi wifi: reimplement use of libnl-genl-3 library 2015-11-01 17:28:07 +01:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c platform: add const to input arguments to link-add functions 2015-12-11 14:14:13 +01:00
nm-fake-platform.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-linux-platform.c platform: ensure _nl_send_auto_with_seq() returns 0 on success 2016-01-04 18:15:17 +01:00
nm-linux-platform.h platform: warn about growing sysctl logging cache and clear it 2015-10-09 14:56:50 +02:00
nm-platform-utils.c wake-on-lan: add option to keep existing settings 2015-10-16 17:11:26 +02:00
nm-platform-utils.h core: avoid ioctls on non existent devices 2015-08-11 18:31:46 +02:00
nm-platform.c platform: add const to input arguments to link-add functions 2015-12-11 14:14:13 +01:00
nm-platform.h platform: add const to input arguments to link-add functions 2015-12-11 14:14:13 +01:00
nmp-object.c platform: add index for links by ifname 2015-12-17 18:42:53 +01:00
nmp-object.h platform: add index for links by ifname 2015-12-17 18:42:53 +01:00