summaryrefslogtreecommitdiff
path: root/hal/ghaldrive.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-01-24 14:34:43 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-01-24 14:34:43 +0000
commit0f9b71ba714a05209baba3cad437431530feda06 (patch)
tree3b6d5b05186da13b5f6ad568d7f9aeca7f0bf391 /hal/ghaldrive.h
parent8d2810727cc872acd675c54f649ebac9ea04cf24 (diff)
downloadgvfs-0f9b71ba714a05209baba3cad437431530feda06.tar.gz
Indentation fix
2008-01-24 Alexander Larsson <alexl@redhat.com> * daemon/gvfsdaemon.c: Indentation fix * hal/ghaldrive.[ch]: * hal/hal-device.c: * hal/ghalvolume.c: * hal/ghalmount.c: Clean up coding style * hal/ghalvolumemonitor.[ch]: Clean up coding style Don't show drives if we're ignoring all their volumes (and there are volumes) * hal/hal-pool.c: Clean up coding style Actually look at cap_only. Free private dbus_connection on error svn path=/trunk/; revision=1176
Diffstat (limited to 'hal/ghaldrive.h')
-rw-r--r--hal/ghaldrive.h27
1 files changed, 11 insertions, 16 deletions
diff --git a/hal/ghaldrive.h b/hal/ghaldrive.h
index 90bb5f98..0fb0e536 100644
--- a/hal/ghaldrive.h
+++ b/hal/ghaldrive.h
@@ -46,22 +46,17 @@ struct _GHalDriveClass {
GType g_hal_drive_get_type (void) G_GNUC_CONST;
void g_hal_drive_register (GIOModule *module);
-GHalDrive *g_hal_drive_new (GVolumeMonitor *volume_monitor,
- HalDevice *device,
- HalPool *pool);
-
-gboolean g_hal_drive_has_udi (GHalDrive *drive,
- const char *udi);
-
-void g_hal_drive_set_volume (GHalDrive *drive,
- GHalVolume *volume);
-
-void g_hal_drive_unset_volume (GHalDrive *drive,
- GHalVolume *volume);
-
-void g_hal_drive_disconnected (GHalDrive *drive);
-
-char *_drive_get_icon (HalDevice *d);
+GHalDrive *g_hal_drive_new (GVolumeMonitor *volume_monitor,
+ HalDevice *device,
+ HalPool *pool);
+gboolean g_hal_drive_has_udi (GHalDrive *drive,
+ const char *udi);
+void g_hal_drive_set_volume (GHalDrive *drive,
+ GHalVolume *volume);
+void g_hal_drive_unset_volume (GHalDrive *drive,
+ GHalVolume *volume);
+void g_hal_drive_disconnected (GHalDrive *drive);
+char * _drive_get_icon (HalDevice *d);
G_END_DECLS