summaryrefslogtreecommitdiff
path: root/gtk/gtkplacesview.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-11-19 13:44:36 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-11-19 13:44:36 -0500
commit9bacbb489bc99cc9640d6c6ffaf8924809b0811b (patch)
tree20f34acfe7a46d0c1fe440f4f6c4e1554b29dfa1 /gtk/gtkplacesview.c
parent64a75ec87d51d63fef99a6ac9d894525c3241857 (diff)
downloadgtk+-9bacbb489bc99cc9640d6c6ffaf8924809b0811b.tar.gz
Don't confuse gtk-doc
It doesn't like doc comments for non-api.
Diffstat (limited to 'gtk/gtkplacesview.c')
-rw-r--r--gtk/gtkplacesview.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/gtk/gtkplacesview.c b/gtk/gtkplacesview.c
index ceee750d11..2275809fba 100644
--- a/gtk/gtkplacesview.c
+++ b/gtk/gtkplacesview.c
@@ -28,7 +28,7 @@
#include "gtkplacesviewrowprivate.h"
#include "gtktypebuiltins.h"
-/**
+/*
* SECTION:gtkplacesview
* @Short_description: Widget that displays persistent drives and manages mounted networks
* @Title: GtkPlacesView
@@ -2169,7 +2169,7 @@ gtk_places_view_class_init (GtkPlacesViewClass *klass)
widget_class->destroy = gtk_places_view_destroy;
widget_class->map = gtk_places_view_map;
- /**
+ /*
* GtkPlacesView::open-location:
* @view: the object which received the signal.
* @location: (type Gio.File): #GFile to which the caller should switch.
@@ -2193,7 +2193,7 @@ gtk_places_view_class_init (GtkPlacesViewClass *klass)
G_TYPE_OBJECT,
GTK_TYPE_PLACES_OPEN_FLAGS);
- /**
+ /*
* GtkPlacesView::show-error-message:
* @view: the object which received the signal.
* @primary: primary message with a summary of the error to show.
@@ -2288,7 +2288,7 @@ gtk_places_view_init (GtkPlacesView *self)
gtk_widget_init_template (GTK_WIDGET (self));
}
-/**
+/*
* gtk_places_view_new:
*
* Creates a new #GtkPlacesView widget.
@@ -2307,7 +2307,7 @@ gtk_places_view_new (void)
return g_object_new (GTK_TYPE_PLACES_VIEW, NULL);
}
-/**
+/*
* gtk_places_view_set_open_flags:
* @view: a #GtkPlacesView
* @flags: Bitmask of modes in which the calling application can open locations
@@ -2347,7 +2347,7 @@ gtk_places_view_set_open_flags (GtkPlacesView *view,
}
}
-/**
+/*
* gtk_places_view_get_open_flags:
* @view: a #GtkPlacesSidebar
*
@@ -2369,7 +2369,7 @@ gtk_places_view_get_open_flags (GtkPlacesView *view)
return priv->open_flags;
}
-/**
+/*
* gtk_places_view_get_search_query:
* @view: a #GtkPlacesView
*
@@ -2389,7 +2389,7 @@ gtk_places_view_get_search_query (GtkPlacesView *view)
return priv->search_query;
}
-/**
+/*
* gtk_places_view_set_search_query:
* @view: a #GtkPlacesView
* @query_text: the query, or NULL.
@@ -2419,7 +2419,7 @@ gtk_places_view_set_search_query (GtkPlacesView *view,
}
}
-/**
+/*
* gtk_places_view_get_loading:
* @view: a #GtkPlacesView
*
@@ -2501,7 +2501,7 @@ gtk_places_view_set_fetching_networks (GtkPlacesView *view,
}
}
-/**
+/*
* gtk_places_view_get_local_only:
* @view: a #GtkPlacesView
*
@@ -2524,7 +2524,7 @@ gtk_places_view_get_local_only (GtkPlacesView *view)
return priv->local_only;
}
-/**
+/*
* gtk_places_view_set_local_only:
* @view: a #GtkPlacesView
* @local_only: %TRUE to hide remote locations, %FALSE to show.