summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2024-03-26Add libusbmuxd_version() function to interfaceGravatar Nikias Bassen1-0/+7
2024-01-29Move USBMUXD_API to public headersGravatar Nikias Bassen1-20/+30
2022-05-05Make conn_data member of usbmuxd_device_info struct unsigned since it's not ↵Gravatar Nikias Bassen1-1/+1
a string Also remove some pointless casts and update some others
2020-06-08Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-1/+1
2020-04-27Fix compiler warning about missing void in function declaration of ↵Gravatar fidetro1-1/+1
usbmuxd_unsubscribe()
2019-11-06Fix enum comments in doxygen compatible wayGravatar Nikias Bassen1-3/+3
2019-05-22Add new usbmuxd_events_subscribe/unsubscribe functions with a context so it ↵Gravatar Nikias Bassen1-4/+42
can be used in different threads
2019-01-18Return meaningful error codes from usbmuxd_connect()Gravatar Nikias Bassen1-1/+2
2018-10-13Add proper support for USB and network (WiFi sync) devices reported by usbmuxdGravatar Nikias Bassen1-9/+55
This commit extends the interface with a new function usbmuxd_get_device() that allows to look up USB *and* network devices, while the 'old' interface usbmuxd_get_device_by_udid() only targets USB devices. The usbmuxd_device_info_t structure now has new members 'conn_type' and 'conn_data' so that the returned device info allows to figure out if a device is available via USB or network. Check the comments in include/usbmuxd.h for more details.
2018-09-15Add usbmuxd_save_pair_record_with_device_id() to target a device by it's ↵Gravatar Nikias Bassen1-0/+12
usbmux id
2016-07-14Handle 'Paired' message and pass event to client through callbackGravatar Nikias Bassen1-1/+2
2016-07-13Catch Paired message even if it is ignored now to prevent returning anGravatar BALATON Zoltan1-1/+1
error to the user on receiving this message.
2014-10-03Update and slightly cleanup copyright headers of public APIGravatar Martin Szulecki2-43/+40
2014-09-13Properly rename header guards according to C++ standardGravatar Nikias Bassen2-6/+6
2013-12-13implemented usbmuxd_read/save/delete_pair_record()Gravatar Nikias Bassen1-0/+33
2013-12-13implemented usbmuxd_read_buid()Gravatar Nikias Bassen1-0/+10
2013-09-17initial commit of adapted source tree.Gravatar Nikias Bassen3-0/+292