Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/giotypes.h>
Go to the source code of this file.
Data Structures | |
struct | _GMemoryMonitorInterface |
Macros | |
#define | G_MEMORY_MONITOR_EXTENSION_POINT_NAME "gio-memory-monitor" |
#define | G_TYPE_MEMORY_MONITOR (g_memory_monitor_get_type ()) |
#define | G_MEMORY_MONITOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_MEMORY_MONITOR, GMemoryMonitor)) |
#define | G_IS_MEMORY_MONITOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_MEMORY_MONITOR)) |
#define | G_MEMORY_MONITOR_GET_INTERFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), G_TYPE_MEMORY_MONITOR, GMemoryMonitorInterface)) |
Functions | |
GIO_AVAILABLE_IN_2_64 GMemoryMonitor * | g_memory_monitor_dup_default (void) |
#define G_IS_MEMORY_MONITOR | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_MEMORY_MONITOR)) |
Definition at line 47 of file gmemorymonitor.h.
#define G_MEMORY_MONITOR | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_MEMORY_MONITOR, GMemoryMonitor)) |
Definition at line 46 of file gmemorymonitor.h.
#define G_MEMORY_MONITOR_EXTENSION_POINT_NAME "gio-memory-monitor" |
G_MEMORY_MONITOR_EXTENSION_POINT_NAME:
Extension point for memory usage monitoring functionality. See [Extending GIO][extending-gio].
Since: 2.64
Definition at line 40 of file gmemorymonitor.h.
#define G_MEMORY_MONITOR_GET_INTERFACE | ( | o | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((o), G_TYPE_MEMORY_MONITOR, GMemoryMonitorInterface)) |
Definition at line 48 of file gmemorymonitor.h.
#define G_TYPE_MEMORY_MONITOR (g_memory_monitor_get_type ()) |
Definition at line 42 of file gmemorymonitor.h.
GIO_AVAILABLE_IN_2_64 GMemoryMonitor * g_memory_monitor_dup_default | ( | void | ) |