~phablet-team/platform-api/mir-packaging

« back to all changes in this revision

Viewing changes to src/android/ubuntu_application_api.cpp

  • Committer: Ricardo Mendoza
  • Date: 2013-06-07 01:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 67.
  • Revision ID: ricardo.mendoza@canonical.com-20130607010841-8j3xgs7ttxqbeorr
Allow remote App Manager interface to take over the signalling of processes

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
IMPLEMENT_VOID_FUNCTION0(ubuntu_ui_report_osk_invisible);
323
323
IMPLEMENT_VOID_FUNCTION0(ubuntu_ui_report_notification_visible);
324
324
IMPLEMENT_VOID_FUNCTION0(ubuntu_ui_report_notification_invisible);
 
325
IMPLEMENT_VOID_FUNCTION1(ubuntu_ui_install_task_controller, ubuntu_ui_task_controller*);
325
326
 
326
327
// GPS
327
328
IMPLEMENT_FUNCTION1(UbuntuGps, ubuntu_gps_new, UbuntuGpsParams*);