1 
2 /* xxx
3  *
4  * Copyright (C) 2000 Eazel, Inc.
5  *
6  * Author: Gene Z. Ragan <gzr@eazel.com>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Library General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Library General Public License for more details.
17  *
18  * You should have received a copy of the GNU Library General Public
19  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
20  */
21 
22 #pragma once
23 
24 #include "nautilus-undo.h"
25 #include "nautilus-undo-manager.h"
26 #include <glib-object.h>
27 
28 NautilusUndoManager * nautilus_undo_get_undo_manager    (GObject               *attached_object);
29 void                  nautilus_undo_attach_undo_manager (GObject               *object,
30 							 NautilusUndoManager   *manager);