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:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user