~unity-team/unity-lens-applications/trunk

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2012-09-18 14:27:16 UTC
  • mfrom: (297.1.11 results-ribbons)
  • Revision ID: tarmac-20120918142716-sn2w611xnx0o5mgp
Implemented price ribbons for Application Lens search results.. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Neil J. Patel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        gchar    *application_name;
47
47
        gchar    *desktop_file;
48
48
        gchar    *icon;
 
49
        gchar    *price;
 
50
        gboolean  needs_purchase;
49
51
        gint      relevancy;
50
52
} UnityPackageInfo;
51
53
 
82
84
 
83
85
void                      unity_package_package_info_free (UnityPackageInfo *pkginfo);
84
86
 
 
87
UnityPackageSearchResult* unity_package_searcher_get_by_exact_names (UnityPackageSearcher *searcher, GSList *names);
 
88
 
85
89
UnityPackageInfo*         unity_package_searcher_get_by_desktop_file (UnityPackageSearcher *searcher, const gchar *desktop_file);
86
90
 
87
91
#ifdef __cplusplus