Skip to content
Snippets Groups Projects

vlcrs-core: object: add Object::new()

Merged Alexandre Janniaux requested to merge alexandre-janniaux/vlc:object-rust/1 into master
  1. Jan 27, 2025
    • Alexandre Janniaux's avatar
      vlcrs-core: object: add Object::new() · 76dee610
      Alexandre Janniaux authored
      This allows creating objects from existing objects (in a libvlc tree) or
      dummy objects (parent = None) for tests, and provide the Drop
      implementation to delete the objects when they go out of scope.
      76dee610
Loading