#include <gwenhywfar/db.h>
#include <gwenhywfar/misc.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/httpurlfns.h>
Go to the source code of this file.
|
|
|
Increments the usage counter of the given object, so an additional free() is needed to destroy the object. |
|
Creates and returns a deep copy of thegiven object. |
|
Destroys the given object. |
|
Creates an object from the data in the given GWEN_DB_NODE |
|
Returns the property GWEN_HTTP_URL_Path |
|
Returns the property GWEN_HTTP_URL_Port |
|
Returns the property GWEN_HTTP_URL_Protocol |
|
Returns the property GWEN_HTTP_URL_Server |
|
Returns the property GWEN_HTTP_URL_Vars |
|
Returns 0 if this object has not been modified, !=0 otherwise |
|
Creates a deep copy of the given LIST2. |
|
Destroys all objects stored in the given LIST2 and the list itself |
|
|
|
Creates a new object. |
|
Sets the modified state of the given object |
|
Set the property GWEN_HTTP_URL_Path |
|
Set the property GWEN_HTTP_URL_Port |
|
Set the property GWEN_HTTP_URL_Protocol |
|
Set the property GWEN_HTTP_URL_Server |
|
Set the property GWEN_HTTP_URL_Vars |
|
Stores an object in the given GWEN_DB_NODE |