~cairo-dock-team/cairo-dock-plug-ins/experimental

« back to all changes in this revision

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

  • Committer: fabounet
  • Date: 2007-07-27 15:26:14 UTC
  • Revision ID: svn-v4:620951bb-bb42-0410-82c3-830e739ed170:trunk/plug-ins:3
upload de tous les fichiers, dans la version 0.9.3

Show diffs side-by-side

added added

removed removed

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