Top | ![]() |
![]() |
![]() |
![]() |
#define | UC_CHECK_PARSER_WHILE_CONDITION |
#define | UC_CHECK_ABORT_IF_CONDITION |
enum | UCHTTPCheckReturn |
gboolean uc_check_content_type_w3c_accepted (const gchar *type
,gchar *path
,gchar *content_type
);
void
uc_check_run_w3c_checks (UCLinkProperties *prop
);
Run all w3c checks on the given node.
void
uc_check_run_security_checks (UCLinkProperties *prop
);
Run all security checks on the given node.
UCLinkProperties * uc_check_copy_node (UCLinkProperties *src
,UCLinkProperties *dst
);
gchar * uc_check_get_link_type_icon_path (const UCLinkType link_type
,const gchar *proto
);
Associate a icon path with a given link type.
See: uc_check_get_link_type_for_icon()
,
uc_check_get_link_type_icon()
gchar *
uc_check_get_link_type_label (const UCLinkType type
);
Associate a label with a given link type.
gchar *
uc_check_get_link_type_for_icon (const gchar *proto
);
Check if we are dealing with a SSL protocol (HTTPS) or a FTP protocol.
GdkPixbuf * uc_check_get_link_type_icon (const UCLinkType link_type
,const gchar *proto
);
Associate a icon with a given link type.
See: uc_check_get_link_type_for_icon()
,
uc_check_get_link_type_icon_path()
void uc_check_currentitem_init (UCLinkProperties *parent
,gchar *current_host
,UCHTMLTag *tag
,gchar *url
,gboolean is_first
);
gboolean uc_check_link_already_checked_with_insert (UCLinkProperties *prop
,gchar *url
);
Check if a given url already has been checked. If not, it insert it in the already checked urls list.
See: uc_check_link_already_checked-),
uc_check_register_link()
,
uc_lists_already_checked_links_append()
gpointer uc_check_register_link (const gchar *normalized_url
,UCLinkProperties *lp
);
Register a link in the checked urls list and update the check report.
UCLinkProperties * uc_check_link_get_properties (const guint depth
,gchar *current_host
,gchar *current_path
,UCHTMLTag *tag
,UCLinkProperties *old_prop
,gboolean *accept
,guint retry
);
void
uc_check_mx_is_valid (void
);
Test if the MX of the selected E-Mail link is valid. launch a popup to inform the user of its state
gboolean
uc_check_status_is_ignored (const gchar *status
);
Test a given status code to see if it come from a ignored link.
gboolean
uc_check_status_is_good (const gchar *status
);
Test a given status code to see if it come from a good link.
gboolean
uc_check_status_is_bad (const gchar *status
);
Test a given status code to see if it come from a bad link.
gboolean
uc_check_status_is_malformed (const gchar *status
);
Test a given status code to see if it come from a malformed link.
gboolean
uc_check_status_is_timeout (const gchar *status
);
Test a given status code to see if it come from a timedouted link.
gboolean
uc_check_status_is_email (const gchar *status
);
Test a given status code to see if it come from a E-Mail link.
void
uc_check_suspend_continue (void
);
Wait until the check can be alive again.
gint32
uc_check_treeview_get_selected_row_id (void
);
Get the current selected row in the main tree view.
void uc_check_display_list (GList *list
,gchar *path
,GtkTreeIter iter
);
Display recursively urls in the treeview.
list |
GList of the links to display. |
|
path |
value to build tree view path. |
|
iter |
A GtkTreeIter variable. |