Ejemplo n.º 1
0
 private static void OverrideChangedSubscriptions(GLib.GType gtype)
 {
     if (ChangedSubscriptionsVMCallback == null)
     {
         ChangedSubscriptionsVMCallback = new ChangedSubscriptionsVMDelegate(changedsubscriptions_cb);
     }
     OverrideVirtualMethod(gtype, "changed_subscriptions", ChangedSubscriptionsVMCallback);
 }
Ejemplo n.º 2
0
		private static void OverrideChangedSubscriptions (GLib.GType gtype)
		{
			if (ChangedSubscriptionsVMCallback == null)
				ChangedSubscriptionsVMCallback = new ChangedSubscriptionsVMDelegate (changedsubscriptions_cb);
			OverrideVirtualMethod (gtype, "changed_subscriptions", ChangedSubscriptionsVMCallback);
		}