summaryrefslogtreecommitdiff
path: root/src/libnm-core-impl/nm-setting-serial.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-31libnm: embed private structure in NMSetting and avoid g_type_class_add_private()Thomas Haller1-8/+4
2022-09-02libnm: style cleanups for property annotationsThomas Haller1-1/+2
2021-11-29format: reformat source tree with clang-format 13.0Thomas Haller1-2/+2
2021-11-08libnm: refactor some NMSetting to use direct propertiesThomas Haller1-61/+47
2021-08-02libnm: use macros function arguments for NMSettInfoPropertTypeThomas Haller1-7/+2
2021-07-16libnm: always set from_dbus_fcn() property hookThomas Haller1-1/+3
2021-07-16libnm: refactor to_dbus_fcn() for "serial.parity" propertyThomas Haller1-7/+14
2021-07-16libnm: add compare_fcn() to property meta dataThomas Haller1-0/+1
2021-07-12libnm: extend NMSettInfoSetting with an offset to the private dataThomas Haller1-4/+5
2021-06-23libnm: move gprop_to_dbus_fcn hook to NMSettInfoPropertyThomas Haller1-2/+2
2021-06-23libnm: let all property types implement to_dbus_fcn() handlerThomas Haller1-3/+3
2021-06-17libnm: add code comment about preserving ABI for libnm GObject structsThomas Haller1-1/+1
2021-06-11libnm: hide NMSetting types from public headersThomas Haller1-0/+16
2021-02-18build: move "libnm-core/" to "src/" and split itThomas Haller1-0/+336