Exemplo n.º 1
0
 private static void OverrideSelectionStopped(GLib.GType gtype)
 {
     if (SelectionStoppedVMCallback == null)
     {
         SelectionStoppedVMCallback = new SelectionStoppedVMDelegate(selectionstopped_cb);
     }
     gnomesharp_icontextitem_override_selection_stopped(gtype.Val, SelectionStoppedVMCallback);
 }
Exemplo n.º 2
0
 static extern void gnomesharp_icontextitem_override_selection_stopped(IntPtr gtype, SelectionStoppedVMDelegate cb);