Add registration hooks for extension points. Register the gio extension
[platform/upstream/glib.git] / gio / gvolumemonitor.h
index 45fb6b7..bfc21b8 100644 (file)
@@ -42,6 +42,8 @@ G_BEGIN_DECLS
 #define G_IS_VOLUME_MONITOR(o)        (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_VOLUME_MONITOR))
 #define G_IS_VOLUME_MONITOR_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_VOLUME_MONITOR))
 
+#define G_VOLUME_MONITOR_EXTENSION_POINT_NAME "gio-volume-monitor"
+
 /**
  * GVolumeMonitor:
  * @parent_instance: The parent instance.