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

gEDA-cvs: CVS update: prototype.h



  User: sdb     
  Date: 06/09/16 07:37:03

  Modified:    .        prototype.h
  Log:
  Made gattrib throw up GUI window warning user of no
  
  components or attributes per request of Peter Clifton.
  
  Then program exits with non-zero return code.
  
  
  
  
  Revision  Changes    Path
  1.15      +5 -1      eda/geda/gaf/gattrib/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/gattrib/include/prototype.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- prototype.h	22 Aug 2006 18:20:00 -0000	1.14
  +++ prototype.h	16 Sep 2006 11:37:03 -0000	1.15
  @@ -5,7 +5,7 @@
   
   /* ---------------- gattrib.c ---------------- */
   void gattrib_really_quit(void);
  -void gattrib_quit(void);
  +gint gattrib_quit(gint return_code);
   void gattrib_main(void *closure, int argc, char *argv[]);
   int main(int argc, char *argv[]);
   
  @@ -212,6 +212,10 @@
   
   void x_dialog_unimplemented_feature();
   
  +void x_dialog_exit_announcement(gchar *string, gint return_code);
  +void x_dialog_exit_announcement_close_callback(GtkWidget *buttonok, 
  +				   gint return_code);
  +
   int x_dialog_about_keypress_callback(GtkWidget * widget, GdkEventKey * event,
   				     GtkWidget * window);
   void x_dialog_about_close_callback(GtkWidget * widget, GtkWidget *window);
  
  
  


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