~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to input/main.c

ImportĀ upstreamĀ versionĀ 4.81

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *
3
3
 *  BlueZ - Bluetooth protocol stack for Linux
4
4
 *
5
 
 *  Copyright (C) 2004-2009  Marcel Holtmann <marcel@holtmann.org>
 
5
 *  Copyright (C) 2004-2010  Marcel Holtmann <marcel@holtmann.org>
6
6
 *
7
7
 *
8
8
 *  This program is free software; you can redistribute it and/or modify
32
32
#include <gdbus.h>
33
33
 
34
34
#include "plugin.h"
35
 
#include "logging.h"
 
35
#include "log.h"
36
36
#include "manager.h"
37
37
 
38
38
static GKeyFile *load_config_file(const char *file)
82
82
        dbus_connection_unref(connection);
83
83
}
84
84
 
85
 
BLUETOOTH_PLUGIN_DEFINE("input", VERSION, input_init, input_exit)
 
85
BLUETOOTH_PLUGIN_DEFINE(input, VERSION,
 
86
                        BLUETOOTH_PLUGIN_PRIORITY_DEFAULT, input_init, input_exit)