]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserdefault.h
filechooserbutton: In SELECT_FOLDER, when the selection is empty, show (None) in...
[~andy/gtk] / gtk / gtkfilechooserdefault.h
index 785b896f18e9c82dcc16ab34b9a1330e1032719f..3c90de2100a5742c4047585fceba396891bdc970 100644 (file)
@@ -13,9 +13,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_FILE_CHOOSER_DEFAULT_H__
@@ -32,8 +30,10 @@ G_BEGIN_DECLS
 
 typedef struct _GtkFileChooserDefault      GtkFileChooserDefault;
 
-GType      _gtk_file_chooser_default_get_type (void);
-GtkWidget *_gtk_file_chooser_default_new      (GtkFileSystem *file_system);
+GType      _gtk_file_chooser_default_get_type (void) G_GNUC_CONST;
+GtkWidget *_gtk_file_chooser_default_new      (void);
+
+gchar *    _gtk_file_chooser_label_for_file   (GFile *file);
 
 G_END_DECLS