[Glade-devel] [patch, glade3] rm GladeWidgetSignal



--=-lp5y9WmF6JsbIxW5HQ6j
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi!

The patch attached removes the GladeWidgetSignal struct in
glade-widget.h. We have GladeSignal, as a matter of fact
GladeWidgetSignal is not used anywhere.

ciao
        paolo

--=-lp5y9WmF6JsbIxW5HQ6j
Content-Disposition: attachment; filename=rm_widgetsignal.patch
Content-Type: text/x-patch; name=rm_widgetsignal.patch; charset=UTF-8
Content-Transfer-Encoding: 7bit

diff -upr gnome2/glade3/ChangeLog glade3/ChangeLog
--- gnome2/glade3/ChangeLog     2003-05-02 09:08:41.000000000 +0200
+++ glade3/ChangeLog    2003-05-04 20:11:54.000000000 +0200
@@ -1,3 +1,7 @@
+2003-05-04  Paolo Borelli  <pborelli katamail com>
+
+       * src/glade-widget.h: remove GladeWidgetSigal (we have GladeSignal)
+
 2003-05-01  Paolo Borelli  <pborelli katamail com>
 
        * src/glade-keys-dialog.[ch]: init of the keys dialog.
diff -upr gnome2/glade3/src/glade-widget.h glade3/src/glade-widget.h
--- gnome2/glade3/src/glade-widget.h    2002-04-12 11:01:35.000000000 +0200
+++ glade3/src/glade-widget.h   2003-05-04 20:08:01.000000000 +0200
@@ -40,7 +40,7 @@ struct _GladeWidget {
                            * property is "Ok". 
                            */
 
-       GList *signals;      /* A list of GladeWidgetSignals */
+       GList *signals;      /* A list of GladeSignals */
 
        /* Tree Structure */
        GladeWidget *parent; /* The parent of this widget, NULL if this is a
@@ -52,15 +52,6 @@ struct _GladeWidget {
        gboolean selected;
 };
 
-/* GladeWidgetSignal is a structure that holds information about a signal a
- * widget wants for handle / listen for. 
- */
-struct _GladeWidgetSignal {
-       gchar *name;         /* Signal name eg "clicked" */
-       gchar *handler;      /* Handler function eg "gtk_main_quit" */
-       gboolean after;      /* Connect after TRUE or FALSE */
-};
-
 
 gchar *        glade_widget_new_name (GladeProject *project, GladeWidgetClass *class);
 gboolean glade_widget_create_gtk_widget (GladeWidget *glade_widget);

--=-lp5y9WmF6JsbIxW5HQ6j--





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