Deskflow 1.24.0.365
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
OSXPasteboardPeeker.h
Go to the documentation of this file.
1/*
2 * Deskflow -- mouse and keyboard sharing utility
3 * SPDX-FileCopyrightText: (C) 2013 - 2016 Symless Ltd.
4 * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
5 */
6
7#pragma once
8
9#import <CoreFoundation/CoreFoundation.h>
10
11#if defined(__cplusplus)
12extern "C"
13{
14#endif
15
16 CFStringRef getDraggedFileURL();
17
18#if defined(__cplusplus)
19}
20#endif
CFStringRef getDraggedFileURL()
Definition OSXPasteboardPeeker.m:16