Skip to content
Snippets Groups Projects
Select Git revision
  • debian/sid default
  • pristine-tar
  • upstream/latest
  • debian/experimental
  • debian/bpo/wheezy protected
  • debian/11.3.0-1
  • upstream/11.3.0
  • debian/11.2.0-1
  • upstream/11.2.0
  • debian/11.1.0-1
  • upstream/11.1.0
  • debian/11.0.0-1
  • upstream/11.0.0
  • debian/10.10.0-1
  • upstream/10.10.0
  • debian/10.9.0-1
  • upstream/10.9.0
  • debian/10.8.0-1
  • upstream/10.8.0
  • debian/10.7.0-1
  • upstream/10.7.0
  • debian/10.6.0-1
  • upstream/10.6.0
  • debian/10.5.0-1
  • upstream/10.5.0
25 results

libvirt-python

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Eric Blake authored
    'const fooPtr' is the same as 'foo * const' (the pointer won't
    change, but it's contents can).  But in general, if an interface
    is trying to be const-correct, it should be using 'const foo *'
    (the pointer is to data that can't be changed).
    
    Fix up offenders in the python bindings.
    
    * python/generator.py (py_types): Drop useless conversions.
    * python/libvirt-override.c (getPyVirTypedParameter)
    (setPyVirTypedParameter): Use intended type.
    
    Signed-off-by: default avatarEric Blake <eblake@redhat.com>
    90461df0
    History
    Name Last commit Last update