~ubuntu-branches/ubuntu/utopic/unity-place-files/utopic

« back to all changes in this revision

Viewing changes to src/schemas.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-01-21 14:36:22 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121143622-t53qh2164ajshlxn
Tags: 0.5.34-0ubuntu1
* New upstream release.
  (Not showing yet in the unity interface)
* debian/control:
  - update build-dep requirements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* schemas.c generated by valac, the Vala compiler
 
1
/* schemas.c generated by valac 0.11.3, the Vala compiler
2
2
 * generated from schemas.vala, do not modify */
3
3
 
4
4
/*
93
93
GType unity_files_place_group_get_type (void) G_GNUC_CONST;
94
94
 
95
95
 
96
 
 
97
96
GType unity_files_place_results_column_get_type (void) {
98
97
        static volatile gsize unity_files_place_results_column_type_id__volatile = 0;
99
98
        if (g_once_init_enter (&unity_files_place_results_column_type_id__volatile)) {
155
154
 
156
155
 
157
156
 
158