summaryrefslogtreecommitdiff
path: root/examples/C
Commit message (Expand)AuthorAgeFilesLines
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-112-6/+6
* examples/qt/meson: drop dbus-glib dependencyLubomir Rintel2018-06-281-1/+0
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-304-4/+0
* all: drop trailing spacesThomas Haller2018-02-071-2/+2
* version: drop NM_VERSION_MAX_ALLOWED defines for internal buildThomas Haller2018-01-231-1/+0
* version: combine NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLEThomas Haller2018-01-231-1/+1
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-188-40/+0
* meson: Improve dependency systemIñigo Martínez2018-01-101-18/+11
* build: use template files for enum types' sources generationIñigo Martínez2017-12-181-2/+2
* build: add initial support for meson build systemIñigo Martínez2017-12-132-0/+74
* examples: linker requires that library dependencies follow useLucas Rangit Magasweran2017-09-218-8/+8
* build: declare build dependencies requiring "nm-core-enum-types.h"Thomas Haller2017-03-293-1/+12
* include: use double-quotes to include our own headersThomas Haller2017-03-093-6/+4
* build: merge "examples/C/qt/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-51/+0
* build: merge "examples/C/glib/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-56/+1
* examples: fix crash in add-connection-libnmBeniamino Galvani2016-04-201-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-198-16/+0
* examples: avoid compile errors around NM versioningDan Williams2016-01-281-1/+2
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* all: consistently include config.hDan Winship2014-11-138-0/+16
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-072-2/+2
* libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-281-6/+6
* libnm: merge NMRemoteSettings into NMClientDan Winship2014-10-102-28/+22
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-251-17/+16
* libnm: merge saved and unsaved connection methodsDan Winship2014-09-251-1/+1
* tui,examples: accept null SSID gracefullyJiří Klimeš2014-09-191-3/+9
* libnm: port to GDBusDan Winship2014-09-181-4/+0
* examples: port dbus-glib-based examples to gdbusDan Winship2014-09-0413-622/+554
* libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-041-2/+2
* libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship2014-09-041-4/+5
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-041-2/+2
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-042-2/+2
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-163-3/+3
* libnm: port NMRemoteSettings to NMObjectDan Winship2014-08-071-88/+17
* libnm: synchronize NMClient and NMRemoteSettings "is NM running" propertiesDan Winship2014-08-071-1/+1
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-016-31/+6
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-019-14/+14
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-013-14/+17
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-016-8/+8
* all: port everything to libnmDan Winship2014-08-0110-51/+40
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* libnm-util: move NetworkManager.h, etc, from include/ to hereDan Winship2014-07-151-2/+2
* examples: fix get-active-connections-dbus-glib.c exampleJiří Klimeš2014-06-091-45/+18
* libnm-glib: don't use deprecated nm_access_point_get_hw_address()Thomas Haller2014-06-071-1/+1
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-279-0/+18
* examples: fix qt demo to work without STL supportThomas Haller2014-04-041-2/+2
* examples: fix qt demo to work without STL supportThomas Haller2014-04-041-2/+2
* examples: use correct Mbit/s for bitratesJiří Klimeš2014-04-011-2/+2