[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: peterb
Date: 07/05/28 03:48:31
Modified: . prototype.h
Log:
Add & update Scheme callbacks for new component library.
Add the (component-library-command) function, and make
(component-library) take an optional second argument for the
directory's source name.
Revision Changes Path
1.130 eda/geda/gaf/libgeda/include/prototype.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: prototype.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/prototype.h,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- prototype.h 28 May 2007 07:46:11 -0000 1.129
+++ prototype.h 28 May 2007 07:48:31 -0000 1.130
@@ -46,7 +46,8 @@
void g_rc_parse(TOPLEVEL *w_current, const gchar* rcname,
const gchar* specified_rc_filename);
gint g_rc_parse_specified_rc(TOPLEVEL *w_current, const gchar *rcfilename);
-SCM g_rc_component_library(SCM path);
+SCM g_rc_component_library(SCM path, SCM name);
+SCM g_rc_component_library_command (SCM command, SCM name);
SCM g_rc_component_library_search(SCM path);
SCM g_rc_source_library(SCM path);
SCM g_rc_source_library_search(SCM path);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs