summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-dcb.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-17docs: misc. typos pt2luz.paz1-1/+1
2018-08-10libnm: rework setting metadata for property handlingThomas Haller1-26/+47
2018-08-10libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller1-3/+3
2018-08-10libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller1-13/+12
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-7/+7
2018-07-01libnm: avoid constructor function for registering NMSetting typesThomas Haller1-1/+0
2018-03-26gobject-introspection: made several fixes to the annotationsCorentin Noël1-18/+6
2017-07-03all: fix minor typos in settings docsYuri Chornoivan1-2/+2
2017-06-07libnm: use enum for setting prioritiesThomas Haller1-1/+1
2017-05-31core: allow two priorities of base settingsLubomir Rintel1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-2/+2
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-1/+1
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2015-02-09libnm: fix memleak for app_fcoe_mode in NMSettingDcbThomas Haller1-1/+13
2014-11-19libnm, libnm-util: move settings doc generation to libnm-coreDan Winship1-0/+111
2014-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-10-28libnm-core: make nm_setting_verify() take an NMConnectionDan Winship1-1/+1
2014-10-22libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship1-36/+18
2014-10-03libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship1-30/+36
2014-09-18libnm-core: change connection hash tables to variants in APIDan Winship1-16/+14
2014-09-08libnm-core: fix DCB's _nm_setting_dcb_uint_array_from_dbus()Jiří Klimeš1-21/+22
2014-09-08Revert "libnm-core: fix NMSettingDcb"Jiří Klimeš1-2/+2
2014-09-05libnm-core: fix NMSettingDcbDan Winship1-2/+2
2014-09-04libnm-core: change DCB DBUS_TYPE_G_UINT_ARRAY properties to G_TYPE_ARRAYDan Winship1-21/+77
2014-09-04libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship1-25/+24
2014-09-04libnm-core: simplify _nm_register_setting(), register error types tooDan Winship1-4/+1
2014-08-01libnm: add NetworkManager.h, disallow including individual headersDan Winship1-1/+0
2014-08-01libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship1-78/+0
2014-08-01libnm: add libnm/libnm-core (part 1)Dan Winship1-0/+1207