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

« back to all changes in this revision

Viewing changes to logout/src/logout-menu-functions.h

  • Committer: fabounet
  • Date: 2007-12-11 01:36:40 UTC
  • Revision ID: vcs-imports@canonical.com-20071211013640-uufl4mp4ncy1pxe5
normalisationĀ applet

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef __LOGOUT_MENU_FUNC__
3
 
#define  __LOGOUT_MENU_FUNC__
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