]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserutils.h
GtkTextView: don't popdown a bubble if we don't have one
[~andy/gtk] / gtk / gtkfilechooserutils.h
index 8b80ab66f952653c33d02bbd02b6ddf3b955983c..ad9ef364b51eed0a0d8000cf9d28a8549ed1627f 100644 (file)
@@ -14,9 +14,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_UTILS_H__
@@ -52,6 +50,10 @@ void _gtk_file_chooser_set_delegate        (GtkFileChooser *receiver,
 
 GQuark _gtk_file_chooser_delegate_get_quark (void) G_GNUC_CONST;
 
+GList *_gtk_file_chooser_extract_recent_folders (GList *infos);
+
+GSettings *_gtk_file_chooser_get_settings_for_widget (GtkWidget *widget);
+
 G_END_DECLS
 
 #endif /* __GTK_FILE_CHOOSER_UTILS_H__ */