Esempio n. 1
0
 private static void OverridePlaylistEnd(GLib.GType gtype)
 {
     if (PlaylistEndVMCallback == null)
     {
         PlaylistEndVMCallback = new PlaylistEndVMDelegate(playlistend_cb);
     }
     OverrideVirtualMethod(gtype, "playlist-end", PlaylistEndVMCallback);
 }
		private static void OverridePlaylistEnd (GLib.GType gtype)
		{
			if (PlaylistEndVMCallback == null)
				PlaylistEndVMCallback = new PlaylistEndVMDelegate (playlistend_cb);
			OverrideVirtualMethod (gtype, "playlist-end", PlaylistEndVMCallback);
		}