~vcs-imports/cairo-dock-plugins/trunk

« back to all changes in this revision

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

  • Committer: fabounet
  • Date: 2007-12-11 01:23:43 UTC
  • Revision ID: vcs-imports@canonical.com-20071211012343-aswsrj5vzv8n0mvy
normalisationĀ applet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __LOGOUT_NOTIFICATIONS__
 
3
#define  __LOGOUT_NOTIFICATIONS__
 
4
 
 
5
 
 
6
#include <cairo-dock.h>
 
7
 
 
8
 
 
9
void cd_logout_about (GtkMenuItem *menu_item, gpointer *data);
 
10
 
 
11
 
 
12
gboolean cd_logout_notification_click_icon (gpointer *data);
 
13
 
 
14
gboolean cd_logout_notification_build_menu (gpointer *data);
 
15
 
 
16
 
 
17
#endif
 
18