Blame src/up-backend-bsd-private.h

rpm-build 45fd25
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
rpm-build 45fd25
 *
rpm-build 45fd25
 * Copyright (C) 2015 Eric Koegel <eric.koegel@gmail.com>
rpm-build 45fd25
 *
rpm-build 45fd25
 * Licensed under the GNU General Public License Version 2
rpm-build 45fd25
 *
rpm-build 45fd25
 * This program is free software; you can redistribute it and/or modify
rpm-build 45fd25
 * it under the terms of the GNU General Public License as published by
rpm-build 45fd25
 * the Free Software Foundation; either version 2 of the License, or
rpm-build 45fd25
 * (at your option) any later version.
rpm-build 45fd25
 *
rpm-build 45fd25
 * This program is distributed in the hope that it will be useful,
rpm-build 45fd25
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
rpm-build 45fd25
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
rpm-build 45fd25
 * GNU General Public License for more details.
rpm-build 45fd25
 *
rpm-build 45fd25
 * You should have received a copy of the GNU General Public License
rpm-build 45fd25
 * along with this program; if not, write to the Free Software
rpm-build 45fd25
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
rpm-build 45fd25
 */
rpm-build 45fd25
rpm-build 45fd25
#ifndef __UP_BACKEND_BSD_PRIVATE_H
rpm-build 45fd25
#define __UP_BACKEND_BSD_PRIVATE_H
rpm-build 45fd25
rpm-build 45fd25
#include <gio/gio.h>
rpm-build 45fd25
#include "up-backend.h"
rpm-build 45fd25
#include "up-config.h"
rpm-build 45fd25
rpm-build 45fd25
#define CONSOLEKIT2_DBUS_NAME                  "org.freedesktop.ConsoleKit"
rpm-build 45fd25
#define CONSOLEKIT2_DBUS_PATH                  "/org/freedesktop/ConsoleKit/Manager"
rpm-build 45fd25
#define CONSOLEKIT2_DBUS_INTERFACE             "org.freedesktop.ConsoleKit.Manager"
rpm-build 45fd25
rpm-build 45fd25
GDBusProxy *up_backend_get_seat_manager_proxy (UpBackend  *backend);
rpm-build 45fd25
rpm-build 45fd25
UpConfig   *up_backend_get_config             (UpBackend  *backend);
rpm-build 45fd25
rpm-build 45fd25
rpm-build 45fd25
#endif /* __UP_BACKEND_BSD_PRIVATE_H */