Download

Support

lib/efreet_uri.h File Reference


Detailed Description

Contains the methods used to support the FDO URI specification.

#include <Ecore.h>
#include <Ecore_Data.h>

Include dependency graph for efreet_uri.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Data Structures

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

Typedefs

typedef struct Efreet_Uri Efreet_Uri

Functions

EAPI Efreet_Uriefreet_uri_decode (const char *val)
 Read a single uri and return an Efreet_Uri struct. If there's no hostname in the uri then the hostname parameter will be NULL. All the uri escaped chars will be converted to normal.
EAPI const char * efreet_uri_encode (Efreet_Uri *uri)
 Get the string rapresentation of the given uri struct escaping illegal caracters. Remember to free the string with ecore_string_release() when you don't need it anymore.
EAPI void efreet_uri_free (Efreet_Uri *uri)
 Free the given uri structure.

Copyright © Enlightenment.org

Efreet Documentation Generated: Sun Oct 5 16:37:22 2008