File: guitools.h

package info (click to toggle)
gpe-filemanager 0.25-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 624 kB
  • ctags: 216
  • sloc: ansic: 2,501; makefile: 81; xml: 71
file content (17 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _GUITOOLS_H
#define _GUITOOLS_H

#ifdef __cplusplus
extern "C"
{
#endif

GtkWidget *build_storage_menu(gboolean wide);
void set_active_item(char* path);
gboolean do_scheduled_update(void);

#ifdef __cplusplus
}
#endif

#endif /* _GUITOOLS_H */