Skip to content
  • Bastien Nocera's avatar
    Clean up object creation code · 017f7704
    Bastien Nocera authored and Daniel Drake's avatar Daniel Drake committed
    Make all of FPrintManager's struct members private,
    warn of errors using a _get_error() function, as object
    creation can never fail.
    
    The only error possible shouldn't really be an error though,
    as it only means that no devices will be enumerated, but it
    could tell us about newly plugged devices instead.
    017f7704