Exemplo n.º 1
0
 public void SetSortByRelevanceThenKey(KeyMaker sorter, bool reverse)
 {
     XapianPINVOKE.Enquire_SetSortByRelevanceThenKey__SWIG_0(swigCPtr, KeyMaker.getCPtr(sorter), reverse);
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void SetSortByRelevanceThenKey(KeyMaker sorter, bool reverse)
 {
     XapianPINVOKE.Enquire_SetSortByRelevanceThenKey__SWIG_0(swigCPtr, KeyMaker.getCPtr(sorter), reverse);
     if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(KeyMaker obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 4
0
 public static extern void KeyMaker_director_connect(HandleRef jarg1, KeyMaker.SwigDelegateKeyMaker_0 delegate0);
Exemplo n.º 5
0
 internal static HandleRef getCPtr(KeyMaker obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }