[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 06/12/13 15:57:45

  Modified:    .        prototype.h
  Log:
  * include/prototype.h, src/g_smob.c:
  
    Added a new scheme function: get-object-type, returning
  
    the object type (object->type as a scheme string) of the given
  
    object.
  
  
  
  
  Revision  Changes    Path
  1.112     +1 -0      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.111
  retrieving revision 1.112
  diff -u -b -r1.111 -r1.112
  --- prototype.h	5 Dec 2006 22:47:23 -0000	1.111
  +++ prototype.h	13 Dec 2006 20:57:45 -0000	1.112
  @@ -75,6 +75,7 @@
   SCM g_get_attrib_angle(SCM attrib_smob);
   SCM g_make_object_smob(TOPLEVEL *curr_w, OBJECT *object);
   SCM g_get_object_attributes(SCM object_smob);
  +SCM g_get_object_type(SCM object_smob);
   void g_init_object_smob(void);
   gboolean g_get_data_from_object_smob(SCM object_smob, TOPLEVEL **toplevel, 
   				     OBJECT **object);
  
  
  


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