summaryrefslogtreecommitdiff
path: root/gio/gnativevolumemonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gnativevolumemonitor.h')
-rw-r--r--gio/gnativevolumemonitor.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/gio/gnativevolumemonitor.h b/gio/gnativevolumemonitor.h
index d6a910556..9c859fef8 100644
--- a/gio/gnativevolumemonitor.h
+++ b/gio/gnativevolumemonitor.h
@@ -16,20 +16,21 @@ G_BEGIN_DECLS
typedef struct _GNativeVolumeMonitor GNativeVolumeMonitor;
typedef struct _GNativeVolumeMonitorClass GNativeVolumeMonitorClass;
-struct _GNativeVolumeMonitor {
+struct _GNativeVolumeMonitor
+{
GVolumeMonitor parent_instance;
};
-struct _GNativeVolumeMonitorClass {
+struct _GNativeVolumeMonitorClass
+{
GVolumeMonitorClass parent_class;
- GMount * (*get_mount_for_mount_path) (const char *mount_path,
- GCancellable *cancellable);
+ GMount * (* get_mount_for_mount_path) (const char *mount_path,
+ GCancellable *cancellable);
};
GType g_native_volume_monitor_get_type (void) G_GNUC_CONST;
-
G_END_DECLS
#endif /* __G_NATIVE_VOLUME_MONITOR_H__ */