blob: a993ef0f8102dedd72e7e3b60b92b4a023e8fdaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef __CAJA_RECENT_H__
#define __CAJA_RECENT_H__
#include <gtk/gtk.h>
#include <gio/gio.h>
#include "caja-file.h"
void caja_recent_add_file (CajaFile *file,
GAppInfo *application);
#endif
|