[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:46:11
Modified: . prototype.h
Log:
Provide better names for component sources.
Full pathnames aren't very user-friendly in the component
browser, and sometimes the name you want for your
component source isn't the same as the directory name. This
patch provides an infrastructure for better source naming,
while falling back to the "classic" behaviour if necessary.
Revision Changes Path
1.129 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.128
retrieving revision 1.129
diff -u -b -r1.128 -r1.129
--- prototype.h 28 May 2007 07:37:49 -0000 1.128
+++ prototype.h 28 May 2007 07:46:11 -0000 1.129
@@ -499,8 +499,10 @@
void s_clib_free (void);
GList *s_clib_get_sources ();
void s_clib_refresh ();
-const CLibSource *s_clib_add_directory (const gchar *directory);
-const CLibSource *s_clib_add_command (const gchar *command);
+const CLibSource *s_clib_add_directory (const gchar *directory,
+ const gchar *name);
+const CLibSource *s_clib_add_command (const gchar *command,
+ const gchar *name);
const gchar *s_clib_source_get_name (const CLibSource *source);
GList *s_clib_source_get_symbols (const CLibSource *source);
const gchar *s_clib_symbol_get_name (const CLibSymbol *symbol);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs