From 1908b4dd96d2525cf639225c8afc3e2e7bb5ecb9 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 19 Sep 2017 12:44:05 -0400 Subject: src/tab-chrome.c: Add "_cb" to a callback function name --- (limited to 'src/tab-chrome.c') diff --git a/src/tab-chrome.c b/src/tab-chrome.c index 2cb38bc..6d8033d 100644 --- a/src/tab-chrome.c +++ b/src/tab-chrome.c @@ -41,7 +41,7 @@ forward_clicked_cb(GtkButton __attribute__((unused)) *toolbutton, } static void -back_forward_toggle_button_toggled(GtkToggleButton *toggle_button, +back_forward_toggle_button_toggled_cb(GtkToggleButton *toggle_button, GtkStack *stack) { /* Use gtk_widget_show() and gtk_widget_hide() instead of @@ -203,7 +203,7 @@ back_forward_box_button_press_cb(GtkWidget *widget, GdkEvent *event, GTK_ICON_SIZE_SMALL_TOOLBAR)); gtk_widget_set_halign(toggle_button, GTK_ALIGN_START); g_signal_connect(toggle_button, "toggled", - G_CALLBACK(back_forward_toggle_button_toggled), + G_CALLBACK(back_forward_toggle_button_toggled_cb), GTK_STACK(stack)); /* Set up the containing box. */ -- cgit v0.9.1