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