summaryrefslogtreecommitdiff
path: root/src/x-server-local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x-server-local.h')
-rw-r--r--src/x-server-local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/x-server-local.h b/src/x-server-local.h
index b6a2b409..c1714585 100644
--- a/src/x-server-local.h
+++ b/src/x-server-local.h
@@ -40,6 +40,8 @@ typedef struct
gboolean (*start)(DisplayServer *server);
} XServerLocalClass;
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (XServerLocal, g_object_unref)
+
const gchar *x_server_local_get_version (void);
gint x_server_local_version_compare (guint major, guint minor);