]> granicus.if.org Git - graphviz/commitdiff
need renderdata for use in gv_tcl: eval [gv::renderdata $G tk]
authorellson <devnull@localhost>
Thu, 24 Sep 2009 13:31:08 +0000 (13:31 +0000)
committerellson <devnull@localhost>
Thu, 24 Sep 2009 13:31:08 +0000 (13:31 +0000)
tclpkg/gv/gv.i

index ec2f749cb49b4d1ad49d4881fbf789c259f6904d..aa5e9420be5602b8e8346386303c220ded13840b 100644 (file)
@@ -214,11 +214,10 @@ extern bool render(Agraph_t *g, const char *format, const char *filename);
 extern bool renderchannel(Agraph_t *g, const char *format, const char *channelname);
 /*** Render to a string result */
 extern void renderresult(Agraph_t *g, const char *format, char *outdata);
-#if 0
 /*** Render a layout to a malloc'ed string, to be free'd by the caller */
 /*** (deprecated - too easy to leak memory) */
+/*** (still needed for "eval [gv::renderdata $G tk]" ) */
 extern char* renderdata(Agraph_t *g, const char *format);
-#endif
 
 
 /*** Writing graph back to file */
@@ -395,11 +394,10 @@ extern bool render(Agraph_t *g, const char *format, const char *filename);
 extern bool renderchannel(Agraph_t *g, const char *format, const char *channelname);
 /*** Render to a string result */
 extern void renderresult(Agraph_t *g, const char *format, char *outdata);
-#if 0
 /*** Render a layout to a malloc'ed string, to be free'd by the caller */
 /*** (deprecated - too easy to leak memory) */
+/*** (still needed for "eval [gv::renderdata $G tk]" ) */
 extern char* renderdata(Agraph_t *g, const char *format);
-#endif
 
 
 /*** Writing graph back to file */