nautilus/libnautilus/nautilus-undo-private.h
Owen Taylor 6b6368db2f Return from get_type() functions is GType, not guint. Deal with errant
Mon Nov 26 20:34:52 2001  Owen Taylor  <otaylor@redhat.com>
        * libnautilus-private/nautilus-icon-factory.c:
        * libnautilus-private/nautilus-icon-container.h
          libnautilus-private/nautilus-file-operations-progress.h: Return
        from get_type() functions is GType, not guint.
        * components/sample/nautilus-sample-content-view.c
          libnautilus/nautilus-undo-private.h: Deal with
        errant gobject/* includes. (George Karabin)
2001-11-27 01:46:16 +00:00

36 lines
1.3 KiB
C

/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* xxx
*
* Copyright (C) 2000 Eazel, Inc.
*
* Author: Gene Z. Ragan <gzr@eazel.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef NAUTILUS_UNDO_PRIVATE_H
#define NAUTILUS_UNDO_PRIVATE_H
#include <libnautilus/nautilus-distributed-undo.h>
#include <glib-object.h>
Nautilus_Undo_Manager nautilus_undo_get_undo_manager (GObject *attached_object);
void nautilus_undo_attach_undo_manager (GObject *object,
Nautilus_Undo_Manager manager);
#endif /* NAUTILUS_UNDO_PRIVATE_H */