comparison pidgin/plugins/xmppconsole.c @ 18058:4ca97b26a8fb

Mark the return type const for the following functions. I noticed this while fixing some DBus stuff which I'll commit shortly. * purple_accounts_get_all * purple_connections_get_all * purple_connections_get_connecting * purple_conv_chat_get_ignored * purple_conv_chat_get_users * purple_get_chats * purple_get_conversations * purple_get_ims * purple_notify_user_info_get_entries References #1344
author Richard Laager <rlaager@wiktel.com>
date Thu, 07 Jun 2007 04:22:42 +0000
parents 2a6fb7c6d030
children 926ccb104da0
comparison
equal deleted inserted replaced
18057:23b03396e71e 18058:4ca97b26a8fb
729 GtkWidget *vbox = gtk_vbox_new(FALSE, 6); 729 GtkWidget *vbox = gtk_vbox_new(FALSE, 6);
730 GtkWidget *sw = gtk_scrolled_window_new(NULL, NULL); 730 GtkWidget *sw = gtk_scrolled_window_new(NULL, NULL);
731 GtkWidget *label; 731 GtkWidget *label;
732 GtkTextBuffer *buffer; 732 GtkTextBuffer *buffer;
733 GtkWidget *toolbar; 733 GtkWidget *toolbar;
734 GList *connections; 734 const GList *connections;
735 #if GTK_CHECK_VERSION(2,4,0) 735 #if GTK_CHECK_VERSION(2,4,0)
736 GtkToolItem *button; 736 GtkToolItem *button;
737 #endif 737 #endif
738 738
739 if (console) { 739 if (console) {