summaryrefslogtreecommitdiff
path: root/src/nautilus-x-content-bar.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-05-20 09:59:49 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-05-21 14:20:46 -0400
commitdde03f7e18f5ea4c949e920c1e746d948a6e0a94 (patch)
tree8b1d63d0dc8d5e88b525d08908b07b02f39b0d7f /src/nautilus-x-content-bar.h
parentb4cc3e46ce09b1f8d4fc535a9b9bb6c3fb273c0a (diff)
downloadnautilus-dde03f7e18f5ea4c949e920c1e746d948a6e0a94.tar.gz
Only place one x-content-bar at a time
https://bugzilla.gnome.org/show_bug.cgi?id=676120
Diffstat (limited to 'src/nautilus-x-content-bar.h')
-rw-r--r--src/nautilus-x-content-bar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-x-content-bar.h b/src/nautilus-x-content-bar.h
index c266de4ed..0bbfafed8 100644
--- a/src/nautilus-x-content-bar.h
+++ b/src/nautilus-x-content-bar.h
@@ -53,8 +53,8 @@ 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_type);
+GtkWidget *nautilus_x_content_bar_new (GMount *mount,
+ const char **x_content_types);
G_END_DECLS