~brandontschaefer/unity/bump-to-new-nux-abi

« back to all changes in this revision

Viewing changes to services/panel-service.h

  • Committer: CI bot
  • Author(s): Andrea Azzarone
  • Date: 2014-03-11 18:36:57 UTC
  • mfrom: (3566.5.457 unity)
  • Revision ID: ps-jenkins@lists.canonical.com-20140311183657-b3haqqvvr2ctp9u9
Implement the lockscreen in Unity that looks like unity-greeter. Also allow to fallback to lightdm + greeter (tty switching) in case you need more pam power. Fixes: 878836, 1266464, 1282798

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
PanelService    * panel_service_get_default   ();
72
72
PanelService    * panel_service_get_default_with_indicators (GList *indicators);
73
73
 
 
74
void              panel_service_set_lockscreen_mode (gboolean enable);
 
75
 
74
76
guint             panel_service_get_n_indicators (PanelService *self);
75
77
 
76
78
IndicatorObject * panel_service_get_indicator_nth (PanelService *self, guint position);