~mhr3/unity-lens-applications/no-commands-icon

« back to all changes in this revision

Viewing changes to src/unity-package-search.h

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2012-10-15 10:25:16 UTC
  • mfrom: (309.1.34 unit-test-cleanup)
  • Revision ID: tarmac-20121015102516-xvf2v96oavp6m1xn
Refactored code a bit to make it easier for unit testing. Implemented some unit tests.. Fixes: . Approved by Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
                                                           AppFilterCallback    cb,
81
81
                                                           gpointer data);
82
82
 
 
83
UnityPackageSearchResult* unity_package_search_result_new ();
83
84
void                      unity_package_search_result_free (UnityPackageSearchResult *result);
84
85
 
85
 
void                      unity_package_package_info_free (UnityPackageInfo *pkginfo);
 
86
UnityPackageInfo*         unity_package_package_info_new ();
 
87
void                      unity_package_package_info_free (gpointer pkg);
86
88
 
87
89
UnityPackageSearchResult* unity_package_searcher_get_by_exact_names (UnityPackageSearcher *searcher, GSList *names);
88
90