~bluetooth/ubuntu/lucid/obexd/lp_559412

« back to all changes in this revision

Viewing changes to src/obexd.h

  • Committer: Baptiste Mille-Mathias
  • Date: 2010-03-15 19:43:06 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: baptiste.millemathias@gmail.com-20100315194306-no1149mqz1tpnlds
Tags: upstream-0.22
ImportĀ upstreamĀ versionĀ 0.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *
3
3
 *  OBEX Server
4
4
 *
5
 
 *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
 
5
 *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
6
6
 *
7
7
 *
8
8
 *  This program is free software; you can redistribute it and/or modify
21
21
 *
22
22
 */
23
23
 
 
24
#include <dbus/dbus.h>
 
25
 
24
26
#define OPENOBEX_SERVICE  "org.openobex"
25
27
 
26
28
#define OPENOBEX_MANAGER_PATH           "/"
34
36
 
35
37
gboolean plugin_init(void);
36
38
void plugin_cleanup(void);
 
39
 
 
40
DBusConnection *obex_dbus_get_connection(void);