mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
big header formatting cleanup: indentation, vtable formatting, consistent
2008-09-02 Michael Natterer <mitch@imendio.com> * *.h: big header formatting cleanup: indentation, vtable formatting, consistent spacing in (* vfunc), trailing whitespace removal. Formatting should be pretty consistent in all GIO headers now. svn path=/trunk/; revision=7433
This commit is contained in:
committed by
Michael Natterer
parent
920f3bffb3
commit
f2a2d6c9ac
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user