Blame src/prefs/dzl-preferences-page-private.h

rpm-build f53ec4
/* dzl-preferences-page-private.h
rpm-build f53ec4
 *
rpm-build f53ec4
 * Copyright (C) 2015-2017 Christian Hergert <christian@hergert.me>
rpm-build f53ec4
 *
rpm-build f53ec4
 * This program is free software: you can redistribute it and/or modify
rpm-build f53ec4
 * it under the terms of the GNU General Public License as published by
rpm-build f53ec4
 * the Free Software Foundation, either version 3 of the License, or
rpm-build f53ec4
 * (at your option) any later version.
rpm-build f53ec4
 *
rpm-build f53ec4
 * This program is distributed in the hope that it will be useful,
rpm-build f53ec4
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
rpm-build f53ec4
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
rpm-build f53ec4
 * GNU General Public License for more details.
rpm-build f53ec4
 *
rpm-build f53ec4
 * You should have received a copy of the GNU General Public License
rpm-build f53ec4
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
rpm-build f53ec4
 */
rpm-build f53ec4
rpm-build f53ec4
#ifndef DZL_PREFERENCES_PAGE_PRIVATE_H
rpm-build f53ec4
#define DZL_PREFERENCES_PAGE_PRIVATE_H
rpm-build f53ec4
rpm-build f53ec4
#include "prefs/dzl-preferences-page.h"
rpm-build f53ec4
#include "prefs/dzl-preferences-flow-box.h"
rpm-build f53ec4
rpm-build f53ec4
G_BEGIN_DECLS
rpm-build f53ec4
rpm-build f53ec4
struct _DzlPreferencesPage
rpm-build f53ec4
{
rpm-build f53ec4
  GtkBin                 parent_instance;
rpm-build f53ec4
  gint                   priority;
rpm-build f53ec4
  DzlPreferencesFlowBox *box;
rpm-build f53ec4
  GHashTable            *groups_by_name;
rpm-build f53ec4
};
rpm-build f53ec4
rpm-build f53ec4
G_END_DECLS
rpm-build f53ec4
rpm-build f53ec4
#endif /* DZL_PREFERENCES_PAGE_PRIVATE_H */