2 * ion/ioncore/selection.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_SELECTION_H
10 #define ION_IONCORE_SELECTION_H
14 void ioncore_handle_selection_request(XSelectionRequestEvent
*ev
);
15 void ioncore_handle_selection(XSelectionEvent
*ev
);
16 void ioncore_clear_selection();
17 void ioncore_set_selection_n(const char *p
, int n
);
18 void ioncore_set_selection(const char *p
);
19 void ioncore_request_selection_for(Window win
);
21 #endif /* ION_IONCORE_SELECTION_H */