Exemplo n.º 1
0
 private static void OverrideReply(GLib.GType gtype)
 {
     if (ReplyVMCallback == null)
     {
         ReplyVMCallback = new ReplyVMDelegate(reply_cb);
     }
     OverrideVirtualMethod(gtype, "reply", ReplyVMCallback);
 }
Exemplo n.º 2
0
		private static void OverrideReply (GLib.GType gtype)
		{
			if (ReplyVMCallback == null)
				ReplyVMCallback = new ReplyVMDelegate (reply_cb);
			OverrideVirtualMethod (gtype, "reply", ReplyVMCallback);
		}