Exemple #1
0
 public static extern  System.IntPtr grn_proc_create(ref grn_ctx ctx, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)] string name, int name_size, grn_proc_type type, ref grn_proc_func init, ref grn_proc_func next, ref grn_proc_func fin, uint nvars, ref grn_expr_var vars) ;
Exemple #2
0
 public static extern  grn_rc grn_obj_set_finalizer(ref grn_ctx ctx, ref grn_table_cursor obj, ref grn_proc_func func) ;
Exemple #3
0
 public static extern  grn_rc grn_ctx_set_finalizer(ref grn_ctx ctx, ref grn_proc_func func) ;