make hanlder id a gulong as in GSignal.

Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
        gulong as in GSignal.
This commit is contained in:
Tim Janik
2001-05-27 18:30:30 +00:00
committed by Tim Janik
parent 63666a1997
commit 20715207b4
11 changed files with 46 additions and 12 deletions

View File

@ -1,3 +1,8 @@
Sun May 20 20:07:35 2001 Tim Janik <timj@gtk.org>
* gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
gulong as in GSignal.
Fri May 25 19:04:17 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all

View File

@ -1,3 +1,8 @@
Sun May 20 20:07:35 2001 Tim Janik <timj@gtk.org>
* gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
gulong as in GSignal.
Fri May 25 19:04:17 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all

View File

@ -1,3 +1,8 @@
Sun May 20 20:07:35 2001 Tim Janik <timj@gtk.org>
* gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
gulong as in GSignal.
Fri May 25 19:04:17 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all

View File

@ -1,3 +1,8 @@
Sun May 20 20:07:35 2001 Tim Janik <timj@gtk.org>
* gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
gulong as in GSignal.
Fri May 25 19:04:17 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all

View File

@ -1,3 +1,8 @@
Sun May 20 20:07:35 2001 Tim Janik <timj@gtk.org>
* gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
gulong as in GSignal.
Fri May 25 19:04:17 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all

View File

@ -1,3 +1,8 @@
Sun May 20 20:07:35 2001 Tim Janik <timj@gtk.org>
* gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
gulong as in GSignal.
Fri May 25 19:04:17 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all

View File

@ -1,3 +1,8 @@
Sun May 20 20:07:35 2001 Tim Janik <timj@gtk.org>
* gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
gulong as in GSignal.
Fri May 25 19:04:17 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all

View File

@ -1564,6 +1564,15 @@ a gtk_object_unref().
@column:
@value:
<!-- ##### FUNCTION gtk_tree_view_column_set_cell_data ##### -->
<para>
</para>
@tree_column:
@tree_model:
@iter:
<!-- ##### FUNCTION gtk_type_check_class_cast ##### -->
<para>
Given a GtkTypeClass pointer @klass, and a GtkType @cast_type, make

View File

@ -116,16 +116,6 @@ GtkTreeViewColumn
@Varargs:
<!-- ##### FUNCTION gtk_tree_view_column_set_cell_data ##### -->
<para>
</para>
@tree_column:
@tree_model:
@iter:
<!-- ##### FUNCTION gtk_tree_view_column_set_visible ##### -->
<para>

View File

@ -130,7 +130,7 @@ gtk_signal_connect_while_alive (GtkObject *object,
FALSE);
}
guint
gulong
gtk_signal_connect_full (GtkObject *object,
const gchar *name,
GtkSignalFunc func,

View File

@ -117,7 +117,7 @@ void gtk_signal_connect_while_alive (GtkObject *object,
GtkSignalFunc func,
gpointer func_data,
GtkObject *alive_object);
guint gtk_signal_connect_full (GtkObject *object,
gulong gtk_signal_connect_full (GtkObject *object,
const gchar *name,
GtkSignalFunc func,
GtkCallbackMarshal unsupported,