diff options
author | Perberos <[email protected]> | 2011-12-01 22:24:23 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 22:24:23 -0300 |
commit | 0e004c696b0e68b2cff37a4c3315b022a35eaf43 (patch) | |
tree | 43261e815529cb9518ed7be37af13b846af8b26b /libcaja-private/caja-recent.h | |
download | caja-0e004c696b0e68b2cff37a4c3315b022a35eaf43.tar.bz2 caja-0e004c696b0e68b2cff37a4c3315b022a35eaf43.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'libcaja-private/caja-recent.h')
-rw-r--r-- | libcaja-private/caja-recent.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libcaja-private/caja-recent.h b/libcaja-private/caja-recent.h new file mode 100644 index 00000000..dac63637 --- /dev/null +++ b/libcaja-private/caja-recent.h @@ -0,0 +1,13 @@ + + +#ifndef __CAJA_RECENT_H__ +#define __CAJA_RECENT_H__ + +#include <gtk/gtk.h> +#include <libcaja-private/caja-file.h> +#include <gio/gio.h> + +void caja_recent_add_file (CajaFile *file, + GAppInfo *application); + +#endif |