NetworkManager/src/settings/plugins/ifnet
Dan Winship 08f04466e8 all: remove more pointless NULL checks
GObject creation cannot normally fail, except for types that implement
GInitable and take a GError in their _new() method. Some NM types
override constructor() and return NULL in some cases, but these
generally only happen in the case of programmer error (eg, failing to
set a mandatory property), and so crashing is reasonable (and most
likely inevitable anyway).

So, remove all NULL checks after calls to g_object_new() and its
myriad wrappers.

https://bugzilla.gnome.org/show_bug.cgi?id=693678
2013-02-13 13:38:36 -05:00
..
tests ifnet: allow testcase to remove backup files (fixes distcheck) 2012-11-30 13:08:26 -06:00
connection_parser.c all: remove more pointless NULL checks 2013-02-13 13:38:36 -05:00
connection_parser.h ifnet: allow testcase to remove backup files (fixes distcheck) 2012-11-30 13:08:26 -06:00
Makefile.am build: srcdir != builddir issues in plugins 2012-11-14 19:39:23 +01:00
net_parser.c ifnet: allow testcase to remove backup files (fixes distcheck) 2012-11-30 13:08:26 -06:00
net_parser.h ifnet: allow testcase to remove backup files (fixes distcheck) 2012-11-30 13:08:26 -06:00
net_utils.c ifnet: allow testcase to remove backup files (fixes distcheck) 2012-11-30 13:08:26 -06:00
net_utils.h ifnet: allow testcase to remove backup files (fixes distcheck) 2012-11-30 13:08:26 -06:00
nm-ifnet-connection.c all: remove more pointless NULL checks 2013-02-13 13:38:36 -05:00
nm-ifnet-connection.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
plugin.c all: remove more pointless NULL checks 2013-02-13 13:38:36 -05:00
plugin.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
wpa_parser.c ifnet: fix typo fut*u*re 2012-08-15 14:24:50 -05:00
wpa_parser.h ifnet: use SYSCONFDIR not /etc 2011-12-12 20:04:25 -06:00