glib-2.0 Reference Manual

Synopsis

public class PatternSpec {
    public                              PatternSpec               ( string              pattern ) ;


    public    void                      free                      (  ) ;
    public    bool                      equal                     ( PatternSpec         pspec ) ;
    public    bool                      match                     ( uint                string_length,
                                                                    string              str,
                                                                    string              str_reversed ) ;
    public    bool                      match_string              ( string              str ) ;
    public    static bool               match_simple              ( string              pattern,
                                                                    string              str ) ;
}

PatternSpec Description

Details

Constructor Details

PatternSpec ()
    public                              PatternSpec               ( string              pattern ) ;		

Field Details

Signal Details

Property Details

Method Details

free ()
    public    void                      free                      (  ) ;		

equal ()
    public    bool                      equal                     ( PatternSpec         pspec ) ;		

match ()
    public    bool                      match                     ( uint                string_length,
                                                                    string              str,
                                                                    string              str_reversed ) ;		

match_string ()
    public    bool                      match_string              ( string              str ) ;		

match_simple ()
    public    static bool               match_simple              ( string              pattern,
                                                                    string              str ) ;		


Created by Valadoc