~ubuntu-branches/ubuntu/utopic/cairo-dock-plug-ins/utopic-proposed

« back to all changes in this revision

Viewing changes to logout/src/applet-logout.h

Tags: upstream-3.3.99.beta1.2.really.3.3.2
ImportĀ upstreamĀ versionĀ 3.3.99.beta1.2.really.3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
void cd_logout_display_actions (void);
27
27
 
28
 
gchar *cd_logout_check_icon (const gchar *cIconStock, gint iIconSize);
29
 
 
 
28
 
 
29
void cd_logout_set_timer (void);
 
30
 
 
31
void cd_logout_program_shutdown (void);
 
32
 
 
33
 
 
34
void cd_logout_check_reboot_required (CairoDockFMEventType iEventType, const gchar *cURI);
 
35
 
 
36
void cd_logout_check_reboot_required_init (void);
30
37
 
31
38
#endif