[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:53:25

  Modified:    .        prototype.h
  Log:
  Change way that component source conflicts are checked.
  
  
  
  Allow the same component source to be added more than once, but only
  
  if it has a unique name.  Also adds s_clib_get_source_by_name().
  
  
  
  
  Revision  Changes    Path
  1.131                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.130
  retrieving revision 1.131
  diff -u -b -r1.130 -r1.131
  --- prototype.h	28 May 2007 07:48:31 -0000	1.130
  +++ prototype.h	28 May 2007 07:53:25 -0000	1.131
  @@ -499,6 +499,7 @@
   void s_clib_init (void);
   void s_clib_free (void);
   GList *s_clib_get_sources ();
  +const CLibSource *s_clib_get_source_by_name (const gchar *name);
   void s_clib_refresh ();
   const CLibSource *s_clib_add_directory (const gchar *directory, 
   					const gchar *name);
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs