summaryrefslogtreecommitdiff
path: root/gio/gdbusserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gdbusserver.h')
-rw-r--r--gio/gdbusserver.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/gio/gdbusserver.h b/gio/gdbusserver.h
index ce4030d01..3b2b4d879 100644
--- a/gio/gdbusserver.h
+++ b/gio/gdbusserver.h
@@ -56,29 +56,6 @@ struct _GDBusServer
GDBusServerPrivate *priv;
};
-/**
- * GDBusServerClass:
- * @new_connection: Signal class handler for the #GDBusServer::new-connection signal.
- *
- * Class structure for #GDBusServer.
- *
- * Since: 2.26
- */
-struct _GDBusServerClass
-{
- /*< private >*/
- GObjectClass parent_class;
-
- /*< public >*/
- /* Signals */
- void (*new_connection) (GDBusServer *server,
- GDBusConnection *connection);
-
- /*< private >*/
- /* Padding for future expansion */
- gpointer padding[16];
-};
-
GType g_dbus_server_get_type (void) G_GNUC_CONST;
GDBusServer *g_dbus_server_new_sync (const gchar *address,
GDBusServerFlags flags,