|  |  |  | Goffice Reference Manual |  | 
|---|---|---|---|---|
GQuark go_search_replace_error_quark (void); gboolean go_search_replace_verify (GoSearchReplace *sr, gboolean repl, GError **err); gboolean go_search_match_string (GoSearchReplace *sr, const char *src); char* go_search_replace_string (GoSearchReplace *sr, const char *src);
gboolean go_search_replace_verify (GoSearchReplace *sr, gboolean repl, GError **err);
Checks that validity of the search-and-replace data and returns TRUE on success.
| sr: | Search-and-Replace info to be checked | 
| repl: | Check replacement part too. | 
| err: | Location to store error message. | 
| Returns : | 
gboolean go_search_match_string (GoSearchReplace *sr, const char *src);
| sr: | |
| src: | |
| Returns : |