mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Moved all relevant typedefs into these files.
2008-07-01 Cody Russell <bratsche@gnome.org> * gio/gioenums.h: * gio/giotypes.h: Moved all relevant typedefs into these files. * gio/*.[ch]: Updated wrt added files. Split types into separate file for easier maintainership. (#538564) svn path=/trunk/; revision=7127
This commit is contained in:
committed by
Cody Russell
parent
f869b1f693
commit
3d93bf6968
@@ -24,7 +24,6 @@
|
||||
#ifndef __G_UNION_VOLUME_MONITOR_H__
|
||||
#define __G_UNION_VOLUME_MONITOR_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <gio/gvolumemonitor.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
@@ -35,12 +34,11 @@ G_BEGIN_DECLS
|
||||
#define G_IS_UNION_VOLUME_MONITOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_UNION_VOLUME_MONITOR))
|
||||
#define G_IS_UNION_VOLUME_MONITOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_UNION_VOLUME_MONITOR))
|
||||
|
||||
typedef struct _GUnionVolumeMonitor GUnionVolumeMonitor;
|
||||
typedef struct _GUnionVolumeMonitor GUnionVolumeMonitor;
|
||||
typedef struct _GUnionVolumeMonitorClass GUnionVolumeMonitorClass;
|
||||
|
||||
struct _GUnionVolumeMonitorClass {
|
||||
GVolumeMonitorClass parent_class;
|
||||
|
||||
};
|
||||
|
||||
GType _g_union_volume_monitor_get_type (void) G_GNUC_CONST;
|
||||
|
Reference in New Issue
Block a user