summaryrefslogtreecommitdiff
path: root/libqmi-glib/qmi-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libqmi-glib/qmi-client.h')
-rw-r--r--libqmi-glib/qmi-client.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libqmi-glib/qmi-client.h b/libqmi-glib/qmi-client.h
index 4f7a618..d9c5991 100644
--- a/libqmi-glib/qmi-client.h
+++ b/libqmi-glib/qmi-client.h
@@ -50,12 +50,20 @@ typedef struct _QmiClientPrivate QmiClientPrivate;
#define QMI_CLIENT_VERSION_MAJOR "client-version-major"
#define QMI_CLIENT_VERSION_MINOR "client-version-minor"
+/**
+ * QmiClient:
+ *
+ * The #QmiClient structure contains private data and should only be accessed
+ * using the provided API.
+ */
struct _QmiClient {
+ /*< private >*/
GObject parent;
QmiClientPrivate *priv;
};
struct _QmiClientClass {
+ /*< private >*/
GObjectClass parent;
/* Virtual method to get indications processed */