| 
    lensfun
    0.3.2.0
    
   | 
 
These structures and functions allow to define and examine the properties of camera mounts. More...
Classes | |
| struct | lfMount | 
| This structure contains everything specific to a camera mount.  More... | |
Functions | |
| lfMount * | lf_mount_new () | 
| Create a new mount object.  More... | |
| void | lf_mount_destroy (lfMount *mount) | 
| Destroy a lfMount object.  More... | |
| void | lf_mount_copy (lfMount *dest, const lfMount *source) | 
| Copy the data from one lfMount structure into another.  More... | |
| cbool | lf_mount_check (lfMount *mount) | 
These structures and functions allow to define and examine the properties of camera mounts.
Copy the data from one lfMount structure into another.
| dest | The destination object | 
| source | The source object | 
| void lf_mount_destroy | ( | lfMount * | mount | ) | 
Destroy a lfMount object.
This is equivalent to C++ "delete mount".
| mount | The mount object to destroy. | 
| lfMount* lf_mount_new | ( | ) | 
 1.8.8