~ubuntu-desktop/unity-lens-files/ubuntu

« back to all changes in this revision

Viewing changes to src/folder.c

  • Committer: Didier Roche
  • Date: 2012-01-12 17:28:26 UTC
  • mfrom: (14.2.190 MASTER)
  • mto: This revision was merged to the branch mainline in revision 149.
  • Revision ID: didier.roche@canonical.com-20120112172826-az8arm5v0nxjgf4o
Tags: upstream-5.0.0
ImportĀ upstreamĀ versionĀ 5.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* folder.c generated by valac 0.14.0, the Vala compiler
 
1
/* folder.c generated by valac 0.15.0, the Vala compiler
2
2
 * generated from folder.vala, do not modify */
3
3
 
4
4
/*
103
103
UnityFilesLensBookmarks* unity_files_lens_bookmarks_new (void);
104
104
UnityFilesLensBookmarks* unity_files_lens_bookmarks_construct (GType object_type);
105
105
static void unity_files_lens_bookmarks_update (UnityFilesLensBookmarks* self);
106
 
static void ___lambda0_ (UnityFilesLensBookmarks* self, GFileMonitor* mon, GFile* file, GFile* other_file, GFileMonitorEvent event_type);
107
 
static void ____lambda0__g_file_monitor_changed (GFileMonitor* _sender, GFile* file, GFile* other_file, GFileMonitorEvent event_type, gpointer self);
 
106
static void ___lambda2_ (UnityFilesLensBookmarks* self, GFileMonitor* mon, GFile* file, GFile* other_file, GFileMonitorEvent event_type);
 
107
static void ____lambda2__g_file_monitor_changed (GFileMonitor* _sender, GFile* file, GFile* other_file, GFileMonitorEvent event_type, gpointer self);
108
108
UnityFilesLensBookmark* unity_files_lens_bookmark_new (const gchar* uri, const gchar* mimetype, const gchar* display_name);
109
109
UnityFilesLensBookmark* unity_files_lens_bookmark_construct (GType object_type, const gchar* uri, const gchar* mimetype, const gchar* display_name);
110
110
static GList* unity_files_lens_bookmarks_filter_bookmarks (UnityFilesLensBookmarks* self, GList* bm_list);
168
168
}
169
169
 
170
170
 
171
 
static void ___lambda0_ (UnityFilesLensBookmarks* self, GFileMonitor* mon, GFile* file, GFile* other_file, GFileMonitorEvent event_type) {
 
171
static void ___lambda2_ (UnityFilesLensBookmarks* self, GFileMonitor* mon, GFile* file, GFile* other_file, GFileMonitorEvent event_type) {
172
172
        g_return_if_fail (mon != NULL);
173
173
        g_return_if_fail (file != NULL);
174
174
        g_debug ("folder.vala:41: Bookmarks changed. Updating.");
177
177
}
178
178
 
179
179
 
180
 
static void ____lambda0__g_file_monitor_changed (GFileMonitor* _sender, GFile* file, GFile* other_file, GFileMonitorEvent event_type, gpointer self) {
181
 
        ___lambda0_ (self, _sender, file, other_file, event_type);
 
180
static void ____lambda2__g_file_monitor_changed (GFileMonitor* _sender, GFile* file, GFile* other_file, GFileMonitorEvent event_type, gpointer self) {
 
181
        ___lambda2_ (self, _sender, file, other_file, event_type);
182
182
}
183
183
 
184
184
 
221
221
                _tmp10_ = self->priv->monitor;
222
222
                g_file_monitor_set_rate_limit (_tmp10_, 2000);
223
223
                _tmp11_ = self->priv->monitor;
224
 
                g_signal_connect_object (_tmp11_, "changed", (GCallback) ____lambda0__g_file_monitor_changed, self, 0);
 
224
                g_signal_connect_object (_tmp11_, "changed", (GCallback) ____lambda2__g_file_monitor_changed, self, 0);
225
225
        }
226
226
        goto __finally6;
227
227
        __catch6_g_error: