File: siteUI.h

package info (click to toggle)
screem 0.2.1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,748 kB
  • ctags: 2,270
  • sloc: ansic: 26,366; sh: 7,453; makefile: 512; sed: 93; perl: 18
file content (22 lines) | stat: -rw-r--r-- 750 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef SITEUI_H
#define SITEUI_H

void screem_site_save_confirmation( Site *site );
void screem_site_create_site( void );
void screem_site_open( void );
gboolean screem_site_open_with_filename( gchar *filename );
void screem_site_save_as( void );
void screem_site_wizard( Site *site );
void screem_site_settings_dialog( void );
void screem_site_save_proxy( void );
void screem_site_close_site( void );
void screem_site_close_all( void );
void build_recent_sites_menu( void );
void screem_build_sites_combo_list( void );
void screem_site_change( GtkWidget *widget, gpointer data );

void screem_site_purge_pages_with_path( Site *site, gchar *path );
void screem_site_rename_pages_with_path( Site *site, gchar *path, 
					 gchar *new_path );

#endif