/*
* cli-nmc4.h - the Nokia Mission Control 4.x D-Bus interface (client side)
*
* Copyright (C) 2008 Collabora Ltd.
* Copyright (C) 2008 Nokia Corporation
*
* 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.1 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 Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __LIBMISSIONCONTROL_CLI_NMC4_H__
#define __LIBMISSIONCONTROL_CLI_NMC4_H__
#include
G_BEGIN_DECLS
typedef struct _McCliNMC4 McCliNMC4;
typedef struct _McCliNMC4Class McCliNMC4Class;
typedef struct _McCliNMC4Private McCliNMC4Private;
GType mc_cli_nmc4_get_type (void);
#define MC_TYPE_CLI_NMC4 \
(mc_cli_nmc4_get_type ())
#define MC_CLI_NMC4(obj) \
(G_TYPE_CHECK_INSTANCE_CAST ((obj), MC_TYPE_CLI_NMC4, \
McCliNMC4))
#define MC_CLI_NMC4_CLASS(klass) \
(G_TYPE_CHECK_CLASS_CAST ((klass), MC_TYPE_CLI_NMC4, \
McCliNMC4Class))
#define MC_IS_CLI_NMC4(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), MC_TYPE_CLI_NMC4))
#define MC_IS_CLI_NMC4_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE ((klass), MC_TYPE_CLI_NMC4))
#define MC_CLI_NMC4_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), MC_TYPE_CLI_NMC4, \
McCliNokiaMC4Class))
McCliNMC4 *mc_cli_nmc4_new (TpDBusDaemon *dbus);
G_END_DECLS
/* auto-generated stubs */
#include
#endif