NetworkManager/include
Thomas Haller b5beaef8fa utils: add nm_clear_g_source() helper
Utility function to simplify the following common code:

    if (priv->timeout_id) {
        g_source_remove (priv->timeout_id);
        priv->timeout_id = 0;
    }

to

    nm_clear_g_source (&priv->timeout_id);
2015-04-28 18:25:43 +02:00
..
gsystem-local-alloc.h libgsystem: update copy of gsystem-local-alloc.h 2015-03-12 18:09:29 +01:00
Makefile.am include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlags 2014-08-01 14:34:39 -04:00
nm-dbus-glib-types.h core: fix new NMIP4Config and NMIP6Config properties 2014-11-07 11:09:35 -05:00
nm-glib-compat.h glib-compat: sync local definition of g_clear_pointer() with upstream glib and remove atomic operations 2014-11-12 11:11:41 +01:00
nm-gvaluearray-compat.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-test-utils.h test: print NMTST_SEED_RAND value with g_print() 2015-04-10 18:06:20 +02:00
nm-utils-internal.h utils: add nm_clear_g_source() helper 2015-04-28 18:25:43 +02:00