]> sigrok.org Git - libsigrok.git/commitdiff
bindings/swig: Make Device::serial_number() an attribute
authorMarc Schink <redacted>
Wed, 20 Mar 2024 14:00:06 +0000 (15:00 +0100)
committerSoeren Apel <redacted>
Mon, 19 Aug 2024 13:54:50 +0000 (15:54 +0200)
Convert Device::serial_number() to an attribute string as for other
functions such as vendor() and model().

Signed-off-by: Marc Schink <redacted>
bindings/swig/classes.i

index 523995dad9e19882b354d2891a8de7577ffe8716..71f1d8c342b1d66507cbd1c9eb5cb1f2dc0393f0 100644 (file)
@@ -152,6 +152,7 @@ typedef std::map<const sigrok::ConfigKey *, Glib::VariantBase>
 %attributestring(sigrok::Device, std::string, vendor, vendor);
 %attributestring(sigrok::Device, std::string, model, model);
 %attributestring(sigrok::Device, std::string, version, version);
+%attributestring(sigrok::Device, std::string, serial_number, serial_number);
 
 %attributevector(Device,
     std::vector<std::shared_ptr<sigrok::Channel> >,