summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-13 13:34:26 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-13 13:34:26 (EDT)
commit48c592fa38d2d4e13e201cbb68eeb4c0781326f2 (patch)
treee38efef878728da4c2811e7f859ab1be42e2039b /src/tab.c
parente55e0fa7f4387add6f211c046aeee5da8433a71a (diff)
downloadmarquee-48c592fa38d2d4e13e201cbb68eeb4c0781326f2.zip
marquee-48c592fa38d2d4e13e201cbb68eeb4c0781326f2.tar.gz
marquee-48c592fa38d2d4e13e201cbb68eeb4c0781326f2.tar.bz2
Standardize spelling of GParamSpec parameter names
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c4
1 files changed, 2 insertions, 2 deletions
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) {