mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
use _gtk_marshal_BOOLEAN__VOID instead of the deprecated
2008-06-16 Michael Natterer <mitch@imendio.com> * gtk/gtkcombobox.c (gtk_combo_box_class_init): use _gtk_marshal_BOOLEAN__VOID instead of the deprecated gtk_marshal_BOOLEAN__VOID. svn path=/trunk/; revision=20404
This commit is contained in:
parent
0329e41742
commit
37c28957fe
@ -1,3 +1,9 @@
|
||||
2008-06-16 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_class_init): use
|
||||
_gtk_marshal_BOOLEAN__VOID instead of the deprecated
|
||||
gtk_marshal_BOOLEAN__VOID.
|
||||
|
||||
2008-06-16 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkcellrendereraccel.h
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include "gtkvseparator.h"
|
||||
#include "gtkwindow.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkmarshal.h"
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
@ -588,7 +587,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
|
||||
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
|
||||
G_CALLBACK (gtk_combo_box_real_popdown),
|
||||
NULL, NULL,
|
||||
gtk_marshal_BOOLEAN__VOID,
|
||||
_gtk_marshal_BOOLEAN__VOID,
|
||||
G_TYPE_BOOLEAN, 0);
|
||||
|
||||
/* key bindings */
|
||||
|
Loading…
Reference in New Issue
Block a user