pidgin: f325010b: Deprecate pidgin_check_if_dir, which is ...
qulogic at pidgin.im
qulogic at pidgin.im
Mon Jul 26 02:01:39 EDT 2010
----------------------------------------------------------------------
Revision: f325010b914ef4f3e5862018f5674e74fa7b1549
Parent: 851f8107a6f69c4cc8595dafa8763a3be3fb3fa7
Author: qulogic at pidgin.im
Date: 07/25/10 19:33:46
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/f325010b914ef4f3e5862018f5674e74fa7b1549
Changelog:
Deprecate pidgin_check_if_dir, which is no longer used since 2.7.0
dropped support for older GTK+.
Changes against parent 851f8107a6f69c4cc8595dafa8763a3be3fb3fa7
patched ChangeLog.API
patched pidgin/gtkutils.h
-------------- next part --------------
============================================================
--- pidgin/gtkutils.h 6edab51a638a13f1838a4ec6b6adf63754993191
+++ pidgin/gtkutils.h 622c8befaba979c4c1b2bb02cc8a514962beaff5
@@ -410,6 +410,9 @@ void pidgin_setup_screenname_autocomplet
* @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);
============================================================
--- ChangeLog.API a8995087a82843230863f21031c8e29aea83b0db
+++ ChangeLog.API 357810e02f70044207ab6d1d53a5f24a9c9ddd02
@@ -18,6 +18,9 @@ version 2.7.3 (??/??/????):
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,
More information about the Commits
mailing list