Efreet_Uri Struct Reference
[Efreet_Uri: The FDO URI Specification functions]

Contains a simple rappresentation of an uri. The string don't have special chars escaped. More...

#include <efreet_uri.h>

Data Fields

const char * hostname
const char * path
const char * protocol

Detailed Description

Contains a simple rappresentation of an uri. The string don't have special chars escaped.

Efreet_Uri


Field Documentation

const char* Efreet_Uri::hostname

The name of the host if any, or NULL

Referenced by efreet_uri_decode(), and efreet_uri_free().

const char* Efreet_Uri::path

The full file path whitout protocol nor host

Referenced by efreet_trash_delete_uri(), efreet_uri_decode(), efreet_uri_encode(), and efreet_uri_free().

const char* Efreet_Uri::protocol

The protocol used (usually 'file')

Referenced by efreet_uri_decode(), efreet_uri_encode(), and efreet_uri_free().


The documentation for this struct was generated from the following file: