From 9de2cf3afa36bb81e649ae63f27d019b96f9d763 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 12 Oct 2017 02:09:08 -0400 Subject: MqWebView: Improve property descriptions --- (limited to 'src') diff --git a/src/web-view.c b/src/web-view.c index 2e8bc40..7516202 100644 --- a/src/web-view.c +++ b/src/web-view.c @@ -650,11 +650,16 @@ mq_web_view_class_init(MqWebViewClass *klass) object_class->set_property = set_property; obj_properties[PROP_TAB] = g_param_spec_pointer( - "tab", "MqTab", "Parent MqTab instance", + "tab", + "MqTab", + "The parent MqTab instance", G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB); obj_properties[PROP_REWRITTEN_URI] = g_param_spec_string( - "rewritten-uri", "URI", "URI to load", + "rewritten-uri", + "URI", + "The current active URI of the Web view, " + "with \"mq-about:\" rewritten to \"about:\"", "", G_PARAM_READWRITE | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB); -- cgit v0.9.1