X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=15f0c9c305e61157cdea80aaca28ebc0bb18aaca;hb=eb96547367a4df24be53fa73514c8e9052918cc1;hp=d78b11d0164d37e4cf66f1c13b353aa2bc62717b;hpb=f99b4d1a21d99436a3e49733e7b83276a6362cbf;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index d78b11d..15f0c9c 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -151,6 +151,13 @@ namespace CEC */ virtual bool PersistConfiguration(libcec_configuration *configuration) = 0; + /*! + * @brief Get the persisted configuration from the adapter (if supported) + * @param configuration The updated configuration. + * @return True when the configuration was updated, false otherwise. + */ + virtual bool GetConfiguration(libcec_configuration *configuration) = 0; + /*! * @return The name of the port */