Blame src/nautilus-preferences-window.h

Packit a189e0
Packit a189e0
/* nautilus-preferences-window.h - Function to show the nautilus preference
Packit a189e0
   window.
Packit a189e0
Packit a189e0
   Copyright (C) 2002 Jan Arne Petersen
Packit a189e0
   Copyright (C) 2016 Carlos Soriano <csoriano@gnome.org>
Packit a189e0
Packit a189e0
   The Gnome Library is free software; you can redistribute it and/or
Packit a189e0
   modify it under the terms of the GNU Library General Public License as
Packit a189e0
   published by the Free Software Foundation; either version 2 of the
Packit a189e0
   License, or (at your option) any later version.
Packit a189e0
Packit a189e0
   The Gnome Library 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 GNU
Packit a189e0
   Library General Public License for more details.
Packit a189e0
Packit a189e0
   You should have received a copy of the GNU Library General Public
Packit a189e0
   License along with the Gnome Library; see the file COPYING.LIB.  If not,
Packit a189e0
   see <http://www.gnu.org/licenses/>.
Packit a189e0
Packit a189e0
   Authors: Jan Arne Petersen <jpetersen@uni-bonn.de>
Packit a189e0
*/
Packit a189e0
Packit a189e0
#ifndef NAUTILUS_PREFERENCES_WINDOW_H
Packit a189e0
#define NAUTILUS_PREFERENCES_WINDOW_H
Packit a189e0
Packit a189e0
#include <glib-object.h>
Packit a189e0
#include <gtk/gtk.h>
Packit a189e0
Packit a189e0
G_BEGIN_DECLS
Packit a189e0
Packit a189e0
void nautilus_preferences_window_show(GtkWindow *window);
Packit a189e0
Packit a189e0
G_END_DECLS
Packit a189e0
Packit a189e0
#endif /* NAUTILUS_PREFERENCES_WINDOW_H */