beeef7f IFP: unify generated interfaces names

8 files Authored by pbrezina 9 years ago, Committed by jhrozek 9 years ago,
    IFP: unify generated interfaces names
    
    Number of interfaces will grow. It is mandatory to unify names of
    generated structures and methods to simplify coding and debugging.
    
    The C name is created from D-Bus lowercased interface name using
    the following rewrite rules:
    org.freedesktop.sssd.infopipe -> iface_ifp
    . -> _
    
    Example:
    org.freedesktop.sssd.infopipe.Domains -> iface_ifp_domains
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+28 -28
file modified
+2 -2