~allanlesage/ubuntu/raring/glib2.0/enable-gcov

« back to all changes in this revision

Viewing changes to gio/glocaldirectorymonitor.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-02-07 11:27:42 UTC
  • mfrom: (1.63.15)
  • Revision ID: package-import@ubuntu.com-20130207112742-c7tk4hqwel9jefhq
Tags: 2.35.7-0ubuntu1
* New upstream release
* Refresh patches
* 08_fix_closure_invalidation.patch,
  git_ignore_fstab_bind_mount.patch,
  git_tz_double_unref.patch,
  git_gfile_completion_error.patch
  git_fix_gvariant_tuple_checking.patch: Drop, appiled upstream
* revert_btrfs_ioctl_support.patch: Drop, problem that prompted this revert
  is fixed in this release.
* Add new symbols introduced in this release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#define G_IS_LOCAL_DIRECTORY_MONITOR_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_LOCAL_DIRECTORY_MONITOR))
37
37
 
38
38
#define G_LOCAL_DIRECTORY_MONITOR_EXTENSION_POINT_NAME "gio-local-directory-monitor"
 
39
#define G_NFS_DIRECTORY_MONITOR_EXTENSION_POINT_NAME   "gio-nfs-directory-monitor"
39
40
 
40
41
typedef struct _GLocalDirectoryMonitor      GLocalDirectoryMonitor;
41
42
typedef struct _GLocalDirectoryMonitorClass GLocalDirectoryMonitorClass;
67
68
 
68
69
GFileMonitor * _g_local_directory_monitor_new      (const char         *dirname,
69
70
                                                    GFileMonitorFlags   flags,
 
71
                                                    gboolean            is_remote_fs,
70
72
                                                    GError            **error);
71
73
 
72
74
G_END_DECLS