Don't use GtkNotebookPage* in callback signature
This commit is contained in:
parent
cd783acee0
commit
80e1c4149c
1 changed files with 2 additions and 2 deletions
|
@ -4708,7 +4708,7 @@ midori_panel_close_cb (MidoriPanel* panel,
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gtk_notebook_switch_page_cb (GtkWidget* notebook,
|
gtk_notebook_switch_page_cb (GtkWidget* notebook,
|
||||||
GtkNotebookPage* page,
|
gpointer page,
|
||||||
guint page_num,
|
guint page_num,
|
||||||
MidoriBrowser* browser)
|
MidoriBrowser* browser)
|
||||||
{
|
{
|
||||||
|
@ -4727,7 +4727,7 @@ gtk_notebook_switch_page_cb (GtkWidget* notebook,
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gtk_notebook_switch_page_after_cb (GtkWidget* notebook,
|
gtk_notebook_switch_page_after_cb (GtkWidget* notebook,
|
||||||
GtkNotebookPage* page,
|
gpointer page,
|
||||||
guint page_num,
|
guint page_num,
|
||||||
MidoriBrowser* browser)
|
MidoriBrowser* browser)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue