Blame plugins/sharing/gsd-sharing-enums.h

Packit 9ca0cf
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
Packit 9ca0cf
 *
Packit 9ca0cf
 * Copyright (C) 2014 Bastien Nocera <hadess@hadess.net>
Packit 9ca0cf
 *
Packit 9ca0cf
 * This program is free software; you can redistribute it and/or modify
Packit 9ca0cf
 * it under the terms of the GNU General Public License as published by
Packit 9ca0cf
 * the Free Software Foundation; either version 2 of the License, or
Packit 9ca0cf
 * (at your option) any later version.
Packit 9ca0cf
 *
Packit 9ca0cf
 * This program is distributed in the hope that it will be useful,
Packit 9ca0cf
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 9ca0cf
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 9ca0cf
 * GNU General Public License for more details.
Packit 9ca0cf
 *
Packit 9ca0cf
 * You should have received a copy of the GNU General Public License
Packit 9ca0cf
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
Packit 9ca0cf
 *
Packit 9ca0cf
 */
Packit 9ca0cf
Packit 9ca0cf
#ifndef __GSD_SHARING_ENUMS_H
Packit 9ca0cf
#define __GSD_SHARING_ENUMS_H
Packit 9ca0cf
Packit 9ca0cf
G_BEGIN_DECLS
Packit 9ca0cf
Packit 9ca0cf
typedef enum {
Packit 9ca0cf
       GSD_SHARING_STATUS_OFFLINE,
Packit 9ca0cf
       GSD_SHARING_STATUS_DISABLED_MOBILE_BROADBAND,
Packit 9ca0cf
       GSD_SHARING_STATUS_DISABLED_LOW_SECURITY,
Packit 9ca0cf
       GSD_SHARING_STATUS_AVAILABLE
Packit 9ca0cf
} GsdSharingStatus;
Packit 9ca0cf
Packit 9ca0cf
G_END_DECLS
Packit 9ca0cf
Packit 9ca0cf
#endif /* __GSD_SHARING_ENUMS_H */