Reference Manual - 1.0.1
IDirectFB   GetClipboardData

Get clipboard content.获取剪切板内容

GetClipboardData (
  IDirectFB   * thiz,
  char   ** ret_mimetype,
  void   ** ret_data,
  unsigned int   * ret_size
);

Memory returned in *ret_mimetype and *ret_data has to be freed.

This is an experimental and intermediate API call that is supposed to change soon.

*ret_mimetype and *ret_data返回的内存必须被释放,这个是测试版内部API,很快会被更改。

Creative Commons License This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License