X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=c169e169d3ae7c024f7bd75b2b9517a8e73cad06;hb=224ea8772f229d2d7dafcdbf64c4266c9b4de35e;hp=9762926cc10a23e0561b96914c13b2ba4fac2aa8;hpb=b0a7410c263717618b20fe4be5d3732105c5af97;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index 9762926..c169e16 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -136,5 +136,12 @@ namespace CEC * @return True when the control mode has been set, false otherwise. */ virtual bool SetControlledMode(bool controlled) = 0; + + /*! + * @brief Persist the given configuration in adapter (if supported) + * @brief The configuration to store. + * @return True when the configuration was persisted, false otherwise. + */ + virtual bool PersistConfiguration(libcec_configuration *configuration) = 0; }; };