qubes-installer-qubes-os/anaconda/widgets/src/widgets-common.h
Marek Marczykowski-Górecki 3e63d1dd37 anaconda: update to 21.48.21-1
Apply diff anaconda-20.25.16-1..anaconda-21.48.21-1
2016-03-22 02:27:15 +13:00

33 lines
930 B
C

/*
* Copyright (C) 2013 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Author: David Shea <dshea@redhat.com>
*/
#ifndef _WIDGETS_COMMON_H
#define _WIDGETS_COMMON_H
#include <glib.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
G_BEGIN_DECLS
const gchar *anaconda_get_widgets_datadir(void);
G_END_DECLS
#endif