diff options
Diffstat (limited to 'libnautilus/nautilus-undo-manager-component.idl')
-rw-r--r-- | libnautilus/nautilus-undo-manager-component.idl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libnautilus/nautilus-undo-manager-component.idl b/libnautilus/nautilus-undo-manager-component.idl deleted file mode 100644 index 9913a452d..000000000 --- a/libnautilus/nautilus-undo-manager-component.idl +++ /dev/null @@ -1,18 +0,0 @@ -/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: 8; c-basic-offset: 8 -*- */ - - -#ifndef _NAUTUILUS_UNDO_MANAGER_IDL_INCLUDED_ -#define _NAUTUILUS_UNDO_MANAGER_IDL_INCLUDED_ - -#include <gnome-factory.idl> -#include <Bonobo.idl> - -module Nautilus { - - interface UndoManager : ::Bonobo::Unknown { - boolean begin_transaction (in string name); - boolean end_transaction (); - }; -}; - -#endif /* _NAUTUILUS_UNDO_MANAGER_IDL_INCLUDED_ */
\ No newline at end of file |