summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkmountoperation.h')
-rw-r--r--gtk/gtkmountoperation.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkmountoperation.h b/gtk/gtkmountoperation.h
index 7648300fe5..976cb44bff 100644
--- a/gtk/gtkmountoperation.h
+++ b/gtk/gtkmountoperation.h
@@ -54,10 +54,16 @@ struct _GtkMountOperation
GtkMountOperationPrivate *priv;
};
+/**
+ * GtkMountOperationClass:
+ * @parent_class: The parent class.
+ */
struct _GtkMountOperationClass
{
GMountOperationClass parent_class;
+ /*< private >*/
+
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);