Make this return a GPtrArray rather than a GList.
authorDan Winship <danw@src.gnome.org>
Fri, 7 Jul 2000 21:13:41 +0000 (21:13 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 7 Jul 2000 21:13:41 +0000 (21:13 +0000)
commite38ad18334dd5badb154c75a1712690ec4a14d47
treedcca089a656f30ff8e3507baabfdb58f38fb5aca
parent738be807224e67c72cf51a1264bc4e46d2b4d8b9
Make this return a GPtrArray rather than a GList.

* camel-folder.c (camel_folder_search_by_expression): Make this
return a GPtrArray rather than a GList.

* camel-folder-search.c (camel_folder_search_execute_expression):
* providers/imap/camel-imap-folder.c (imap_search_by_expression):
* providers/mbox/camel-mbox-folder.c (mbox_search_by_expression):
* providers/nntp/camel-nntp-folder.c (nntp_search_by_expression):
Update to return a GPtrArray rather than a GList.
camel/ChangeLog
camel/camel-folder-search.c
camel/camel-folder-search.h
camel/camel-folder.c
camel/camel-folder.h
camel/providers/imap/camel-imap-folder.c
camel/providers/mbox/camel-mbox-folder.c
camel/providers/nntp/camel-nntp-folder.c