[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: pbernaud
Date: 05/02/13 16:53:21
Modified: . prototype.h
Log:
Refactored get_selected_component_attributes() and get_selected_filename(): simplified prototype and made it use more of GLib.
Revision Changes Path
1.113 +2 -2 eda/geda/devel/gschem/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/devel/gschem/include/prototype.h,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -b -r1.112 -r1.113
--- prototype.h 13 Feb 2005 18:00:10 -0000 1.112
+++ prototype.h 13 Feb 2005 21:53:21 -0000 1.113
@@ -19,8 +19,8 @@
SCM g_funcs_key_name(SCM keystring);
SCM g_funcs_key_value(SCM keystring);
SCM g_funcs_key_done(void);
-SCM get_selected_component_attributes(gpointer data, guint callback_action, GtkWidget *widget);
-SCM get_selected_filename(gpointer data, guint callback_action, GtkWidget *widget);
+SCM get_selected_component_attributes(TOPLEVEL *toplevel);
+SCM get_selected_filename(TOPLEVEL *toplevel);
/* g_hook.c */
SCM g_make_attrib_smob_list(TOPLEVEL *curr_w, OBJECT *curr_object);
SCM g_set_attrib_value_x(SCM attrib_smob, SCM scm_value);