~stolowski/unity-lens-applications/launcher-item-pos

« back to all changes in this revision

Viewing changes to vapi/unity-package-search.vapi

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-09-02 10:48:11 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: mikkel.kamstrup@gmail.com-20100902104811-l9y3s1xhiw0uord5
Add Vala bindings for unity_package_searcher_new_for_menu() as Searcher.for_menu()

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    public class Searcher {
12
12
      [CCode (cname = "unity_package_searcher_new")]
13
13
      public Searcher ();
 
14
      [CCode (cname = "unity_package_searcher_new_for_menu")]
 
15
      public Searcher.for_menu(GMenu.Tree menu);
14
16
      public SearchResult search (string search_string);
15
17
      
16
18
    }
32
34
            public string icon;
33
35
    }
34
36
  }
35
 
}
 
 
b'\\ No newline at end of file'
 
37
}