NetworkManager/clients/cli
Dan Winship 6ae4224850 libnm: change GSList to GPtrArray in libnm methods
libnm mostly used GPtrArrays in its APIs, except that arrays of
connections were usually GSLists. Fix this and make them GPtrArrays
too (and rename nm_client_list_connections() to
nm_client_get_connections() to match everything else).
2014-10-28 17:17:17 -04:00
..
common.c libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04:00
common.h libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04:00
connections.c libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04:00
connections.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
devices.c libnm: strip GDBus gunk from GErrors 2014-10-22 08:29:10 -04:00
devices.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
general.c libnm: strip GDBus gunk from GErrors 2014-10-22 08:29:10 -04:00
general.h cli: rename network-manager.[ch] to general.[ch] 2014-10-01 11:53:07 +02:00
Makefile.am cli: rename network-manager.[ch] to general.[ch] 2014-10-01 11:53:07 +02:00
nmcli-completion cli/bash-completion: normalize OPTIONS_TYPE to use it inside _nmcli_compl_ARGS() 2014-10-21 08:28:02 +02:00
nmcli.c libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04:00
nmcli.h libnm: change GSList to GPtrArray in libnm methods 2014-10-28 17:17:17 -04:00
settings-docs.xsl clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
settings.c cli: support connection.autoconnect-priority property 2014-10-12 20:13:18 +02:00
settings.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
utils.c cli: use g_print/g_printerr rather than printf/fprintf 2014-09-27 11:45:53 -04:00
utils.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00