summaryrefslogtreecommitdiff
path: root/src/nautilus-x-content-bar.h
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-03-09 17:48:24 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-03-10 18:15:38 +0100
commitd41f6bbba4c6affa2bae05ae424ea2c77f9278a0 (patch)
tree2fc49c704a268f35372984d6a38b84d1f1d7b093 /src/nautilus-x-content-bar.h
parente1b7496218e1847d637ec385d2c6d973109ccbbe (diff)
downloadnautilus-d41f6bbba4c6affa2bae05ae424ea2c77f9278a0.tar.gz
content-bar: use const type for content types
This fixes warnings.
Diffstat (limited to 'src/nautilus-x-content-bar.h')
-rw-r--r--src/nautilus-x-content-bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-x-content-bar.h b/src/nautilus-x-content-bar.h
index 4b0d7e674..9065e5119 100644
--- a/src/nautilus-x-content-bar.h
+++ b/src/nautilus-x-content-bar.h
@@ -53,7 +53,7 @@ typedef struct
GType nautilus_x_content_bar_get_type (void) G_GNUC_CONST;
GtkWidget *nautilus_x_content_bar_new (GMount *mount,
- const char **x_content_types);
+ const char * const* x_content_types);
G_END_DECLS