Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gnativevolumemonitor.h File Reference

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
 

Macro Definition Documentation

◆ G_IS_NATIVE_VOLUME_MONITOR

#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.

◆ G_IS_NATIVE_VOLUME_MONITOR_CLASS

#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.

◆ G_NATIVE_VOLUME_MONITOR

#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.

◆ G_NATIVE_VOLUME_MONITOR_CLASS

#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.

◆ G_NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME

#define G_NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME   "gio-native-volume-monitor"

Definition at line 40 of file gnativevolumemonitor.h.

◆ G_TYPE_NATIVE_VOLUME_MONITOR

#define G_TYPE_NATIVE_VOLUME_MONITOR   (g_native_volume_monitor_get_type ())

Definition at line 34 of file gnativevolumemonitor.h.

Typedef Documentation

◆ GNativeVolumeMonitor

Definition at line 42 of file gnativevolumemonitor.h.

◆ GNativeVolumeMonitorClass

Function Documentation

◆ g_native_volume_monitor_get_type()

GIO_AVAILABLE_IN_ALL GType g_native_volume_monitor_get_type ( void )