comparison gtk/gtkutils.h @ 15258:cfdd47296dbc

[gaim-migrate @ 18048] Fixes for compiling and running with Gtk 2.0 ! committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 22 Dec 2006 19:15:38 +0000
parents 30932055bb7c
children ca7cc867fa58
comparison
equal deleted inserted replaced
15257:b380e326d602 15258:cfdd47296dbc
531 * 531 *
532 */ 532 */
533 gboolean gaim_gtk_tree_view_search_equal_func(GtkTreeModel *model, gint column, 533 gboolean gaim_gtk_tree_view_search_equal_func(GtkTreeModel *model, gint column,
534 const gchar *key, GtkTreeIter *iter, gpointer data); 534 const gchar *key, GtkTreeIter *iter, gpointer data);
535 535
536 #if !GTK_CHECK_VERSION(2,2,0)
537 /**
538 * This is copied from Gtk to support Gtk 2.0
539 *
540 * Creates a new path with @first_index and @varargs as indices.
541 *
542 * @param first_index first integer
543 * @param varargs list of integers terminated by -1
544 *
545 * @return A newly created GtkTreePath.
546 *
547 */
548 GtkTreePath *gtk_tree_path_new_from_indices (gint first_index, ...);
549 #endif
550
536 #endif /* _GAIM_GTKUTILS_H_ */ 551 #endif /* _GAIM_GTKUTILS_H_ */
537 552