Deskflow 1.22.0.197
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#include "common/Common.h"
10
11#import <CoreFoundation/CoreFoundation.h>
12
13#if defined(__cplusplus)
14extern "C"
15{
16#endif
17
18 CFStringRef getDraggedFileURL();
19
20#if defined(__cplusplus)
21}
22#endif
CFStringRef getDraggedFileURL()
Definition OSXPasteboardPeeker.m:16