mainWindow.h--mianwindow.h
[lttv.git] / ltt / branches / poly / include / lttv / gtkdirsel.h
index 6b9318deb780e17bd6b2e9cee89c882e4c6c2f8c..103ced2daf15176a8ea9e3afbd10c979c45d67f0 100644 (file)
@@ -1,3 +1,21 @@
+/* This file is part of the Linux Trace Toolkit viewer
+ * Copyright (C) 2003-2004 Xiangxiu Yang
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation;
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
+ * MA 02111-1307, USA.
+ */
+
 
 #ifndef __GTK_DIR_SEL_H__
 #define __GTK_DIR_SEL_H__
@@ -84,7 +102,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.023035 seconds and 4 git commands to generate.