Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / linux / dbus_connection.h
1 // Copyright (c) 2013 Intel Corporation. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef XWALK_APPLICATION_TOOLS_LINUX_DBUS_CONNECTION_H_
6 #define XWALK_APPLICATION_TOOLS_LINUX_DBUS_CONNECTION_H_
7
8 #include <gio/gio.h>
9
10 GDBusConnection* get_session_bus_connection(GError** error);
11
12 #endif  // XWALK_APPLICATION_TOOLS_LINUX_DBUS_CONNECTION_H_