![]() |
![]() |
![]() |
gURLChecker Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void uc_cache_change_id (const guint32 old
,const guint32 new
); gchar * uc_cache_get_source (const guint32 id
,gsize *length
); void uc_cache_append_source (const guint32 id
,gchar *src
,const gsize length
);
void uc_cache_change_id (const guint32 old
,const guint32 new
);
Replace "old" with "new" (swap cached files). Mainly used after rescanning a link.
|
Old UCLinkProperties node id. |
|
New UCLinkProperties node id. |
gchar * uc_cache_get_source (const guint32 id
,gsize *length
);
Retreive the source page in cache for a link.
|
UCLinkProperties node id of the wanted link content. |
|
Set this argument with the size of the returned buffer. |
Returns : |
The source code of the given UCLinkProperties node id. |
void uc_cache_append_source (const guint32 id
,gchar *src
,const gsize length
);
Put a source page in the cache.
|
UCLinkProperties node id of the element to put in cache. |
|
Content to work with. |
|
Lenght of the given buffer. |