예제 #1
0
 public static void librdf_free_statement(SWIGTYPE_p_librdf_statement_s statement)
 {
     RedlandPINVOKE.librdf_free_statement(SWIGTYPE_p_librdf_statement_s.getCPtr(statement));
 }
예제 #2
0
 public static int librdf_model_add_statement(SWIGTYPE_p_librdf_model_s model, SWIGTYPE_p_librdf_statement_s statement)
 {
     return RedlandPINVOKE.librdf_model_add_statement(SWIGTYPE_p_librdf_model_s.getCPtr(model), SWIGTYPE_p_librdf_statement_s.getCPtr(statement));
 }