public void RegisterPostingSource(PostingSource source) { XapianPINVOKE.Registry_RegisterPostingSource(swigCPtr, PostingSource.getCPtr(source)); if (XapianPINVOKE.SWIGPendingException.Pending) { throw XapianPINVOKE.SWIGPendingException.Retrieve(); } }
public Query(PostingSource external_source) : this(XapianPINVOKE.new_Query__SWIG_12(PostingSource.getCPtr(external_source)), true) { if (XapianPINVOKE.SWIGPendingException.Pending) { throw XapianPINVOKE.SWIGPendingException.Retrieve(); } }