![]() |
![]() |
![]() |
gURLChecker Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void uc_report_export (const UCExportFormat format); void uc_check_report_force_values (const gint32 all, const gint32 checked, const gint32 bad, const gint32 malformed, const gint32 good, const gint32 ignored, const gint32 timeout, const guint32 elapsedtime); gboolean uc_check_html_is_valid (const gchar *buffer); gchar * uc_check_url_get_content (UCLinkProperties *prop, const gchar *current_path, const gchar *current_port, const gchar *current_args, gchar *current_host); guint32 uc_report_get_ignoredlinks (void); guint32 uc_report_get_checkedlinks (void); guint32 uc_report_get_badlinks (void); guint32 uc_report_get_malformedlinks (void); guint32 uc_report_get_goodlinks (void); guint32 uc_report_get_timedoutlinks (void); guint32 uc_report_get_alllinks (void); guint32 uc_report_get_elapsedtime (void); gboolean uc_report_timer_callback (gpointer data); void uc_report_set_elapsedtime (const guint32 val); void uc_report_set_timedoutlinks (const gint32 val); void uc_report_set_alllinks (const gint32 val); void uc_report_set_checkedlinks (void); void uc_report_display_update (void); void uc_report_set_badlinks (const gint32 val); void uc_report_set_malformedlinks (const gint32 val); void uc_check_report_reset (const guint val); void uc_report_set_goodlinks (const gint32 val); void uc_report_set_ignoredlinks (const gint32 val);
void uc_report_export (const UCExportFormat format);
Export check report in the given format.
|
void uc_check_report_force_values (const gint32 all, const gint32 checked, const gint32 bad, const gint32 malformed, const gint32 good, const gint32 ignored, const gint32 timeout, const guint32 elapsedtime);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gchar * uc_check_url_get_content (UCLinkProperties *prop, const gchar *current_path, const gchar *current_port, const gchar *current_args, gchar *current_host);
See: uc_check_url_get_header()
,
uc_check_url_build_header()
,
uc_server_get_response()
|
UCLinkProperties node of a link. |
|
current path. |
|
current port. |
|
current arguments. |
|
current hostname. |
Returns : |
The page content of a given link. |