NetworkManager/src/libnm-core-aux-extern
Beniamino Galvani 5c33b14fe0 dispatcher: support device-handler actions
"device-add" and "device-delete" actions are called for
device-handlers of generic devices. They differ from other actions in
the following aspects:

 - only one script is invoked, the one with name specified by the
   device-handler property;
 - the script is searched in the "device" subdirectory;
 - since there is only one script executed, the result and error
   string from that script are returned by NM in the callback function.

(cherry picked from commit ee5845063d)
2024-02-21 11:49:16 +01:00
..
meson.build build/meson: cleanup dependencies for libnm-core-aux-extern 2021-02-28 10:42:06 +01:00
nm-dispatcher-api.h dispatcher: support device-handler actions 2024-02-21 11:49:16 +01:00
nm-libnm-core-aux.c format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nm-libnm-core-aux.h libnm-core-aux: add function which prints information about route 2021-08-02 09:37:01 +02:00
README.md build: move "libnm-core/" to "src/" and split it 2021-02-18 19:46:51 +01:00

libnm-core-aux-extern

libnm-core-aux-extern is a static library that is similar to libnm-core-aux-intern.

The only difference is that libnm-core-aux-extern is not used by libnm-core-impl itself. So you must not use it there.

Otherwise, it's the same and has the same usage.