From 48c592fa38d2d4e13e201cbb68eeb4c0781326f2 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 13 Oct 2017 13:34:26 -0400 Subject: Standardize spelling of GParamSpec parameter names --- (limited to 'src/tab.c') diff --git a/src/tab.c b/src/tab.c index 5aa7960..f4f11bc 100644 --- a/src/tab.c +++ b/src/tab.c @@ -386,7 +386,7 @@ mq_tab_populate_tab(MqTab *tab) static void favicon_cb(WebKitWebView G_GNUC_UNUSED *web_view, - GParamSpec G_GNUC_UNUSED *paramspec, MqTab *tab) + GParamSpec G_GNUC_UNUSED *param_spec, MqTab *tab) { cairo_surface_t *surface; GdkPixbuf *pixbuf; @@ -410,7 +410,7 @@ favicon_cb(WebKitWebView G_GNUC_UNUSED *web_view, static void title_cb(WebKitWebView G_GNUC_UNUSED *web_view, - GParamSpec G_GNUC_UNUSED *paramspec, MqTab *tab) + GParamSpec G_GNUC_UNUSED *param_spec, MqTab *tab) { tab->title = webkit_web_view_get_title(tab->web_view); if (tab->scrolling) { -- cgit v0.9.1