~phablet-team/platform-api/trunk

« back to all changes in this revision

Viewing changes to src/ubuntu/application/ubuntu_application_api.cpp

  • Committer: CI bot
  • Author(s): Gerry Boland
  • Date: 2014-09-22 17:51:16 UTC
  • mfrom: (257.2.6 exposeOrientation)
  • Revision ID: ps-jenkins@lists.canonical.com-20140922175116-u6pf4jwspjgvfbqu
Add readonly notifyable property "orientation" to Window Fixes: 1288332
Approved by: Daniel d'Andrada, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
IMPLEMENT_FUNCTION1(UStatus, ua_ui_window_show, UAUiWindow*);
122
122
IMPLEMENT_VOID_FUNCTION1(ua_ui_window_request_fullscreen, UAUiWindow*);
123
123
IMPLEMENT_FUNCTION1(EGLNativeWindowType, ua_ui_window_get_native_type, UAUiWindow*);
 
124
IMPLEMENT_FUNCTION1(UApplicationUiWindowOrientation, ua_ui_window_get_orientation, UAUiWindow*);
124
125
 
125
126
// Ubuntu Application Sensors
126
127