Blame src/nautilus-trash-bar.h

Packit a189e0
/*
Packit a189e0
 * Copyright (C) 2006 Paolo Borelli <pborelli@katamail.com>
Packit a189e0
 *
Packit a189e0
 * This program is free software; you can redistribute it and/or modify
Packit a189e0
 * it under the terms of the GNU General Public License as published by
Packit a189e0
 * the Free Software Foundation; either version 2 of the License, or
Packit a189e0
 * (at your option) any later version.
Packit a189e0
 *
Packit a189e0
 * This program is distributed in the hope that it will be useful,
Packit a189e0
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit a189e0
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit a189e0
 * GNU General Public License for more details.
Packit a189e0
 *
Packit a189e0
 * You should have received a copy of the GNU General Public License
Packit a189e0
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
Packit a189e0
 *
Packit a189e0
 * Authors: Paolo Borelli <pborelli@katamail.com>
Packit a189e0
 *
Packit a189e0
 */
Packit a189e0
Packit a189e0
#ifndef __NAUTILUS_TRASH_BAR_H
Packit a189e0
#define __NAUTILUS_TRASH_BAR_H
Packit a189e0
Packit a189e0
#include "nautilus-files-view.h"
Packit a189e0
Packit a189e0
#include <gtk/gtk.h>
Packit a189e0
Packit a189e0
G_BEGIN_DECLS
Packit a189e0
Packit a189e0
#define NAUTILUS_TYPE_TRASH_BAR (nautilus_trash_bar_get_type ())
Packit a189e0
Packit a189e0
G_DECLARE_FINAL_TYPE (NautilusTrashBar, nautilus_trash_bar, NAUTILUS, TRASH_BAR, GtkInfoBar)
Packit a189e0
Packit a189e0
GtkWidget *nautilus_trash_bar_new (NautilusFilesView *view);
Packit a189e0
Packit a189e0
G_END_DECLS
Packit a189e0
Packit a189e0
#endif /* __GS_TRASH_BAR_H */