~vorlon/platform-api/lp.1465958

« back to all changes in this revision

Viewing changes to src/ubuntu/application/common/mirserver/ubuntu_application_api_mirserver.cpp

  • Committer: CI Train Bot
  • Author(s): Robert Carr, Robert Carr, Alberto Aguirre, Michał Sawicz
  • Date: 2015-03-18 10:11:43 UTC
  • mfrom: (287.2.14 origin/expose-mir-connection)
  • Revision ID: ci-train-bot@canonical.com-20150318101143-t3w1n6r2eaxaasa0
Expose MirConnection form UApplicationIntance and deprecate the ua_ui namespace.
Approved by: Alberto Aguirre, PS Jenkins bot, Gerry Boland

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    (void) instance;
66
66
}
67
67
 
 
68
MirConnection*
 
69
u_application_instance_get_mir_connection(UApplicationInstance *instance)
 
70
{
 
71
    (void) instance;
 
72
    return nullptr;
 
73
}
 
74
 
68
75
void ua_ui_set_clipboard_content(void* content, size_t content_size)
69
76
{
70
77
    // TODO<mir,papi>: Implement. Probably need more arguments?