changeset 30724:bb7e8e98bdb1

Deprecate pidgin_check_if_dir, which is no longer used since 2.7.0 dropped support for older GTK+.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 25 Jul 2010 23:33:46 +0000
parents 9e42b9ea8fd3
children b6c3000eec60
files ChangeLog.API pidgin/gtkutils.h
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog.API	Sun Jul 25 22:22:29 2010 +0000
+++ b/ChangeLog.API	Sun Jul 25 23:33:46 2010 +0000
@@ -18,6 +18,9 @@
 		  the visibility of the entries in the 'lean' view
 		  (the default toolbar view).
 
+		Deprecated:
+		* pidgin_check_if_dir
+
 	libgnt:
 		Added:
 		* gnt_tree_row_get_key, gnt_tree_row_get_next,
--- a/pidgin/gtkutils.h	Sun Jul 25 22:22:29 2010 +0000
+++ b/pidgin/gtkutils.h	Sun Jul 25 23:33:46 2010 +0000
@@ -410,6 +410,9 @@
  * @param filesel The file selection window.
  *
  * @return TRUE if given path is a directory, FALSE otherwise.
+ * @deprecated Pidgin no longer uses GtkFileSelection internally. It has also
+ *             been deprecated by GTK+. Use GtkFileChooser instead and ignore
+ *             this function.
  */
 gboolean pidgin_check_if_dir(const char *path, GtkFileSelection *filesel);