mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 12:55:48 +01:00
Remove unused prio/name fields.
2008-01-29 Alexander Larsson <alexl@redhat.com> * gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass): Remove unused prio/name fields. svn path=/trunk/; revision=6415
This commit is contained in:
parent
1efe9d9cd1
commit
a0283fa682
@ -1,3 +1,8 @@
|
|||||||
|
2008-01-29 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass):
|
||||||
|
Remove unused prio/name fields.
|
||||||
|
|
||||||
2008-01-29 Alexander Larsson <alexl@redhat.com>
|
2008-01-29 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gcontenttype.c (looks_like_text):
|
* gcontenttype.c (looks_like_text):
|
||||||
|
@ -24,9 +24,6 @@ struct _GNativeVolumeMonitor {
|
|||||||
struct _GNativeVolumeMonitorClass {
|
struct _GNativeVolumeMonitorClass {
|
||||||
GVolumeMonitorClass parent_class;
|
GVolumeMonitorClass parent_class;
|
||||||
|
|
||||||
int priority;
|
|
||||||
char *name;
|
|
||||||
|
|
||||||
GMount * (*get_mount_for_mount_path) (const char *mount_path,
|
GMount * (*get_mount_for_mount_path) (const char *mount_path,
|
||||||
GCancellable *cancellable);
|
GCancellable *cancellable);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user