2010-05-21 23:22:29 +01:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2010 Intel, 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
|
2014-01-23 12:57:27 +01:00
|
|
|
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
2010-05-21 23:22:29 +01:00
|
|
|
*
|
2010-05-22 12:13:24 +01:00
|
|
|
* Author: Sergey Udaltsov <svu@gnome.org>
|
2010-05-21 23:22:29 +01:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2018-05-29 10:57:19 +12:00
|
|
|
#pragma once
|
2010-05-21 23:22:29 +01:00
|
|
|
|
2011-11-07 17:50:40 +00:00
|
|
|
#include <shell/cc-panel.h>
|
2010-05-21 23:22:29 +01:00
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
2018-05-25 16:16:25 +12:00
|
|
|
#define CC_TYPE_REGION_PANEL (cc_region_panel_get_type ())
|
|
|
|
G_DECLARE_FINAL_TYPE (CcRegionPanel, cc_region_panel, CC, REGION_PANEL, CcPanel)
|
2010-05-21 23:22:29 +01:00
|
|
|
|
|
|
|
G_END_DECLS
|