summaryrefslogtreecommitdiff
path: root/src/plugins/novatel
Commit message (Collapse)AuthorAgeFilesLines
* port-serial-at: make mm_port_serial_at_command_finish() transfer ownershipLubomir Rintel2023-04-111-1/+2
| | | | | | | | | This will make it slightly easier to port mm_port_serial_at_command() to use GTask, since we won't have to keep a pointer to the result in GTask after _finish() has been called. In most cases the caller needs the value anyway, so this doesn't add too much hasle.
* plugins: setup new helper macros to define shared utilsAleksander Morgado2023-01-031-4/+2
|
* plugins: setup new helper macros to define pluginsAleksander Morgado2023-01-034-108/+11
| | | | | We also remove the plugin headers completely as they are not really required anywhere.
* build: move plugins directory to src/pluginsAleksander Morgado2023-01-0315-0/+3821
We are going to allow including the plugin sources built within the ModemManager daemon binary; moving the sources within the daemon sources directory makes it easier.