diff options
author | Javier Jardón <jjardon@gnome.org> | 2009-10-14 23:44:59 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2009-12-21 06:34:43 +0100 |
commit | 25e3329215a11190a4846dada95d8fd305ac74f8 (patch) | |
tree | 7c1aeb2aad5122e89f2d30c5ef31d3976427e1ad /gtk/gtkmountoperation.h | |
parent | e62e7f76c91f186054fc5714800f6d0b67c89f65 (diff) | |
download | gtk+-25e3329215a11190a4846dada95d8fd305ac74f8.tar.gz |
Move documentation to inline comments: GtkMountOperation
https://bugzilla.gnome.org/show_bug.cgi?id=597865
Diffstat (limited to 'gtk/gtkmountoperation.h')
-rw-r--r-- | gtk/gtkmountoperation.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkmountoperation.h b/gtk/gtkmountoperation.h index f006082dab..db6e51bba8 100644 --- a/gtk/gtkmountoperation.h +++ b/gtk/gtkmountoperation.h @@ -44,6 +44,11 @@ typedef struct _GtkMountOperation GtkMountOperation; typedef struct _GtkMountOperationClass GtkMountOperationClass; typedef struct _GtkMountOperationPrivate GtkMountOperationPrivate; +/** + * GtkMountOperation: + * + * This should not be accessed directly. Use the accessor functions below. + */ struct _GtkMountOperation { GMountOperation parent_instance; |