Add more docs

svn path=/trunk/; revision=6493
This commit is contained in:
Matthias Clasen
2008-02-11 07:17:48 +00:00
parent 826d8c5b41
commit c8f43a1bb6
3 changed files with 18 additions and 0 deletions

View File

@@ -42,6 +42,12 @@ 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))
/**
* G_VOLUME_MONITOR_EXTENSION_POINT_NAME:
*
* Extension point for volume monitor functionality.
* See <link linkend="gio-extension-points">Extending GIO</link>.
*/
#define G_VOLUME_MONITOR_EXTENSION_POINT_NAME "gio-volume-monitor"
/**