~people-project/people-core/deep-refactoring

« back to all changes in this revision

Viewing changes to libs/utils/async-search.vala

  • Committer: Ali Sabil
  • Date: 2008-05-24 18:32:08 UTC
  • Revision ID: ali.sabil@gmail.com-20080524183208-9xk1q0chritc6nyy
- Starting major reorganization of the code

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
using Gee;
24
24
 
25
25
 
26
 
namespace PeopleBackend {
 
26
namespace PeopleUtils {
 
27
 
27
28
        /**
28
29
         * Class representing an asynchronous search, an instance of this class
29
30
         * is returned by asynchronous query methods.