warning fix
[lttv.git] / ltt / branches / poly / include / lttv / gtkdirsel.h
index 6b9318deb780e17bd6b2e9cee89c882e4c6c2f8c..4c820c448d7eee02c41c1b56df0602d6fd17a0ee 100644 (file)
@@ -84,7 +84,7 @@ void       gtk_dir_selection_show_fileop_buttons (GtkDirSelection *filesel);
 void       gtk_dir_selection_hide_fileop_buttons (GtkDirSelection *filesel);
 
 gchar**    gtk_dir_selection_get_selections      (GtkDirSelection *filesel);
-gchar *    gtk_dir_selection_get_dir (GtkDirSelection *filesel);
+const gchar *    gtk_dir_selection_get_dir (GtkDirSelection *filesel);
 void       gtk_dir_selection_set_select_multiple (GtkDirSelection *filesel,
                                                   gboolean          select_multiple);
 gboolean   gtk_dir_selection_get_select_multiple (GtkDirSelection *filesel);
This page took 0.023546 seconds and 4 git commands to generate.