Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/gvolumemonitor.h>
Go to the source code of this file.
Data Structures | |
struct | _GNativeVolumeMonitor |
struct | _GNativeVolumeMonitorClass |
Macros | |
#define | G_TYPE_NATIVE_VOLUME_MONITOR (g_native_volume_monitor_get_type ()) |
#define | G_NATIVE_VOLUME_MONITOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_NATIVE_VOLUME_MONITOR, GNativeVolumeMonitor)) |
#define | G_NATIVE_VOLUME_MONITOR_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_NATIVE_VOLUME_MONITOR, GNativeVolumeMonitorClass)) |
#define | G_IS_NATIVE_VOLUME_MONITOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_NATIVE_VOLUME_MONITOR)) |
#define | G_IS_NATIVE_VOLUME_MONITOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_NATIVE_VOLUME_MONITOR)) |
#define | G_NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME "gio-native-volume-monitor" |
Typedefs | |
typedef struct _GNativeVolumeMonitor | GNativeVolumeMonitor |
typedef struct _GNativeVolumeMonitorClass | GNativeVolumeMonitorClass |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_native_volume_monitor_get_type (void) G_GNUC_CONST |
#define G_IS_NATIVE_VOLUME_MONITOR | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_NATIVE_VOLUME_MONITOR)) |
Definition at line 37 of file gnativevolumemonitor.h.
#define G_IS_NATIVE_VOLUME_MONITOR_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_NATIVE_VOLUME_MONITOR)) |
Definition at line 38 of file gnativevolumemonitor.h.
#define G_NATIVE_VOLUME_MONITOR | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_NATIVE_VOLUME_MONITOR, GNativeVolumeMonitor)) |
Definition at line 35 of file gnativevolumemonitor.h.
#define G_NATIVE_VOLUME_MONITOR_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_NATIVE_VOLUME_MONITOR, GNativeVolumeMonitorClass)) |
Definition at line 36 of file gnativevolumemonitor.h.
#define G_NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME "gio-native-volume-monitor" |
Definition at line 40 of file gnativevolumemonitor.h.
#define G_TYPE_NATIVE_VOLUME_MONITOR (g_native_volume_monitor_get_type ()) |
Definition at line 34 of file gnativevolumemonitor.h.
typedef struct _GNativeVolumeMonitor GNativeVolumeMonitor |
Definition at line 42 of file gnativevolumemonitor.h.
typedef struct _GNativeVolumeMonitorClass GNativeVolumeMonitorClass |
Definition at line 43 of file gnativevolumemonitor.h.
GIO_AVAILABLE_IN_ALL GType g_native_volume_monitor_get_type | ( | void | ) |