| Lumiere Reference Manual |
|---|
#define LUM_UTIL_CONST (obj) char* lum_util_general_tmp_filename (const char *base, const char *extension); gint lum_util_xmlGetIntProp (xmlNodePtr node, const gchar *attribute);
#define LUM_UTIL_CONST(obj) G_TYPE_CHECK_INSTANCE_CAST((obj), lum_util_get_type(), LumUtil const)
| obj : |
|
char* lum_util_general_tmp_filename (const char *base,
const char *extension);| base : | |
| extension : | |
| Returns : |
|
gint lum_util_xmlGetIntProp (xmlNodePtr node,
const gchar *attribute);| node : | |
| attribute : | |
| Returns : |
|
| <<< LumSkinWidget | LumShell >>> |