Top | ![]() |
![]() |
![]() |
![]() |
DzlPath * | dzl_path_new () |
void | dzl_path_prepend () |
void | dzl_path_append () |
GList * | dzl_path_get_elements () |
gboolean | dzl_path_has_prefix () |
guint | dzl_path_get_length () |
DzlPathElement * | dzl_path_get_element () |
gchar * | dzl_path_printf () |
gboolean | dzl_path_is_empty () |
DzlPathElement * dzl_path_get_element (DzlPath *self
,guint index
);
Gets the path element found at index
.
Indexes start from zero.