Example #1
0
 static void ActivateCurrentLink_cb(IntPtr inst)
 {
     try {
         Label __obj = GLib.Object.GetObject(inst, false) as Label;
         __obj.OnActivateCurrentLink();
     } catch (Exception e) {
         GLib.ExceptionManager.RaiseUnhandledException(e, false);
     }
 }