DDeepin Developerfeat: Init commit
b83cb584创建于 2022年10月19日历史提交
%module rename_strip_encoder

// strip the wx prefix from all identifiers
%rename("%(strip:[wx])s") ""; 

%inline %{

class wxSomeWidget {
};

struct wxAnotherWidget {
    void wxDoSomething() {}
};


%}