Blame src/nautilus-x-content-bar.h

Packit a189e0
/*
Packit a189e0
 * Copyright (C) 2008 Red Hat, Inc.
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: David Zeuthen <davidz@redhat.com>
Packit a189e0
 *          Paolo Borelli <pborelli@katamail.com>
Packit a189e0
 *
Packit a189e0
 */
Packit a189e0
Packit a189e0
#ifndef __NAUTILUS_X_CONTENT_BAR_H
Packit a189e0
#define __NAUTILUS_X_CONTENT_BAR_H
Packit a189e0
Packit a189e0
#include <gtk/gtk.h>
Packit a189e0
#include <gio/gio.h>
Packit a189e0
Packit a189e0
G_BEGIN_DECLS
Packit a189e0
Packit a189e0
#define NAUTILUS_TYPE_X_CONTENT_BAR (nautilus_x_content_bar_get_type ())
Packit a189e0
Packit a189e0
G_DECLARE_FINAL_TYPE (NautilusXContentBar, nautilus_x_content_bar, NAUTILUS, X_CONTENT_BAR, GtkInfoBar)
Packit a189e0
Packit a189e0
GtkWidget *nautilus_x_content_bar_new (GMount             *mount,
Packit a189e0
                                       const char * const *x_content_types);
Packit a189e0
Packit a189e0
G_END_DECLS
Packit a189e0
Packit a189e0
#endif /* __NAUTILUS_X_CONTENT_BAR_H */