10 #ifndef BLUEZOBEXTRANSFER_H_
11 #define BLUEZOBEXTRANSFER_H_
39 bool init(GDBusConnection* connection,
const std::string& objectPath);
70 eInitResultNotInitialized = 0,
74 static void propertiesChangedHandler(GDBusProxy *proxy,
75 GVariant *changed_properties,
76 GStrv invalidated_properties,
79 static void* threadFuncTransfer(
void* ptr);
81 GDBusProxy* transfer1Proxy;
82 GDBusConnection* connection;
84 pthread_t eventsThread;
88 InitResult initResult;
90 void* callbackUserData;
92 #endif // BLUEZOBEXTRANSFER_H_