X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fgtkdirsel.h;h=4c820c448d7eee02c41c1b56df0602d6fd17a0ee;hb=b6374ffa885352d25b2bf20233b7e8a5daf15552;hp=6b9318deb780e17bd6b2e9cee89c882e4c6c2f8c;hpb=fc188b78164da3123cd707a4f52393aed8e15835;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/gtkdirsel.h b/ltt/branches/poly/include/lttv/gtkdirsel.h index 6b9318de..4c820c44 100644 --- a/ltt/branches/poly/include/lttv/gtkdirsel.h +++ b/ltt/branches/poly/include/lttv/gtkdirsel.h @@ -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);