![]() |
![]() |
![]() |
cpg-network Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct CpgAnnotatableInterface; gchar * cpg_annotatable_get_title (CpgAnnotatable *annotatable
); gchar * cpg_annotatable_get_annotation (CpgAnnotatable *annotatable
); void cpg_annotatable_set_annotation (CpgAnnotatable *annotatable
,gchar const *annotation
);
struct CpgAnnotatableInterface { GTypeInterface parent; gchar *(*get_title) (CpgAnnotatable *annotatable); void (*set_annotation) (CpgAnnotatable *annotatable, gchar const *annotation); gchar *(*get_annotation) (CpgAnnotatable *annotatable); };
gchar * cpg_annotatable_get_title (CpgAnnotatable *annotatable
);
Get the title (display name) of the annotatable object.
|
A CpgAnnotatable |
Returns : |
the title. [transfer full] |
gchar * cpg_annotatable_get_annotation (CpgAnnotatable *annotatable
);
Get the annotation.
|
A CpgAnnotatable |
Returns : |
Get the object annotation. [transfer full] |
void cpg_annotatable_set_annotation (CpgAnnotatable *annotatable
,gchar const *annotation
);
Set the object annotation.
|
A CpgAnnotatable |
|
The annotation |