summaryrefslogtreecommitdiff
path: root/src/libnm-core-impl/nm-setting-private.h
Commit message (Expand)AuthorAgeFilesLines
* libnm: add direct strv type for NMSetting and use it for "match.interface-name"Thomas Haller2022-02-101-0/+45
* libnm: refactor some NMSetting to use direct properties for stringThomas Haller2022-01-181-1/+1
* libnm: refactor some NMSetting to use direct properties for uint32Thomas Haller2022-01-181-3/+1
* libnm: refactor some NMSetting to use direct properties for int32Thomas Haller2022-01-181-5/+4
* libnm: add direct property type "int64"Thomas Haller2022-01-181-0/+47
* trivial: fix typosAna Cabral2022-01-101-1/+1
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-291-50/+50
* libnm: refactor some NMSetting to use direct propertiesThomas Haller2021-11-081-0/+21
* libnm: always finalize direct properties in NMSetting base classThomas Haller2021-11-041-15/+0
* libnm: add direct property type "bytes"Thomas Haller2021-11-041-0/+38
* libnm: add direct property type "enum"Thomas Haller2021-11-041-0/+42
* libnm: add direct property type "uint64"Thomas Haller2021-11-041-0/+46
* libnm: add direct property type "flags"Thomas Haller2021-11-041-0/+61
* all: rename nmtst_* functions that are used by the daemonThomas Haller2021-09-081-1/+1
* libnm: use macros function arguments for NMSettInfoPropertTypeThomas Haller2021-08-021-144/+38
* libnm: add from_dbus_fcn for direct NMSettingIPConfig.gateway propertyThomas Haller2021-07-231-0/+9
* libnm: add from_dbus_fcn for direct propertiesThomas Haller2021-07-231-0/+8
* libnm: add from_dbus_fcn for direct mac-address propertiesThomas Haller2021-07-231-0/+9
* libnm: implement special setter for direct string property for ip addressThomas Haller2021-07-231-1/+1
* libnm: add nm_sett_info_propert_type_direct_int32 property typeThomas Haller2021-07-231-2/+49
* libnm: add nm_sett_info_propert_type_direct_mac_addressThomas Haller2021-07-231-0/+47
* libnm: always set from_dbus_fcn() property hookThomas Haller2021-07-161-0/+16
* libnm: pass full property meta data to from_dbus_fcn() hookThomas Haller2021-07-161-12/+14
* libnm: explicitly ignore to-dbus for "name" propertyThomas Haller2021-07-161-0/+8
* libnm: implement "direct" properties for compare_fcn()Thomas Haller2021-07-161-0/+8
* libnm: add _nm_setting_compare_flags_check() helperThomas Haller2021-07-161-0/+5
* libnm: add special ignore function for NMSettInfoPropertType.compare_fcn()Thomas Haller2021-07-161-0/+8
* libnm: drop NMSettingClass.compare_property()Thomas Haller2021-07-161-13/+1
* libnm: refactor NMSettingClass.compare_property() to NMSettInfoPropertType.co...Thomas Haller2021-07-161-0/+50
* libnm: add compare_fcn() to property meta dataThomas Haller2021-07-161-5/+12
* libnm: pass around property_info instead of property_idx in NMSetting APIThomas Haller2021-07-161-4/+4
* libnm: add direct_offset for uint32 propertiesThomas Haller2021-07-121-0/+46
* libnm: add generic cleanup function to finalize NMSettingThomas Haller2021-07-121-43/+56
* libnm: add generic GObject property getter/setterThomas Haller2021-07-121-0/+10
* libnm: support lookup of property-info by param-specThomas Haller2021-07-121-0/+4
* libnm: use _nm_setting_property_define_direct_string()Thomas Haller2021-07-121-66/+0
* libnm: add direct_offset for string propertiesThomas Haller2021-07-121-0/+64
* libnm: use _nm_setting_property_define_direct_boolean()Thomas Haller2021-07-121-77/+5
* libnm: let NMSettingIPConfigPrivate be tracked by subclassesThomas Haller2021-07-121-2/+35
* libnm: add direct_offset for boolean propertiesThomas Haller2021-07-121-5/+69
* libnm: extend NMSettInfoSetting with an offset to the private dataThomas Haller2021-07-121-11/+6
* clang-format: use "IndentPPDirectives:None" instead of "BeforeHash"Thomas Haller2021-07-091-1/+1
* libnm: extend to_dbus_fcn() property type for efficiently converting string p...Thomas Haller2021-06-231-0/+65
* libnm: extend to_dbus_fcn() property type for efficiently converting boolean ...Thomas Haller2021-06-231-0/+73
* libnm: move gprop_to_dbus_fcn hook to NMSettInfoPropertyThomas Haller2021-06-231-4/+6
* libnm: add and use NM_SETT_INFO_PROPERT_TYPE_*_INIT() macrosThomas Haller2021-06-231-10/+19
* libnm: add and use NM_SETT_INFO_PROPERT_TYPE_DBUS() macroThomas Haller2021-06-231-4/+7
* libnm: let all property types implement to_dbus_fcn() handlerThomas Haller2021-06-231-0/+12
* libnm: add NM_SETTING_PARAM_NONE defineThomas Haller2021-06-231-0/+4
* libnm: pre-allocate buffer in _nm_sett_info_property_override_create_array()Thomas Haller2021-06-211-1/+10