gtksourceview-2.0 Reference Manual

Synopsis

public    static bool                   source_iter_backward_search ( TextIter            iter,
                                                                    string              str,
                                                                    SourceSearchFlags   flags,
                                                                    TextIter            match_start,
                                                                    TextIter            match_end,
                                                                    TextIter            limit ) ;
public    static bool                   source_iter_forward_search ( TextIter            iter,
                                                                    string              str,
                                                                    SourceSearchFlags   flags,
                                                                    TextIter            match_start,
                                                                    TextIter            match_end,
                                                                    TextIter            limit ) ;

Details

source_iter_backward_search ()

public    static bool                   source_iter_backward_search ( TextIter            iter,
                                                                    string              str,
                                                                    SourceSearchFlags   flags,
                                                                    TextIter            match_start,
                                                                    TextIter            match_end,
                                                                    TextIter            limit ) ;		

source_iter_forward_search ()

public    static bool                   source_iter_forward_search ( TextIter            iter,
                                                                    string              str,
                                                                    SourceSearchFlags   flags,
                                                                    TextIter            match_start,
                                                                    TextIter            match_end,
                                                                    TextIter            limit ) ;		


Created by Valadoc