~ps-jenkins/platform-api/latestsnapshot-recup

« back to all changes in this revision

Viewing changes to include/ubuntu/application/ui/clipboard.h

  • Committer: CI bot
  • Author(s): Daniel d'Andrada
  • Date: 2014-02-14 15:45:54 UTC
  • mfrom: (190.2.1 unity8_clipboard_v2)
  • Revision ID: ps-jenkins@lists.canonical.com-20140214154554-imb2qjpcyxdkva78
Clipboard implementation using UnityService through the mir socket 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    ua_ui_set_clipboard_content(
31
31
        void* data,
32
32
        size_t size);
33
 
    
 
33
 
 
34
    /*
 
35
        Memory pointed by data is owned by Ubuntu Application API.
 
36
        Caller is expected to not attempt to modify or delete it.
 
37
        It's also not guaranteed to remain valid after any other call is made
 
38
        to the Ubuntu Application API.
 
39
    */
34
40
    UBUNTU_DLL_PUBLIC void
35
41
    ua_ui_get_clipboard_content(
36
42
        void** data,