2011-06-24 14:17:31 +01:00
|
|
|
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2011 Red Hat, Inc.
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library 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
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General
|
2014-01-23 12:57:27 +01:00
|
|
|
* Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
2011-06-24 14:17:31 +01:00
|
|
|
*
|
|
|
|
* Author: David Zeuthen <davidz@redhat.com>
|
|
|
|
*/
|
|
|
|
|
2019-11-21 20:38:58 +13:00
|
|
|
#pragma once
|
2011-06-24 14:17:31 +01:00
|
|
|
|
2011-11-07 17:50:40 +00:00
|
|
|
#include <shell/cc-panel.h>
|
2011-06-24 14:17:31 +01:00
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
2016-11-30 13:16:27 +01:00
|
|
|
#define CC_TYPE_GOA_PANEL (cc_goa_panel_get_type ())
|
2011-06-24 14:17:31 +01:00
|
|
|
|
2016-11-30 13:16:27 +01:00
|
|
|
G_DECLARE_FINAL_TYPE (CcGoaPanel, cc_goa_panel, CC, GOA_PANEL, CcPanel)
|
2011-06-24 14:17:31 +01:00
|
|
|
|
|
|
|
G_END_DECLS
|