$OpenBSD: patch-src_nautilus-window_h,v 1.1 2011/07/26 07:04:27 ajacoutot Exp $

From 3caf41765453c3c4cf9a73aae87b185d099598f9 Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@openbsd.org>
Date: Mon, 20 Jun 2011 16:34:47 +0000
Subject: Turn nautilus_window_close() into a virtual method.

--- src/nautilus-window.h.orig	Fri Apr  8 22:50:39 2011
+++ src/nautilus-window.h	Tue Jul 26 08:55:15 2011
@@ -94,6 +94,7 @@ typedef struct {
                                          NautilusWindowSlot *slot);
 
         void   (* prompt_for_location) (NautilusWindow *window, const char *initial);
+        void   (* close) (NautilusWindow *window);
 
         /* Signals used only for keybindings */
         gboolean (* go_up)  (NautilusWindow *window,
