From 1c7b711a276df1db29c82e27fc5ab25c99dcf9b7 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 01 Nov 2017 22:12:34 -0400 Subject: MqWebView: Mark some functions as pure --- (limited to 'src') diff --git a/src/web-view.h b/src/web-view.h index 1fc4091..0da60e0 100644 --- a/src/web-view.h +++ b/src/web-view.h @@ -57,13 +57,13 @@ MqWebViewScheme * mq_web_view_get_scheme(MqWebView *web_view) G_GNUC_CONST; MqConfig * -mq_web_view_get_config(MqWebView *web_view); +mq_web_view_get_config(MqWebView *web_view) G_GNUC_PURE; MqTabPage * -mq_web_view_get_tab_page(MqWebView *web_view); +mq_web_view_get_tab_page(MqWebView *web_view) G_GNUC_PURE; const gchar * -mq_web_view_get_uri(MqWebView *web_view); +mq_web_view_get_uri(MqWebView *web_view) G_GNUC_PURE; void mq_web_view_load_uri(MqWebView *web_view, const gchar *uri); -- cgit v0.9.1