summaryrefslogtreecommitdiff
path: root/libupower-glib/up-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libupower-glib/up-client.h')
-rw-r--r--libupower-glib/up-client.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libupower-glib/up-client.h b/libupower-glib/up-client.h
index 2342a48..0180dd4 100644
--- a/libupower-glib/up-client.h
+++ b/libupower-glib/up-client.h
@@ -44,15 +44,15 @@ G_BEGIN_DECLS
typedef struct _UpClientPrivate UpClientPrivate;
-typedef struct
-{
+typedef struct {
GObject parent;
UpClientPrivate *priv;
} UpClient;
-typedef struct
-{
+typedef struct {
+ /*< private >*/
GObjectClass parent_class;
+ /*< public >*/
void (*device_added) (UpClient *client,
UpDevice *device);
void (*device_removed) (UpClient *client,