gtk: Put private functions in headers and include those
This is part of a bunch of fixes for gcc complaining about -Wmissing-declarations. It puts functions into headers and includes those headers both where the functions are defined and where they function are used.
This commit is contained in:
@ -33,6 +33,8 @@ typedef struct _GtkFileChooserDefault GtkFileChooserDefault;
|
||||
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
|
||||
|
||||
#endif /* __GTK_FILE_CHOOSER_DEFAULT_H__ */
|
||||
|
||||
Reference in New Issue
Block a user