summaryrefslogtreecommitdiff
path: root/src/nautilus-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-view.c')
-rw-r--r--src/nautilus-view.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 7b3a3c973..f4d928777 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -26,24 +26,24 @@ static void
nautilus_view_default_init (NautilusViewInterface *iface)
{
/**
- * NautilusView::is-loading:
+ * NautilusView::loading:
*
* %TRUE if the view is loading the location, %FALSE otherwise.
*/
g_object_interface_install_property (iface,
- g_param_spec_boolean ("is-loading",
+ g_param_spec_boolean ("loading",
"Current view is loading",
"Whether the current view is loading the location or not",
FALSE,
G_PARAM_READABLE));
/**
- * NautilusView::is-searching:
+ * NautilusView::searching:
*
* %TRUE if the view is searching, %FALSE otherwise.
*/
g_object_interface_install_property (iface,
- g_param_spec_boolean ("is-searching",
+ g_param_spec_boolean ("searching",
"Current view is searching",
"Whether the current view is searching or not",
FALSE,