libcfe  0.12.1
some useful C-functions
cfe_value_extra.h
Go to the documentation of this file.
1 /* kate: indent-mode cstyle; tab-width 4; indent-width 4; */
2 #ifndef XCFE_VALUE_EXTRA_H
3 #define XCFE_VALUE_EXTRA_H
4 
5 #include <glib-object.h>
6 #include <cfe/cfe_value.h>
7 
20 gboolean cfe_value_to_GValue(const cfe_value_t *cfe_value, GValue *gvalue);
21 
29 gboolean cfe_value_type_is_compatible(const cfe_value_type_t cfe_type, const GType gtype);
30 
37 GType cfe_value_type_as_gtype(const cfe_value_type_t cfe_type);
38 
39 #endif /* XCFE_VALUE_EXTRA_H */
GType cfe_value_type_as_gtype(const cfe_value_type_t cfe_type)
gboolean cfe_value_type_is_compatible(const cfe_value_type_t cfe_type, const GType gtype)
enum cfe_value_type cfe_value_type_t
Definition: cfe_value.h:7
gboolean cfe_value_to_GValue(const cfe_value_t *cfe_value, GValue *gvalue)