web_site

web_site — Manage specific check on web sites.

Synopsis




GList*              uc_web_site_get_links_real          (UCLinkProperties *url,
                                                         const gchar *host,
                                                         const guint depth);
void                uc_web_site_refresh_parent          (const guint id);
void                uc_web_site_refresh_all             (void);
void                uc_web_site_refresh_branch          (const gint32 id);
void                uc_web_site_refresh_link            (const gint32 id);
GList*              uc_web_site_url_get_links           (UCLinkProperties *url,
                                                         const guint depth);
void                uc_web_site_begin_check             (void);

Description

Details

uc_web_site_get_links_real ()

GList*              uc_web_site_get_links_real          (UCLinkProperties *url,
                                                         const gchar *host,
                                                         const guint depth);

url :
host :
depth :
Returns :

uc_web_site_refresh_parent ()

void                uc_web_site_refresh_parent          (const guint id);

id :

uc_web_site_refresh_all ()

void                uc_web_site_refresh_all             (void);


uc_web_site_refresh_branch ()

void                uc_web_site_refresh_branch          (const gint32 id);

id :

uc_web_site_refresh_link ()

void                uc_web_site_refresh_link            (const gint32 id);

id :

uc_web_site_url_get_links ()

GList*              uc_web_site_url_get_links           (UCLinkProperties *url,
                                                         const guint depth);

url :
depth :
Returns :

uc_web_site_begin_check ()

void                uc_web_site_begin_check             (void);