add_path
Description:
[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public void add_path (PathType path_type, string path_pattern, PathPriorityType priority)
public void add_path (PathType path_type, string path_pattern, PathPriorityType priority)
Warning: add_path is deprecated since 3.0.
This function was used internally by the GtkRC parsing mechanism to assign match patterns to BindingSet structures.
In GTK+ 3, these match patterns are unused.
Parameters:
this |
a BindingSet to add a path to |
path_type |
path type the pattern applies to |
path_pattern |
the actual match pattern |
priority |
binding priority |