Exemplo n.º 1
0
 private static void OverrideMountPreUnmount(GLib.GType gtype)
 {
     if (MountPreUnmountVMCallback == null)
     {
         MountPreUnmountVMCallback = new MountPreUnmountVMDelegate(mountpreunmount_cb);
     }
     OverrideVirtualMethod(gtype, "mount-pre-unmount", MountPreUnmountVMCallback);
 }
Exemplo n.º 2
0
		private static void OverrideMountPreUnmount (GLib.GType gtype)
		{
			if (MountPreUnmountVMCallback == null)
				MountPreUnmountVMCallback = new MountPreUnmountVMDelegate (mountpreunmount_cb);
			OverrideVirtualMethod (gtype, "mount-pre-unmount", MountPreUnmountVMCallback);
		}