NetworkManager/clients/common
Beniamino Galvani afca8a4c0f clients: fix setting of enum properties
Ensure we call G_IS_ENUM_CLASS() or G_IS_FLAGS_CLASS() only on classed
types.

 $ nmcli connection modify foobar wifi.powersave 1
 Thread 1 "nmcli" received signal SIGSEGV, Segmentation fault.
 0x0000000000440a4d in _set_fcn_gobject_enum at
 clients/common/nm-meta-setting-desc.c:985
 985                 || G_IS_ENUM_CLASS (gtype_prop)) {

Fixes: f53218ed7c
2017-04-18 13:40:02 +02:00
..
tests cli: make properties list a list of pointers 2017-04-13 10:10:12 +02:00
nm-client-utils.c cli: move prompting for boolean values to meta data 2017-04-12 14:12:19 +02:00
nm-client-utils.h cli: move nmc_bond_validate_mode() to "clients/common/nm-client-utils.h" 2017-04-05 16:53:06 +02:00
nm-meta-setting-access.c cli: make properties list a list of pointers 2017-04-13 10:10:12 +02:00
nm-meta-setting-access.h cli: make properties list a list of pointers 2017-04-13 10:10:12 +02:00
nm-meta-setting-desc.c clients: fix setting of enum properties 2017-04-18 13:40:02 +02:00
nm-meta-setting-desc.h cli: make properties list a list of pointers 2017-04-13 10:10:12 +02:00
nm-polkit-listener.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-polkit-listener.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-secret-agent-simple.c cli: fix leak in add_vpn_secrets() 2017-04-05 14:18:55 +02:00
nm-secret-agent-simple.h include: use double-quotes to include our own headers 2017-03-09 14:12:35 +01:00
nm-vpn-helpers.c cli: make static arrays in nm_vpn_get_secret_names() const 2017-04-05 14:18:55 +02:00
nm-vpn-helpers.h include: use double-quotes to include our own headers 2017-03-09 14:12:35 +01:00
settings-docs.c.in build: commit pre-generated "settings-docs.c" in git 2017-04-05 16:53:06 +02:00
settings-docs.xsl cli: embed gtk-doc directly in property-info structure 2017-03-30 16:35:52 +02:00