| Top |
void uc_project_set_w3c_checks (const gchar *type,const gboolean value);
void uc_project_set_security_checks (const gchar *type,const gboolean value);
gchar *
uc_project_get_security_virii_extensions
(void);
Return a string with comma separated extensions to scan during the check.
There is no memory allocation.
See: uc_project_get_reject_directories(),
uc_project_get_reject_domains(),
uc_project_get_reject_documents(),
uc_project_get_reject_images(),
uc_project_get_security_bad_extensions(),
uc_project_get_w3c_html_extensions(),
uc_project_get_w3c_css_extensions()
void
uc_project_set_security_bad_extensions
(const gchar *items);
void
uc_project_set_security_virii_extensions
(const gchar *items);
gchar *
uc_project_get_security_bad_extensions
(void);
Return a string with comma separated extensions of files to search during the security scan.
There is no memory allocation.
See: uc_project_get_reject_directories(),
uc_project_get_reject_domains(),
uc_project_get_reject_documents(),
uc_project_get_reject_images(),
uc_project_get_security_virii_extensions(),
uc_project_get_w3c_html_extensions(),
uc_project_get_w3c_css_extensions()
gchar *
uc_project_get_w3c_html_extensions (void);
Return a string with comma separated extensions of HTML documents to validate during the scan.
There is no memory allocation.
See: uc_project_get_reject_directories(),
uc_project_get_reject_domains(),
uc_project_get_reject_documents(),
uc_project_get_reject_images(),
uc_project_get_security_bad_extensions(),
uc_project_get_security_virii_extensions(),
uc_project_get_w3c_css_extensions()
void
uc_project_projects_list_load (void);
Load the projects' list.
See: uc_project_xml_get_tags()
gchar *
uc_project_get_w3c_css_extensions (void);
Return a string with comma separated extensions of CSS files to validate during the scan.
There is no memory allocation.
See: uc_project_get_reject_directories(),
uc_project_get_reject_domains(),
uc_project_get_reject_documents(),
uc_project_get_reject_images(),
uc_project_get_security_bad_extensions(),
uc_project_get_security_virii_extensions(),
uc_project_get_w3c_html_extensions()
void
uc_project_set_cookies_warn_updated (const gboolean value);
void
uc_project_set_cookies_warn_deleted (const gboolean value);
void
uc_project_xml_load_settings (const UCProjectProjects *p);
Load settings for a given project.
See: uc_project_open(),
uc_project_xml_load_links()
void
uc_project_general_settings_save (void);
Save the main gurlchecker settings in XML format on the disk.
void
uc_project_save_index (void);
Save the gurlchecker project's list in XML format on the disk.
gint32
uc_project_treeview_get_selected_row_id
(void);
Identify the project corresponding to the currently selected row and return its id.
GdkPixbuf *
uc_project_get_type_icon (const UCProjectType project_type);
Returns the corresponding icon for a given link type.
gboolean
uc_project_open (const gint32 id);
Open a existant gurlchecker project.
See: uc_project_xml_load_links(),
uc_project_xml_load_settings()
void
uc_project_display_informations (GtkTreeView *treeview);
Retreive the currently selected project on the list and display its informations in the project's dialog.
GList *
uc_project_get_projects_list (void);
Return the gurlchecker projects' list.
gboolean
uc_project_save_properties (void);
Save properties for the current project.
gint
uc_project_save (void);
Save the entire current project (settings, links etc.) in XML format on the disk.
void
uc_project_free (void);
Free internals lists and variables to prepare a new project.
void uc_project_get_reject_directories (gchar ***items,guint *item_size);
Fill the items
vector with the directories to avoid during
the check (those directories will not be checked).
There is no memory allocation.
See: uc_project_get_reject_domains(),
uc_project_get_reject_documents(),
uc_project_get_reject_images(),
uc_project_get_security_bad_extensions(),
uc_project_get_security_virii_extensions(),
uc_project_get_w3c_html_extensions(),
uc_project_get_w3c_css_extensions()
void uc_project_get_reject_domains (gchar ***items,guint *item_size);
Fill the items
vector with the domains to avoid during
the check (those domains will not be checked).
There is no memory allocation.
See: uc_project_get_reject_directories(),
uc_project_get_reject_documents(),
uc_project_get_reject_images(),
uc_project_get_security_bad_extensions(),
uc_project_get_security_virii_extensions(),
uc_project_get_w3c_html_extensions(),
uc_project_get_w3c_css_extensions()
gchar *
uc_project_get_reject_documents (void);
Return a string with comma separated extensions to ignore during the scan.
See: uc_project_get_reject_directories(),
uc_project_get_reject_domains(),
uc_project_get_reject_images(),
uc_project_get_security_bad_extensions(),
uc_project_get_security_virii_extensions(),
uc_project_get_w3c_html_extensions(),
uc_project_get_w3c_css_extensions()
gchar *
uc_project_get_reject_images (void);
Return a string with comma separated extensions to ignore during the scan.
There is no memory allocation.
See: uc_project_get_reject_directories(),
uc_project_get_reject_domains(),
uc_project_get_reject_documents(),
uc_project_get_security_bad_extensions(),
uc_project_get_security_virii_extensions(),
uc_project_get_w3c_html_extensions(),
uc_project_get_w3c_css_extensions()
gboolean
uc_project_speed_check_get_download_content
(void);
gboolean
uc_project_get_download_archives_content
(void);
gchar *
uc_project_get_browser_path (void);
Check for the browser path and return it.
void
uc_project_speed_check_set_download_content
(const gboolean value);
void
uc_project_set_proto_file_is_error (const gboolean value);
void
uc_project_set_stylesheet_validate (const gboolean value);
void
uc_project_set_proto_mailto_check_mx (const gboolean value);
void
uc_project_set_download_images_content
(const gboolean value);
void
uc_project_set_download_archives_content
(const gboolean value);