mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
Rename all visibility macros
This commit is contained in:
@@ -40,7 +40,7 @@ G_BEGIN_DECLS
|
||||
#define G_MEMORY_MONITOR_EXTENSION_POINT_NAME "gio-memory-monitor"
|
||||
|
||||
#define G_TYPE_MEMORY_MONITOR (g_memory_monitor_get_type ())
|
||||
GLIB_AVAILABLE_IN_2_64
|
||||
GIO_AVAILABLE_IN_2_64
|
||||
G_DECLARE_INTERFACE(GMemoryMonitor, g_memory_monitor, g, memory_monitor, GObject)
|
||||
|
||||
#define G_MEMORY_MONITOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_MEMORY_MONITOR, GMemoryMonitor))
|
||||
@@ -56,7 +56,7 @@ struct _GMemoryMonitorInterface {
|
||||
GMemoryMonitorWarningLevel level);
|
||||
};
|
||||
|
||||
GLIB_AVAILABLE_IN_2_64
|
||||
GIO_AVAILABLE_IN_2_64
|
||||
GMemoryMonitor *g_memory_monitor_dup_default (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
Reference in New Issue
Block a user