Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1bbf51ece72e40a5f40ad48678e7c5a5 > files > 404

libgnome32-devel-1.4.2-22mdv2009.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: