![]() |
![]() |
![]() |
EventDance - Documentation and Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
struct EvdWebDir; struct EvdWebDirClass; const gchar * evd_web_dir_get_alias (EvdWebDir *self
); const gchar * evd_web_dir_get_root (EvdWebDir *self
); EvdWebDir * evd_web_dir_new (void
); void evd_web_dir_set_alias (EvdWebDir *self
,const gchar *alias
); void evd_web_dir_set_root (EvdWebDir *self
,const gchar *root
);
GObject +----EvdIoStreamGroup +----EvdService +----EvdWebService +----EvdWebDir +----EvdWebTransportServer
"alias" gchar* : Read / Write "allow-put" gboolean : Read / Write "root" gchar* : Read / Write
"alias"
property"alias" gchar* : Read / Write
The alias path to serve files from.
Default value: NULL
"allow-put"
property"allow-put" gboolean : Read / Write
Sets/gets whether to allow HTTP PUT method.
Default value: FALSE
"root"
property"root" gchar* : Read / Write
The root path to serve files from.
Default value: "."