1 #ifndef RZ_GRAPH_DRAWABLE_H
2 #define RZ_GRAPH_DRAWABLE_H
RZ_API void rz_graph_drawable_to_json(RzGraph *graph, PJ *pj, bool use_offset)
Convert graph to JSON.
RZ_API RzGraphNodeInfo * rz_graph_create_node_info(const char *title, const char *body, ut64 offset)
RZ_API char * rz_graph_drawable_to_dot(RzGraph *graph, const char *node_properties, const char *edge_properties)
Convert graph to Graphviz dot format.
RZ_API void rz_graph_free_node_info(void *ptr)
struct rz_analysis_graph_node_info_t RzGraphNodeInfo
Generic drawable graph node.
RZ_API RzGraphNode * rz_graph_add_node_info(RzGraph *graph, const char *title, const char *body, ut64 offset)
Generic drawable graph node.
ut64 offset
Optional offset for the object corresponding to node.
ut64(WINAPI *w32_GetEnabledXStateFeatures)()