NetworkManager/src/settings
Dan Winship d04f286327 all: remove pointless NULL checks
g_malloc(), etc, never return NULL, by API contract. Likewise, by
extension, no other glib function ever returns NULL due to lack of
memory. So remove lots of unnecessary checks (the vast majority of
which would have immediately crashed had they ever run anyway, since
g_set_error(), g_warning(), and nm_log_*() all need to allocate
memory).

https://bugzilla.gnome.org/show_bug.cgi?id=693678
2013-02-13 13:38:13 -05:00
..
plugins all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
tests build: improve documentation and test configure options 2012-11-13 20:23:06 +01:00
Makefile.am build: improve documentation and test configure options 2012-11-13 20:23:06 +01:00
nm-agent-manager.c all: Don't use ctype.h macros 2012-09-26 12:14:37 -04:00
nm-agent-manager.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-default-wired-connection.c settings: fix refcount mismatch (bgo #647066) 2011-04-19 00:23:43 -05:00
nm-default-wired-connection.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-inotify-helper.c settings: add note about killing inotify helper (bgo #532815) 2013-01-11 13:02:12 -06:00
nm-inotify-helper.h settings: add note about killing inotify helper (bgo #532815) 2013-01-11 13:02:12 -06:00
nm-secret-agent.c core: fix agent secret cancelation 2012-12-04 11:31:12 -06:00
nm-secret-agent.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-settings-connection.c settings: do not emit "REMOVED" signal in do_delete() (bgo #683800) 2012-11-06 14:19:29 +01:00
nm-settings-connection.h settings: update seen-bssids property in 802-11-wireless setting for GetSettings 2012-10-16 15:48:41 +02:00
nm-settings-error.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-settings-error.h Fix names of error enum values 2012-03-12 15:29:52 -04:00
nm-settings-utils.c settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings-utils.h settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings.c all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
nm-settings.h settings: add nm_settings_get_connection_by_uuid() 2012-02-09 17:10:44 -06:00
nm-system-config-interface.c build: fix return types (bgo #644665) 2011-03-14 01:05:51 -05:00
nm-system-config-interface.h settings: pass config file name to settings plugins 2011-11-16 08:56:29 +01:00