Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > by-pkgid > 8bbba06f6eb6f0632d0990c21e6178cf > files > 404

libgnome32-devel-1.4.2-24mdv2010.1.i586.rpm

<!-- ##### SECTION Title ##### -->
gnome-regex

<!-- ##### SECTION Short_Description ##### -->
Regular expression cache implementation

<!-- ##### SECTION Long_Description ##### -->
<para>
Provides a cache for regular expressions.  Applications first allocate
a cache with gnome_regex_cache_new() and access the regular
expressions through the gnome_regex_cache_compile() function (this
will fetch the compiled value from the cache or re-compile it if
required).
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### STRUCT GnomeRegexCache ##### -->
<para>

</para>


<!-- ##### FUNCTION gnome_regex_cache_new ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION gnome_regex_cache_destroy ##### -->
<para>

</para>

@rxc: 


<!-- ##### FUNCTION gnome_regex_cache_set_size ##### -->
<para>

</para>

@rxc: 
@new_size: 


<!-- ##### FUNCTION gnome_regex_cache_compile ##### -->
<para>

</para>

@rxc: 
@pattern: 
@flags: 
@Returns: