Interface
AravisGcString
Prerequisite
In order to implement GcString, your type must inherit fromGObject
.
Instance methods
arv_gc_string_get_value
gc_string
object, which means the returned pointer may not be still valid after a new call to this function.
Interface structure
struct AravisGcStringInterface {
GTypeInterface parent;
const char* (* get_value) (
ArvGcString* gc_string,
GError** error
);
void (* set_value) (
ArvGcString* gc_string,
const char* value,
GError** error
);
gint64 (* get_max_length) (
ArvGcString* gc_string,
GError** error
);
}
No description available.
Interface members
parent |
|
No description available. |
|
get_value |
|
No description available. |
|
set_value |
|
No description available. |
|
get_max_length |
|
No description available. |
Virtual methods
Aravis.GcString.get_value
gc_string
object, which means the returned pointer may not be still valid after a new call to this function.