fix previous commit (forgot to escape newline), regenerate hostnamed with proper...
[systembsd.git] / src / interfaces / hostnamed / hostnamed-gen.c
index 20c1d42391805bd641a7774f3cfab294394ce813..030277fb0eb6e78d2fbc074aeb884e57fac30be7 100644 (file)
@@ -149,3968 +149,576 @@ _g_value_equal (const GValue *a, const GValue *b)
 }
 
 /* ------------------------------------------------------------------------
- * Code for interface org.freedesktop.DBus.Peer
+ * Code for interface org.freedesktop.hostname1
  * ------------------------------------------------------------------------
  */
 
 /**
- * SECTION:DBusPeer
- * @title: DBusPeer
- * @short_description: Generated C code for the org.freedesktop.DBus.Peer D-Bus interface
+ * SECTION:hostnamedHostname1
+ * @title: hostnamedHostname1
+ * @short_description: Generated C code for the org.freedesktop.hostname1 D-Bus interface
  *
- * This section contains code for working with the <link linkend="gdbus-interface-org-freedesktop-DBus-Peer.top_of_page">org.freedesktop.DBus.Peer</link> D-Bus interface in C.
+ * This section contains code for working with the <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link> D-Bus interface in C.
  */
 
-/* ---- Introspection data for org.freedesktop.DBus.Peer ---- */
+/* ---- Introspection data for org.freedesktop.hostname1 ---- */
 
-static const _ExtendedGDBusMethodInfo _dbus_peer_method_info_ping =
+static const _ExtendedGDBusArgInfo _hostnamed_hostname1_method_info_set_hostname_IN_ARG_unnamed_arg0 =
 {
   {
     -1,
-    (gchar *) "Ping",
-    NULL,
-    NULL,
+    (gchar *) "unnamed_arg0",
+    (gchar *) "s",
     NULL
   },
-  "handle-ping",
   FALSE
 };
 
-static const _ExtendedGDBusArgInfo _dbus_peer_method_info_get_machine_id_OUT_ARG_machine_uuid =
+static const _ExtendedGDBusArgInfo _hostnamed_hostname1_method_info_set_hostname_IN_ARG_unnamed_arg1 =
 {
   {
     -1,
-    (gchar *) "machine_uuid",
-    (gchar *) "s",
+    (gchar *) "unnamed_arg1",
+    (gchar *) "b",
     NULL
   },
   FALSE
 };
 
-static const _ExtendedGDBusArgInfo * const _dbus_peer_method_info_get_machine_id_OUT_ARG_pointers[] =
+static const _ExtendedGDBusArgInfo * const _hostnamed_hostname1_method_info_set_hostname_IN_ARG_pointers[] =
 {
-  &_dbus_peer_method_info_get_machine_id_OUT_ARG_machine_uuid,
+  &_hostnamed_hostname1_method_info_set_hostname_IN_ARG_unnamed_arg0,
+  &_hostnamed_hostname1_method_info_set_hostname_IN_ARG_unnamed_arg1,
   NULL
 };
 
-static const _ExtendedGDBusMethodInfo _dbus_peer_method_info_get_machine_id =
+static const _ExtendedGDBusMethodInfo _hostnamed_hostname1_method_info_set_hostname =
 {
   {
     -1,
-    (gchar *) "GetMachineId",
+    (gchar *) "SetHostname",
+    (GDBusArgInfo **) &_hostnamed_hostname1_method_info_set_hostname_IN_ARG_pointers,
     NULL,
-    (GDBusArgInfo **) &_dbus_peer_method_info_get_machine_id_OUT_ARG_pointers,
     NULL
   },
-  "handle-get-machine-id",
+  "handle-set-hostname",
   FALSE
 };
 
-static const _ExtendedGDBusMethodInfo * const _dbus_peer_method_info_pointers[] =
+static const _ExtendedGDBusArgInfo _hostnamed_hostname1_method_info_set_static_hostname_IN_ARG_unnamed_arg0 =
 {
-  &_dbus_peer_method_info_ping,
-  &_dbus_peer_method_info_get_machine_id,
-  NULL
+  {
+    -1,
+    (gchar *) "unnamed_arg0",
+    (gchar *) "s",
+    NULL
+  },
+  FALSE
 };
 
-static const _ExtendedGDBusInterfaceInfo _dbus_peer_interface_info =
+static const _ExtendedGDBusArgInfo _hostnamed_hostname1_method_info_set_static_hostname_IN_ARG_unnamed_arg1 =
 {
   {
     -1,
-    (gchar *) "org.freedesktop.DBus.Peer",
-    (GDBusMethodInfo **) &_dbus_peer_method_info_pointers,
-    NULL,
-    NULL,
+    (gchar *) "unnamed_arg1",
+    (gchar *) "b",
     NULL
   },
-  "dbus-peer",
+  FALSE
 };
 
+static const _ExtendedGDBusArgInfo * const _hostnamed_hostname1_method_info_set_static_hostname_IN_ARG_pointers[] =
+{
+  &_hostnamed_hostname1_method_info_set_static_hostname_IN_ARG_unnamed_arg0,
+  &_hostnamed_hostname1_method_info_set_static_hostname_IN_ARG_unnamed_arg1,
+  NULL
+};
 
-/**
- * dbus_peer_interface_info:
- *
- * Gets a machine-readable description of the <link linkend="gdbus-interface-org-freedesktop-DBus-Peer.top_of_page">org.freedesktop.DBus.Peer</link> D-Bus interface.
- *
- * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.
- */
-GDBusInterfaceInfo *
-dbus_peer_interface_info (void)
+static const _ExtendedGDBusMethodInfo _hostnamed_hostname1_method_info_set_static_hostname =
 {
-  return (GDBusInterfaceInfo *) &_dbus_peer_interface_info.parent_struct;
-}
+  {
+    -1,
+    (gchar *) "SetStaticHostname",
+    (GDBusArgInfo **) &_hostnamed_hostname1_method_info_set_static_hostname_IN_ARG_pointers,
+    NULL,
+    NULL
+  },
+  "handle-set-static-hostname",
+  FALSE
+};
 
-/**
- * dbus_peer_override_properties:
- * @klass: The class structure for a #GObject<!-- -->-derived class.
- * @property_id_begin: The property id to assign to the first overridden property.
- *
- * Overrides all #GObject properties in the #DBusPeer interface for a concrete class.
- * The properties are overridden in the order they are defined.
- *
- * Returns: The last property id.
- */
-guint
-dbus_peer_override_properties (GObjectClass *klass, guint property_id_begin)
+static const _ExtendedGDBusArgInfo _hostnamed_hostname1_method_info_set_pretty_hostname_IN_ARG_unnamed_arg0 =
 {
-  return property_id_begin - 1;
-}
+  {
+    -1,
+    (gchar *) "unnamed_arg0",
+    (gchar *) "s",
+    NULL
+  },
+  FALSE
+};
 
+static const _ExtendedGDBusArgInfo _hostnamed_hostname1_method_info_set_pretty_hostname_IN_ARG_unnamed_arg1 =
+{
+  {
+    -1,
+    (gchar *) "unnamed_arg1",
+    (gchar *) "b",
+    NULL
+  },
+  FALSE
+};
 
+static const _ExtendedGDBusArgInfo * const _hostnamed_hostname1_method_info_set_pretty_hostname_IN_ARG_pointers[] =
+{
+  &_hostnamed_hostname1_method_info_set_pretty_hostname_IN_ARG_unnamed_arg0,
+  &_hostnamed_hostname1_method_info_set_pretty_hostname_IN_ARG_unnamed_arg1,
+  NULL
+};
 
-/**
- * DBusPeer:
- *
- * Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Peer.top_of_page">org.freedesktop.DBus.Peer</link>.
- */
+static const _ExtendedGDBusMethodInfo _hostnamed_hostname1_method_info_set_pretty_hostname =
+{
+  {
+    -1,
+    (gchar *) "SetPrettyHostname",
+    (GDBusArgInfo **) &_hostnamed_hostname1_method_info_set_pretty_hostname_IN_ARG_pointers,
+    NULL,
+    NULL
+  },
+  "handle-set-pretty-hostname",
+  FALSE
+};
 
-/**
- * DBusPeerIface:
- * @parent_iface: The parent interface.
- * @handle_get_machine_id: Handler for the #DBusPeer::handle-get-machine-id signal.
- * @handle_ping: Handler for the #DBusPeer::handle-ping signal.
- *
- * Virtual table for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Peer.top_of_page">org.freedesktop.DBus.Peer</link>.
- */
+static const _ExtendedGDBusArgInfo _hostnamed_hostname1_method_info_set_icon_name_IN_ARG_unnamed_arg0 =
+{
+  {
+    -1,
+    (gchar *) "unnamed_arg0",
+    (gchar *) "s",
+    NULL
+  },
+  FALSE
+};
 
-typedef DBusPeerIface DBusPeerInterface;
-G_DEFINE_INTERFACE (DBusPeer, dbus_peer, G_TYPE_OBJECT);
+static const _ExtendedGDBusArgInfo _hostnamed_hostname1_method_info_set_icon_name_IN_ARG_unnamed_arg1 =
+{
+  {
+    -1,
+    (gchar *) "unnamed_arg1",
+    (gchar *) "b",
+    NULL
+  },
+  FALSE
+};
 
-static void
-dbus_peer_default_init (DBusPeerIface *iface)
+static const _ExtendedGDBusArgInfo * const _hostnamed_hostname1_method_info_set_icon_name_IN_ARG_pointers[] =
 {
-  /* GObject signals for incoming D-Bus method calls: */
-  /**
-   * DBusPeer::handle-ping:
-   * @object: A #DBusPeer.
-   * @invocation: A #GDBusMethodInvocation.
-   *
-   * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-DBus-Peer.Ping">Ping()</link> D-Bus method.
-   *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_peer_complete_ping() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
-   *
-   * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
-   */
-  g_signal_new ("handle-ping",
-    G_TYPE_FROM_INTERFACE (iface),
-    G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (DBusPeerIface, handle_ping),
-    g_signal_accumulator_true_handled,
-    NULL,
-    g_cclosure_marshal_generic,
-    G_TYPE_BOOLEAN,
-    1,
-    G_TYPE_DBUS_METHOD_INVOCATION);
+  &_hostnamed_hostname1_method_info_set_icon_name_IN_ARG_unnamed_arg0,
+  &_hostnamed_hostname1_method_info_set_icon_name_IN_ARG_unnamed_arg1,
+  NULL
+};
 
-  /**
-   * DBusPeer::handle-get-machine-id:
-   * @object: A #DBusPeer.
-   * @invocation: A #GDBusMethodInvocation.
-   *
-   * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-DBus-Peer.GetMachineId">GetMachineId()</link> D-Bus method.
-   *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_peer_complete_get_machine_id() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
-   *
-   * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
-   */
-  g_signal_new ("handle-get-machine-id",
-    G_TYPE_FROM_INTERFACE (iface),
-    G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (DBusPeerIface, handle_get_machine_id),
-    g_signal_accumulator_true_handled,
+static const _ExtendedGDBusMethodInfo _hostnamed_hostname1_method_info_set_icon_name =
+{
+  {
+    -1,
+    (gchar *) "SetIconName",
+    (GDBusArgInfo **) &_hostnamed_hostname1_method_info_set_icon_name_IN_ARG_pointers,
     NULL,
-    g_cclosure_marshal_generic,
-    G_TYPE_BOOLEAN,
-    1,
-    G_TYPE_DBUS_METHOD_INVOCATION);
-
-}
+    NULL
+  },
+  "handle-set-icon-name",
+  FALSE
+};
 
-/**
- * dbus_peer_call_ping:
- * @proxy: A #DBusPeerProxy.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Peer.Ping">Ping()</link> D-Bus method on @proxy.
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_peer_call_ping_finish() to get the result of the operation.
- *
- * See dbus_peer_call_ping_sync() for the synchronous, blocking version of this method.
- */
-void
-dbus_peer_call_ping (
-    DBusPeer *proxy,
-    GCancellable *cancellable,
-    GAsyncReadyCallback callback,
-    gpointer user_data)
+static const _ExtendedGDBusArgInfo _hostnamed_hostname1_method_info_set_chassis_IN_ARG_unnamed_arg0 =
 {
-  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "Ping",
-    g_variant_new ("()"),
-    G_DBUS_CALL_FLAGS_NONE,
+  {
     -1,
-    cancellable,
-    callback,
-    user_data);
-}
+    (gchar *) "unnamed_arg0",
+    (gchar *) "s",
+    NULL
+  },
+  FALSE
+};
 
-/**
- * dbus_peer_call_ping_finish:
- * @proxy: A #DBusPeerProxy.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_peer_call_ping().
- * @error: Return location for error or %NULL.
- *
- * Finishes an operation started with dbus_peer_call_ping().
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_peer_call_ping_finish (
-    DBusPeer *proxy,
-    GAsyncResult *res,
-    GError **error)
+static const _ExtendedGDBusArgInfo _hostnamed_hostname1_method_info_set_chassis_IN_ARG_unnamed_arg1 =
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
+  {
+    -1,
+    (gchar *) "unnamed_arg1",
+    (gchar *) "b",
+    NULL
+  },
+  FALSE
+};
 
-/**
- * dbus_peer_call_ping_sync:
- * @proxy: A #DBusPeerProxy.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL.
- *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Peer.Ping">Ping()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
- *
- * See dbus_peer_call_ping() for the asynchronous version of this method.
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_peer_call_ping_sync (
-    DBusPeer *proxy,
-    GCancellable *cancellable,
-    GError **error)
+static const _ExtendedGDBusArgInfo * const _hostnamed_hostname1_method_info_set_chassis_IN_ARG_pointers[] =
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "Ping",
-    g_variant_new ("()"),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
+  &_hostnamed_hostname1_method_info_set_chassis_IN_ARG_unnamed_arg0,
+  &_hostnamed_hostname1_method_info_set_chassis_IN_ARG_unnamed_arg1,
+  NULL
+};
 
-/**
- * dbus_peer_call_get_machine_id:
- * @proxy: A #DBusPeerProxy.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Peer.GetMachineId">GetMachineId()</link> D-Bus method on @proxy.
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_peer_call_get_machine_id_finish() to get the result of the operation.
- *
- * See dbus_peer_call_get_machine_id_sync() for the synchronous, blocking version of this method.
- */
-void
-dbus_peer_call_get_machine_id (
-    DBusPeer *proxy,
-    GCancellable *cancellable,
-    GAsyncReadyCallback callback,
-    gpointer user_data)
+static const _ExtendedGDBusMethodInfo _hostnamed_hostname1_method_info_set_chassis =
 {
-  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "GetMachineId",
-    g_variant_new ("()"),
-    G_DBUS_CALL_FLAGS_NONE,
+  {
     -1,
-    cancellable,
-    callback,
-    user_data);
-}
+    (gchar *) "SetChassis",
+    (GDBusArgInfo **) &_hostnamed_hostname1_method_info_set_chassis_IN_ARG_pointers,
+    NULL,
+    NULL
+  },
+  "handle-set-chassis",
+  FALSE
+};
 
-/**
- * dbus_peer_call_get_machine_id_finish:
- * @proxy: A #DBusPeerProxy.
- * @out_machine_uuid: (out): Return location for return parameter or %NULL to ignore.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_peer_call_get_machine_id().
- * @error: Return location for error or %NULL.
- *
- * Finishes an operation started with dbus_peer_call_get_machine_id().
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_peer_call_get_machine_id_finish (
-    DBusPeer *proxy,
-    gchar **out_machine_uuid,
-    GAsyncResult *res,
-    GError **error)
+static const _ExtendedGDBusMethodInfo * const _hostnamed_hostname1_method_info_pointers[] =
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "(s)",
-                 out_machine_uuid);
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
+  &_hostnamed_hostname1_method_info_set_hostname,
+  &_hostnamed_hostname1_method_info_set_static_hostname,
+  &_hostnamed_hostname1_method_info_set_pretty_hostname,
+  &_hostnamed_hostname1_method_info_set_icon_name,
+  &_hostnamed_hostname1_method_info_set_chassis,
+  NULL
+};
 
-/**
- * dbus_peer_call_get_machine_id_sync:
- * @proxy: A #DBusPeerProxy.
- * @out_machine_uuid: (out): Return location for return parameter or %NULL to ignore.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL.
- *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Peer.GetMachineId">GetMachineId()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
- *
- * See dbus_peer_call_get_machine_id() for the asynchronous version of this method.
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_peer_call_get_machine_id_sync (
-    DBusPeer *proxy,
-    gchar **out_machine_uuid,
-    GCancellable *cancellable,
-    GError **error)
+static const GDBusAnnotationInfo _hostnamed_hostname1_property_hostname_annotation_info_0 =
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "GetMachineId",
-    g_variant_new ("()"),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "(s)",
-                 out_machine_uuid);
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
+  -1,
+  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
+  (gchar *) "false",
+  NULL
+};
 
-/**
- * dbus_peer_complete_ping:
- * @object: A #DBusPeer.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
- *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-DBus-Peer.Ping">Ping()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
- *
- * This method will free @invocation, you cannot use it afterwards.
- */
-void
-dbus_peer_complete_ping (
-    DBusPeer *object,
-    GDBusMethodInvocation *invocation)
+static const GDBusAnnotationInfo * const _hostnamed_hostname1_property_hostname_annotation_info_pointers[] =
 {
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("()"));
-}
+  &_hostnamed_hostname1_property_hostname_annotation_info_0,
+  NULL
+};
 
-/**
- * dbus_peer_complete_get_machine_id:
- * @object: A #DBusPeer.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
- * @machine_uuid: Parameter to return.
- *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-DBus-Peer.GetMachineId">GetMachineId()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
- *
- * This method will free @invocation, you cannot use it afterwards.
- */
-void
-dbus_peer_complete_get_machine_id (
-    DBusPeer *object,
-    GDBusMethodInvocation *invocation,
-    const gchar *machine_uuid)
+static const _ExtendedGDBusPropertyInfo _hostnamed_hostname1_property_info_hostname =
 {
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("(s)",
-                   machine_uuid));
-}
-
-/* ------------------------------------------------------------------------ */
-
-/**
- * DBusPeerProxy:
- *
- * The #DBusPeerProxy structure contains only private data and should only be accessed using the provided API.
- */
-
-/**
- * DBusPeerProxyClass:
- * @parent_class: The parent class.
- *
- * Class structure for #DBusPeerProxy.
- */
+  {
+    -1,
+    (gchar *) "Hostname",
+    (gchar *) "s",
+    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
+    (GDBusAnnotationInfo **) &_hostnamed_hostname1_property_hostname_annotation_info_pointers
+  },
+  "hostname",
+  FALSE
+};
 
-struct _DBusPeerProxyPrivate
+static const _ExtendedGDBusPropertyInfo _hostnamed_hostname1_property_info_static_hostname =
 {
-  GData *qdata;
+  {
+    -1,
+    (gchar *) "StaticHostname",
+    (gchar *) "s",
+    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
+    NULL
+  },
+  "static-hostname",
+  FALSE
 };
 
-static void dbus_peer_proxy_iface_init (DBusPeerIface *iface);
+static const _ExtendedGDBusPropertyInfo _hostnamed_hostname1_property_info_pretty_hostname =
+{
+  {
+    -1,
+    (gchar *) "PrettyHostname",
+    (gchar *) "s",
+    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
+    NULL
+  },
+  "pretty-hostname",
+  FALSE
+};
 
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-G_DEFINE_TYPE_WITH_CODE (DBusPeerProxy, dbus_peer_proxy, G_TYPE_DBUS_PROXY,
-                         G_ADD_PRIVATE (DBusPeerProxy)
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_PEER, dbus_peer_proxy_iface_init));
+static const _ExtendedGDBusPropertyInfo _hostnamed_hostname1_property_info_icon_name =
+{
+  {
+    -1,
+    (gchar *) "IconName",
+    (gchar *) "s",
+    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
+    NULL
+  },
+  "icon-name",
+  FALSE
+};
 
-#else
-G_DEFINE_TYPE_WITH_CODE (DBusPeerProxy, dbus_peer_proxy, G_TYPE_DBUS_PROXY,
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_PEER, dbus_peer_proxy_iface_init));
+static const _ExtendedGDBusPropertyInfo _hostnamed_hostname1_property_info_chassis =
+{
+  {
+    -1,
+    (gchar *) "Chassis",
+    (gchar *) "s",
+    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
+    NULL
+  },
+  "chassis",
+  FALSE
+};
 
-#endif
-static void
-dbus_peer_proxy_finalize (GObject *object)
+static const GDBusAnnotationInfo _hostnamed_hostname1_property_kernel_name_annotation_info_0 =
 {
-  DBusPeerProxy *proxy = DBUS_PEER_PROXY (object);
-  g_datalist_clear (&proxy->priv->qdata);
-  G_OBJECT_CLASS (dbus_peer_proxy_parent_class)->finalize (object);
-}
+  -1,
+  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
+  (gchar *) "const",
+  NULL
+};
 
-static void
-dbus_peer_proxy_get_property (GObject      *object,
-  guint         prop_id,
-  GValue       *value,
-  GParamSpec   *pspec G_GNUC_UNUSED)
+static const GDBusAnnotationInfo * const _hostnamed_hostname1_property_kernel_name_annotation_info_pointers[] =
 {
-}
+  &_hostnamed_hostname1_property_kernel_name_annotation_info_0,
+  NULL
+};
 
-static void
-dbus_peer_proxy_set_property (GObject      *object,
-  guint         prop_id,
-  const GValue *value,
-  GParamSpec   *pspec G_GNUC_UNUSED)
+static const _ExtendedGDBusPropertyInfo _hostnamed_hostname1_property_info_kernel_name =
 {
-}
+  {
+    -1,
+    (gchar *) "KernelName",
+    (gchar *) "s",
+    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
+    (GDBusAnnotationInfo **) &_hostnamed_hostname1_property_kernel_name_annotation_info_pointers
+  },
+  "kernel-name",
+  FALSE
+};
 
-static void
-dbus_peer_proxy_g_signal (GDBusProxy *proxy,
-  const gchar *sender_name G_GNUC_UNUSED,
-  const gchar *signal_name,
-  GVariant *parameters)
+static const GDBusAnnotationInfo _hostnamed_hostname1_property_kernel_release_annotation_info_0 =
 {
-  _ExtendedGDBusSignalInfo *info;
-  GVariantIter iter;
-  GVariant *child;
-  GValue *paramv;
-  guint num_params;
-  guint n;
-  guint signal_id;
-  info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_dbus_peer_interface_info.parent_struct, signal_name);
-  if (info == NULL)
-    return;
-  num_params = g_variant_n_children (parameters);
-  paramv = g_new0 (GValue, num_params + 1);
-  g_value_init (&paramv[0], TYPE_DBUS_PEER);
-  g_value_set_object (&paramv[0], proxy);
-  g_variant_iter_init (&iter, parameters);
-  n = 1;
-  while ((child = g_variant_iter_next_value (&iter)) != NULL)
-    {
-      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];
-      if (arg_info->use_gvariant)
-        {
-          g_value_init (&paramv[n], G_TYPE_VARIANT);
-          g_value_set_variant (&paramv[n], child);
-          n++;
-        }
-      else
-        g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
-      g_variant_unref (child);
-    }
-  signal_id = g_signal_lookup (info->signal_name, TYPE_DBUS_PEER);
-  g_signal_emitv (paramv, signal_id, 0, NULL);
-  for (n = 0; n < num_params + 1; n++)
-    g_value_unset (&paramv[n]);
-  g_free (paramv);
-}
+  -1,
+  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
+  (gchar *) "const",
+  NULL
+};
 
-static void
-dbus_peer_proxy_g_properties_changed (GDBusProxy *_proxy,
-  GVariant *changed_properties,
-  const gchar *const *invalidated_properties)
+static const GDBusAnnotationInfo * const _hostnamed_hostname1_property_kernel_release_annotation_info_pointers[] =
 {
-  DBusPeerProxy *proxy = DBUS_PEER_PROXY (_proxy);
-  guint n;
-  const gchar *key;
-  GVariantIter *iter;
-  _ExtendedGDBusPropertyInfo *info;
-  g_variant_get (changed_properties, "a{sv}", &iter);
-  while (g_variant_iter_next (iter, "{&sv}", &key, NULL))
-    {
-      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_peer_interface_info.parent_struct, key);
-      g_datalist_remove_data (&proxy->priv->qdata, key);
-      if (info != NULL)
-        g_object_notify (G_OBJECT (proxy), info->hyphen_name);
-    }
-  g_variant_iter_free (iter);
-  for (n = 0; invalidated_properties[n] != NULL; n++)
-    {
-      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_peer_interface_info.parent_struct, invalidated_properties[n]);
-      g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);
-      if (info != NULL)
-        g_object_notify (G_OBJECT (proxy), info->hyphen_name);
-    }
-}
+  &_hostnamed_hostname1_property_kernel_release_annotation_info_0,
+  NULL
+};
 
-static void
-dbus_peer_proxy_init (DBusPeerProxy *proxy)
+static const _ExtendedGDBusPropertyInfo _hostnamed_hostname1_property_info_kernel_release =
 {
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-  proxy->priv = dbus_peer_proxy_get_instance_private (proxy);
-#else
-  proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_DBUS_PEER_PROXY, DBusPeerProxyPrivate);
-#endif
+  {
+    -1,
+    (gchar *) "KernelRelease",
+    (gchar *) "s",
+    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
+    (GDBusAnnotationInfo **) &_hostnamed_hostname1_property_kernel_release_annotation_info_pointers
+  },
+  "kernel-release",
+  FALSE
+};
 
-  g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), dbus_peer_interface_info ());
-}
+static const GDBusAnnotationInfo _hostnamed_hostname1_property_kernel_version_annotation_info_0 =
+{
+  -1,
+  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
+  (gchar *) "const",
+  NULL
+};
 
-static void
-dbus_peer_proxy_class_init (DBusPeerProxyClass *klass)
+static const GDBusAnnotationInfo * const _hostnamed_hostname1_property_kernel_version_annotation_info_pointers[] =
 {
-  GObjectClass *gobject_class;
-  GDBusProxyClass *proxy_class;
+  &_hostnamed_hostname1_property_kernel_version_annotation_info_0,
+  NULL
+};
 
-  gobject_class = G_OBJECT_CLASS (klass);
-  gobject_class->finalize     = dbus_peer_proxy_finalize;
-  gobject_class->get_property = dbus_peer_proxy_get_property;
-  gobject_class->set_property = dbus_peer_proxy_set_property;
+static const _ExtendedGDBusPropertyInfo _hostnamed_hostname1_property_info_kernel_version =
+{
+  {
+    -1,
+    (gchar *) "KernelVersion",
+    (gchar *) "s",
+    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
+    (GDBusAnnotationInfo **) &_hostnamed_hostname1_property_kernel_version_annotation_info_pointers
+  },
+  "kernel-version",
+  FALSE
+};
 
-  proxy_class = G_DBUS_PROXY_CLASS (klass);
-  proxy_class->g_signal = dbus_peer_proxy_g_signal;
-  proxy_class->g_properties_changed = dbus_peer_proxy_g_properties_changed;
+static const GDBusAnnotationInfo _hostnamed_hostname1_property_operating_system_pretty_name_annotation_info_0 =
+{
+  -1,
+  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
+  (gchar *) "const",
+  NULL
+};
 
-#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38
-  g_type_class_add_private (klass, sizeof (DBusPeerProxyPrivate));
-#endif
-}
+static const GDBusAnnotationInfo * const _hostnamed_hostname1_property_operating_system_pretty_name_annotation_info_pointers[] =
+{
+  &_hostnamed_hostname1_property_operating_system_pretty_name_annotation_info_0,
+  NULL
+};
 
-static void
-dbus_peer_proxy_iface_init (DBusPeerIface *iface)
+static const _ExtendedGDBusPropertyInfo _hostnamed_hostname1_property_info_operating_system_pretty_name =
 {
-}
+  {
+    -1,
+    (gchar *) "OperatingSystemPrettyName",
+    (gchar *) "s",
+    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
+    (GDBusAnnotationInfo **) &_hostnamed_hostname1_property_operating_system_pretty_name_annotation_info_pointers
+  },
+  "operating-system-pretty-name",
+  FALSE
+};
 
-/**
- * dbus_peer_proxy_new:
- * @connection: A #GDBusConnection.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Peer.top_of_page">org.freedesktop.DBus.Peer</link>. See g_dbus_proxy_new() for more details.
- *
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_peer_proxy_new_finish() to get the result of the operation.
- *
- * See dbus_peer_proxy_new_sync() for the synchronous, blocking version of this constructor.
- */
-void
-dbus_peer_proxy_new (
-    GDBusConnection     *connection,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GAsyncReadyCallback  callback,
-    gpointer             user_data)
+static const GDBusAnnotationInfo _hostnamed_hostname1_property_operating_system_cpename_annotation_info_0 =
 {
-  g_async_initable_new_async (TYPE_DBUS_PEER_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Peer", NULL);
-}
+  -1,
+  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
+  (gchar *) "const",
+  NULL
+};
 
-/**
- * dbus_peer_proxy_new_finish:
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_peer_proxy_new().
- * @error: Return location for error or %NULL
- *
- * Finishes an operation started with dbus_peer_proxy_new().
- *
- * Returns: (transfer full) (type DBusPeerProxy): The constructed proxy object or %NULL if @error is set.
- */
-DBusPeer *
-dbus_peer_proxy_new_finish (
-    GAsyncResult        *res,
-    GError             **error)
+static const GDBusAnnotationInfo * const _hostnamed_hostname1_property_operating_system_cpename_annotation_info_pointers[] =
 {
-  GObject *ret;
-  GObject *source_object;
-  source_object = g_async_result_get_source_object (res);
-  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
-  g_object_unref (source_object);
-  if (ret != NULL)
-    return DBUS_PEER (ret);
-  else
-    return NULL;
-}
+  &_hostnamed_hostname1_property_operating_system_cpename_annotation_info_0,
+  NULL
+};
 
-/**
- * dbus_peer_proxy_new_sync:
- * @connection: A #GDBusConnection.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL
- *
- * Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Peer.top_of_page">org.freedesktop.DBus.Peer</link>. See g_dbus_proxy_new_sync() for more details.
- *
- * The calling thread is blocked until a reply is received.
- *
- * See dbus_peer_proxy_new() for the asynchronous version of this constructor.
- *
- * Returns: (transfer full) (type DBusPeerProxy): The constructed proxy object or %NULL if @error is set.
- */
-DBusPeer *
-dbus_peer_proxy_new_sync (
-    GDBusConnection     *connection,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GError             **error)
+static const _ExtendedGDBusPropertyInfo _hostnamed_hostname1_property_info_operating_system_cpename =
 {
-  GInitable *ret;
-  ret = g_initable_new (TYPE_DBUS_PEER_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Peer", NULL);
-  if (ret != NULL)
-    return DBUS_PEER (ret);
-  else
-    return NULL;
-}
+  {
+    -1,
+    (gchar *) "OperatingSystemCPEName",
+    (gchar *) "s",
+    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
+    (GDBusAnnotationInfo **) &_hostnamed_hostname1_property_operating_system_cpename_annotation_info_pointers
+  },
+  "operating-system-cpename",
+  FALSE
+};
 
+static const _ExtendedGDBusPropertyInfo * const _hostnamed_hostname1_property_info_pointers[] =
+{
+  &_hostnamed_hostname1_property_info_hostname,
+  &_hostnamed_hostname1_property_info_static_hostname,
+  &_hostnamed_hostname1_property_info_pretty_hostname,
+  &_hostnamed_hostname1_property_info_icon_name,
+  &_hostnamed_hostname1_property_info_chassis,
+  &_hostnamed_hostname1_property_info_kernel_name,
+  &_hostnamed_hostname1_property_info_kernel_release,
+  &_hostnamed_hostname1_property_info_kernel_version,
+  &_hostnamed_hostname1_property_info_operating_system_pretty_name,
+  &_hostnamed_hostname1_property_info_operating_system_cpename,
+  NULL
+};
 
-/**
- * dbus_peer_proxy_new_for_bus:
- * @bus_type: A #GBusType.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: A bus name (well-known or unique).
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: User data to pass to @callback.
- *
- * Like dbus_peer_proxy_new() but takes a #GBusType instead of a #GDBusConnection.
- *
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_peer_proxy_new_for_bus_finish() to get the result of the operation.
- *
- * See dbus_peer_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.
- */
-void
-dbus_peer_proxy_new_for_bus (
-    GBusType             bus_type,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GAsyncReadyCallback  callback,
-    gpointer             user_data)
+static const _ExtendedGDBusInterfaceInfo _hostnamed_hostname1_interface_info =
 {
-  g_async_initable_new_async (TYPE_DBUS_PEER_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Peer", NULL);
-}
+  {
+    -1,
+    (gchar *) "org.freedesktop.hostname1",
+    (GDBusMethodInfo **) &_hostnamed_hostname1_method_info_pointers,
+    NULL,
+    (GDBusPropertyInfo **) &_hostnamed_hostname1_property_info_pointers,
+    NULL
+  },
+  "hostname1",
+};
+
 
 /**
- * dbus_peer_proxy_new_for_bus_finish:
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_peer_proxy_new_for_bus().
- * @error: Return location for error or %NULL
+ * hostnamed_hostname1_interface_info:
  *
- * Finishes an operation started with dbus_peer_proxy_new_for_bus().
+ * Gets a machine-readable description of the <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link> D-Bus interface.
  *
- * Returns: (transfer full) (type DBusPeerProxy): The constructed proxy object or %NULL if @error is set.
+ * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.
  */
-DBusPeer *
-dbus_peer_proxy_new_for_bus_finish (
-    GAsyncResult        *res,
-    GError             **error)
+GDBusInterfaceInfo *
+hostnamed_hostname1_interface_info (void)
 {
-  GObject *ret;
-  GObject *source_object;
-  source_object = g_async_result_get_source_object (res);
-  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
-  g_object_unref (source_object);
-  if (ret != NULL)
-    return DBUS_PEER (ret);
-  else
-    return NULL;
+  return (GDBusInterfaceInfo *) &_hostnamed_hostname1_interface_info.parent_struct;
 }
 
 /**
- * dbus_peer_proxy_new_for_bus_sync:
- * @bus_type: A #GBusType.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: A bus name (well-known or unique).
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL
- *
- * Like dbus_peer_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.
- *
- * The calling thread is blocked until a reply is received.
+ * hostnamed_hostname1_override_properties:
+ * @klass: The class structure for a #GObject<!-- -->-derived class.
+ * @property_id_begin: The property id to assign to the first overridden property.
  *
- * See dbus_peer_proxy_new_for_bus() for the asynchronous version of this constructor.
+ * Overrides all #GObject properties in the #hostnamedHostname1 interface for a concrete class.
+ * The properties are overridden in the order they are defined.
  *
- * Returns: (transfer full) (type DBusPeerProxy): The constructed proxy object or %NULL if @error is set.
+ * Returns: The last property id.
  */
-DBusPeer *
-dbus_peer_proxy_new_for_bus_sync (
-    GBusType             bus_type,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GError             **error)
+guint
+hostnamed_hostname1_override_properties (GObjectClass *klass, guint property_id_begin)
 {
-  GInitable *ret;
-  ret = g_initable_new (TYPE_DBUS_PEER_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Peer", NULL);
-  if (ret != NULL)
-    return DBUS_PEER (ret);
-  else
-    return NULL;
+  g_object_class_override_property (klass, property_id_begin++, "hostname");
+  g_object_class_override_property (klass, property_id_begin++, "static-hostname");
+  g_object_class_override_property (klass, property_id_begin++, "pretty-hostname");
+  g_object_class_override_property (klass, property_id_begin++, "icon-name");
+  g_object_class_override_property (klass, property_id_begin++, "chassis");
+  g_object_class_override_property (klass, property_id_begin++, "kernel-name");
+  g_object_class_override_property (klass, property_id_begin++, "kernel-release");
+  g_object_class_override_property (klass, property_id_begin++, "kernel-version");
+  g_object_class_override_property (klass, property_id_begin++, "operating-system-pretty-name");
+  g_object_class_override_property (klass, property_id_begin++, "operating-system-cpename");
+  return property_id_begin - 1;
 }
 
 
-/* ------------------------------------------------------------------------ */
 
 /**
- * DBusPeerSkeleton:
+ * hostnamedHostname1:
  *
- * The #DBusPeerSkeleton structure contains only private data and should only be accessed using the provided API.
+ * Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>.
  */
 
 /**
- * DBusPeerSkeletonClass:
- * @parent_class: The parent class.
+ * hostnamedHostname1Iface:
+ * @parent_iface: The parent interface.
+ * @handle_set_chassis: Handler for the #hostnamedHostname1::handle-set-chassis signal.
+ * @handle_set_hostname: Handler for the #hostnamedHostname1::handle-set-hostname signal.
+ * @handle_set_icon_name: Handler for the #hostnamedHostname1::handle-set-icon-name signal.
+ * @handle_set_pretty_hostname: Handler for the #hostnamedHostname1::handle-set-pretty-hostname signal.
+ * @handle_set_static_hostname: Handler for the #hostnamedHostname1::handle-set-static-hostname signal.
+ * @get_chassis: Getter for the #hostnamedHostname1:chassis property.
+ * @get_hostname: Getter for the #hostnamedHostname1:hostname property.
+ * @get_icon_name: Getter for the #hostnamedHostname1:icon-name property.
+ * @get_kernel_name: Getter for the #hostnamedHostname1:kernel-name property.
+ * @get_kernel_release: Getter for the #hostnamedHostname1:kernel-release property.
+ * @get_kernel_version: Getter for the #hostnamedHostname1:kernel-version property.
+ * @get_operating_system_cpename: Getter for the #hostnamedHostname1:operating-system-cpename property.
+ * @get_operating_system_pretty_name: Getter for the #hostnamedHostname1:operating-system-pretty-name property.
+ * @get_pretty_hostname: Getter for the #hostnamedHostname1:pretty-hostname property.
+ * @get_static_hostname: Getter for the #hostnamedHostname1:static-hostname property.
  *
- * Class structure for #DBusPeerSkeleton.
+ * Virtual table for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>.
  */
 
-struct _DBusPeerSkeletonPrivate
-{
-  GValue *properties;
-  GList *changed_properties;
-  GSource *changed_properties_idle_source;
-  GMainContext *context;
-  GMutex lock;
-};
+typedef hostnamedHostname1Iface hostnamedHostname1Interface;
+G_DEFINE_INTERFACE (hostnamedHostname1, hostnamed_hostname1, G_TYPE_OBJECT);
 
 static void
-_dbus_peer_skeleton_handle_method_call (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name,
-  const gchar *method_name,
-  GVariant *parameters,
-  GDBusMethodInvocation *invocation,
-  gpointer user_data)
-{
-  DBusPeerSkeleton *skeleton = DBUS_PEER_SKELETON (user_data);
-  _ExtendedGDBusMethodInfo *info;
-  GVariantIter iter;
-  GVariant *child;
-  GValue *paramv;
-  guint num_params;
-  guint num_extra;
-  guint n;
-  guint signal_id;
-  GValue return_value = G_VALUE_INIT;
-  info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);
-  g_assert (info != NULL);
-  num_params = g_variant_n_children (parameters);
-  num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);
-  n = 0;
-  g_value_init (&paramv[n], TYPE_DBUS_PEER);
-  g_value_set_object (&paramv[n++], skeleton);
-  g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);
-  g_value_set_object (&paramv[n++], invocation);
-  if (info->pass_fdlist)
-    {
-#ifdef G_OS_UNIX
-      g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);
-      g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));
-#else
-      g_assert_not_reached ();
-#endif
-    }
-  g_variant_iter_init (&iter, parameters);
-  while ((child = g_variant_iter_next_value (&iter)) != NULL)
-    {
-      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];
-      if (arg_info->use_gvariant)
-        {
-          g_value_init (&paramv[n], G_TYPE_VARIANT);
-          g_value_set_variant (&paramv[n], child);
-          n++;
-        }
-      else
-        g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
-      g_variant_unref (child);
-    }
-  signal_id = g_signal_lookup (info->signal_name, TYPE_DBUS_PEER);
-  g_value_init (&return_value, G_TYPE_BOOLEAN);
-  g_signal_emitv (paramv, signal_id, 0, &return_value);
-  if (!g_value_get_boolean (&return_value))
-    g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name);
-  g_value_unset (&return_value);
-  for (n = 0; n < num_params + num_extra; n++)
-    g_value_unset (&paramv[n]);
-  g_free (paramv);
-}
-
-static GVariant *
-_dbus_peer_skeleton_handle_get_property (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name G_GNUC_UNUSED,
-  const gchar *property_name,
-  GError **error,
-  gpointer user_data)
-{
-  DBusPeerSkeleton *skeleton = DBUS_PEER_SKELETON (user_data);
-  GValue value = G_VALUE_INIT;
-  GParamSpec *pspec;
-  _ExtendedGDBusPropertyInfo *info;
-  GVariant *ret;
-  ret = NULL;
-  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_peer_interface_info.parent_struct, property_name);
-  g_assert (info != NULL);
-  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
-  if (pspec == NULL)
-    {
-      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
-    }
-  else
-    {
-      g_value_init (&value, pspec->value_type);
-      g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);
-      ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));
-      g_value_unset (&value);
-    }
-  return ret;
-}
-
-static gboolean
-_dbus_peer_skeleton_handle_set_property (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name G_GNUC_UNUSED,
-  const gchar *property_name,
-  GVariant *variant,
-  GError **error,
-  gpointer user_data)
-{
-  DBusPeerSkeleton *skeleton = DBUS_PEER_SKELETON (user_data);
-  GValue value = G_VALUE_INIT;
-  GParamSpec *pspec;
-  _ExtendedGDBusPropertyInfo *info;
-  gboolean ret;
-  ret = FALSE;
-  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_peer_interface_info.parent_struct, property_name);
-  g_assert (info != NULL);
-  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
-  if (pspec == NULL)
-    {
-      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
-    }
-  else
-    {
-      if (info->use_gvariant)
-        g_value_set_variant (&value, variant);
-      else
-        g_dbus_gvariant_to_gvalue (variant, &value);
-      g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);
-      g_value_unset (&value);
-      ret = TRUE;
-    }
-  return ret;
-}
-
-static const GDBusInterfaceVTable _dbus_peer_skeleton_vtable =
-{
-  _dbus_peer_skeleton_handle_method_call,
-  _dbus_peer_skeleton_handle_get_property,
-  _dbus_peer_skeleton_handle_set_property,
-  {NULL}
-};
-
-static GDBusInterfaceInfo *
-dbus_peer_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)
-{
-  return dbus_peer_interface_info ();
-}
-
-static GDBusInterfaceVTable *
-dbus_peer_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)
-{
-  return (GDBusInterfaceVTable *) &_dbus_peer_skeleton_vtable;
-}
-
-static GVariant *
-dbus_peer_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)
-{
-  DBusPeerSkeleton *skeleton = DBUS_PEER_SKELETON (_skeleton);
-
-  GVariantBuilder builder;
-  guint n;
-  g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));
-  if (_dbus_peer_interface_info.parent_struct.properties == NULL)
-    goto out;
-  for (n = 0; _dbus_peer_interface_info.parent_struct.properties[n] != NULL; n++)
-    {
-      GDBusPropertyInfo *info = _dbus_peer_interface_info.parent_struct.properties[n];
-      if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)
-        {
-          GVariant *value;
-          value = _dbus_peer_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.freedesktop.DBus.Peer", info->name, NULL, skeleton);
-          if (value != NULL)
-            {
-              g_variant_take_ref (value);
-              g_variant_builder_add (&builder, "{sv}", info->name, value);
-              g_variant_unref (value);
-            }
-        }
-    }
-out:
-  return g_variant_builder_end (&builder);
-}
-
-static void
-dbus_peer_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)
-{
-}
-
-static void dbus_peer_skeleton_iface_init (DBusPeerIface *iface);
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-G_DEFINE_TYPE_WITH_CODE (DBusPeerSkeleton, dbus_peer_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
-                         G_ADD_PRIVATE (DBusPeerSkeleton)
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_PEER, dbus_peer_skeleton_iface_init));
-
-#else
-G_DEFINE_TYPE_WITH_CODE (DBusPeerSkeleton, dbus_peer_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_PEER, dbus_peer_skeleton_iface_init));
-
-#endif
-static void
-dbus_peer_skeleton_finalize (GObject *object)
-{
-  DBusPeerSkeleton *skeleton = DBUS_PEER_SKELETON (object);
-  g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);
-  if (skeleton->priv->changed_properties_idle_source != NULL)
-    g_source_destroy (skeleton->priv->changed_properties_idle_source);
-  g_main_context_unref (skeleton->priv->context);
-  g_mutex_clear (&skeleton->priv->lock);
-  G_OBJECT_CLASS (dbus_peer_skeleton_parent_class)->finalize (object);
-}
-
-static void
-dbus_peer_skeleton_init (DBusPeerSkeleton *skeleton)
-{
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-  skeleton->priv = dbus_peer_skeleton_get_instance_private (skeleton);
-#else
-  skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_DBUS_PEER_SKELETON, DBusPeerSkeletonPrivate);
-#endif
-
-  g_mutex_init (&skeleton->priv->lock);
-  skeleton->priv->context = g_main_context_ref_thread_default ();
-}
-
-static void
-dbus_peer_skeleton_class_init (DBusPeerSkeletonClass *klass)
-{
-  GObjectClass *gobject_class;
-  GDBusInterfaceSkeletonClass *skeleton_class;
-
-  gobject_class = G_OBJECT_CLASS (klass);
-  gobject_class->finalize = dbus_peer_skeleton_finalize;
-
-  skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);
-  skeleton_class->get_info = dbus_peer_skeleton_dbus_interface_get_info;
-  skeleton_class->get_properties = dbus_peer_skeleton_dbus_interface_get_properties;
-  skeleton_class->flush = dbus_peer_skeleton_dbus_interface_flush;
-  skeleton_class->get_vtable = dbus_peer_skeleton_dbus_interface_get_vtable;
-
-#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38
-  g_type_class_add_private (klass, sizeof (DBusPeerSkeletonPrivate));
-#endif
-}
-
-static void
-dbus_peer_skeleton_iface_init (DBusPeerIface *iface)
-{
-}
-
-/**
- * dbus_peer_skeleton_new:
- *
- * Creates a skeleton object for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Peer.top_of_page">org.freedesktop.DBus.Peer</link>.
- *
- * Returns: (transfer full) (type DBusPeerSkeleton): The skeleton object.
- */
-DBusPeer *
-dbus_peer_skeleton_new (void)
-{
-  return DBUS_PEER (g_object_new (TYPE_DBUS_PEER_SKELETON, NULL));
-}
-
-/* ------------------------------------------------------------------------
- * Code for interface org.freedesktop.DBus.Introspectable
- * ------------------------------------------------------------------------
- */
-
-/**
- * SECTION:DBusIntrospectable
- * @title: DBusIntrospectable
- * @short_description: Generated C code for the org.freedesktop.DBus.Introspectable D-Bus interface
- *
- * This section contains code for working with the <link linkend="gdbus-interface-org-freedesktop-DBus-Introspectable.top_of_page">org.freedesktop.DBus.Introspectable</link> D-Bus interface in C.
- */
-
-/* ---- Introspection data for org.freedesktop.DBus.Introspectable ---- */
-
-static const _ExtendedGDBusArgInfo _dbus_introspectable_method_info_introspect_OUT_ARG_data =
-{
-  {
-    -1,
-    (gchar *) "data",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _dbus_introspectable_method_info_introspect_OUT_ARG_pointers[] =
-{
-  &_dbus_introspectable_method_info_introspect_OUT_ARG_data,
-  NULL
-};
-
-static const _ExtendedGDBusMethodInfo _dbus_introspectable_method_info_introspect =
-{
-  {
-    -1,
-    (gchar *) "Introspect",
-    NULL,
-    (GDBusArgInfo **) &_dbus_introspectable_method_info_introspect_OUT_ARG_pointers,
-    NULL
-  },
-  "handle-introspect",
-  FALSE
-};
-
-static const _ExtendedGDBusMethodInfo * const _dbus_introspectable_method_info_pointers[] =
-{
-  &_dbus_introspectable_method_info_introspect,
-  NULL
-};
-
-static const _ExtendedGDBusInterfaceInfo _dbus_introspectable_interface_info =
-{
-  {
-    -1,
-    (gchar *) "org.freedesktop.DBus.Introspectable",
-    (GDBusMethodInfo **) &_dbus_introspectable_method_info_pointers,
-    NULL,
-    NULL,
-    NULL
-  },
-  "dbus-introspectable",
-};
-
-
-/**
- * dbus_introspectable_interface_info:
- *
- * Gets a machine-readable description of the <link linkend="gdbus-interface-org-freedesktop-DBus-Introspectable.top_of_page">org.freedesktop.DBus.Introspectable</link> D-Bus interface.
- *
- * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.
- */
-GDBusInterfaceInfo *
-dbus_introspectable_interface_info (void)
-{
-  return (GDBusInterfaceInfo *) &_dbus_introspectable_interface_info.parent_struct;
-}
-
-/**
- * dbus_introspectable_override_properties:
- * @klass: The class structure for a #GObject<!-- -->-derived class.
- * @property_id_begin: The property id to assign to the first overridden property.
- *
- * Overrides all #GObject properties in the #DBusIntrospectable interface for a concrete class.
- * The properties are overridden in the order they are defined.
- *
- * Returns: The last property id.
- */
-guint
-dbus_introspectable_override_properties (GObjectClass *klass, guint property_id_begin)
-{
-  return property_id_begin - 1;
-}
-
-
-
-/**
- * DBusIntrospectable:
- *
- * Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Introspectable.top_of_page">org.freedesktop.DBus.Introspectable</link>.
- */
-
-/**
- * DBusIntrospectableIface:
- * @parent_iface: The parent interface.
- * @handle_introspect: Handler for the #DBusIntrospectable::handle-introspect signal.
- *
- * Virtual table for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Introspectable.top_of_page">org.freedesktop.DBus.Introspectable</link>.
- */
-
-typedef DBusIntrospectableIface DBusIntrospectableInterface;
-G_DEFINE_INTERFACE (DBusIntrospectable, dbus_introspectable, G_TYPE_OBJECT);
-
-static void
-dbus_introspectable_default_init (DBusIntrospectableIface *iface)
-{
-  /* GObject signals for incoming D-Bus method calls: */
-  /**
-   * DBusIntrospectable::handle-introspect:
-   * @object: A #DBusIntrospectable.
-   * @invocation: A #GDBusMethodInvocation.
-   *
-   * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-DBus-Introspectable.Introspect">Introspect()</link> D-Bus method.
-   *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_introspectable_complete_introspect() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
-   *
-   * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
-   */
-  g_signal_new ("handle-introspect",
-    G_TYPE_FROM_INTERFACE (iface),
-    G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (DBusIntrospectableIface, handle_introspect),
-    g_signal_accumulator_true_handled,
-    NULL,
-    g_cclosure_marshal_generic,
-    G_TYPE_BOOLEAN,
-    1,
-    G_TYPE_DBUS_METHOD_INVOCATION);
-
-}
-
-/**
- * dbus_introspectable_call_introspect:
- * @proxy: A #DBusIntrospectableProxy.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Introspectable.Introspect">Introspect()</link> D-Bus method on @proxy.
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_introspectable_call_introspect_finish() to get the result of the operation.
- *
- * See dbus_introspectable_call_introspect_sync() for the synchronous, blocking version of this method.
- */
-void
-dbus_introspectable_call_introspect (
-    DBusIntrospectable *proxy,
-    GCancellable *cancellable,
-    GAsyncReadyCallback callback,
-    gpointer user_data)
-{
-  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "Introspect",
-    g_variant_new ("()"),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    callback,
-    user_data);
-}
-
-/**
- * dbus_introspectable_call_introspect_finish:
- * @proxy: A #DBusIntrospectableProxy.
- * @out_data: (out): Return location for return parameter or %NULL to ignore.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_introspectable_call_introspect().
- * @error: Return location for error or %NULL.
- *
- * Finishes an operation started with dbus_introspectable_call_introspect().
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_introspectable_call_introspect_finish (
-    DBusIntrospectable *proxy,
-    gchar **out_data,
-    GAsyncResult *res,
-    GError **error)
-{
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "(s)",
-                 out_data);
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
-
-/**
- * dbus_introspectable_call_introspect_sync:
- * @proxy: A #DBusIntrospectableProxy.
- * @out_data: (out): Return location for return parameter or %NULL to ignore.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL.
- *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Introspectable.Introspect">Introspect()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
- *
- * See dbus_introspectable_call_introspect() for the asynchronous version of this method.
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_introspectable_call_introspect_sync (
-    DBusIntrospectable *proxy,
-    gchar **out_data,
-    GCancellable *cancellable,
-    GError **error)
-{
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "Introspect",
-    g_variant_new ("()"),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "(s)",
-                 out_data);
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
-
-/**
- * dbus_introspectable_complete_introspect:
- * @object: A #DBusIntrospectable.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
- * @data: Parameter to return.
- *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-DBus-Introspectable.Introspect">Introspect()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
- *
- * This method will free @invocation, you cannot use it afterwards.
- */
-void
-dbus_introspectable_complete_introspect (
-    DBusIntrospectable *object,
-    GDBusMethodInvocation *invocation,
-    const gchar *data)
-{
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("(s)",
-                   data));
-}
-
-/* ------------------------------------------------------------------------ */
-
-/**
- * DBusIntrospectableProxy:
- *
- * The #DBusIntrospectableProxy structure contains only private data and should only be accessed using the provided API.
- */
-
-/**
- * DBusIntrospectableProxyClass:
- * @parent_class: The parent class.
- *
- * Class structure for #DBusIntrospectableProxy.
- */
-
-struct _DBusIntrospectableProxyPrivate
-{
-  GData *qdata;
-};
-
-static void dbus_introspectable_proxy_iface_init (DBusIntrospectableIface *iface);
-
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-G_DEFINE_TYPE_WITH_CODE (DBusIntrospectableProxy, dbus_introspectable_proxy, G_TYPE_DBUS_PROXY,
-                         G_ADD_PRIVATE (DBusIntrospectableProxy)
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_INTROSPECTABLE, dbus_introspectable_proxy_iface_init));
-
-#else
-G_DEFINE_TYPE_WITH_CODE (DBusIntrospectableProxy, dbus_introspectable_proxy, G_TYPE_DBUS_PROXY,
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_INTROSPECTABLE, dbus_introspectable_proxy_iface_init));
-
-#endif
-static void
-dbus_introspectable_proxy_finalize (GObject *object)
-{
-  DBusIntrospectableProxy *proxy = DBUS_INTROSPECTABLE_PROXY (object);
-  g_datalist_clear (&proxy->priv->qdata);
-  G_OBJECT_CLASS (dbus_introspectable_proxy_parent_class)->finalize (object);
-}
-
-static void
-dbus_introspectable_proxy_get_property (GObject      *object,
-  guint         prop_id,
-  GValue       *value,
-  GParamSpec   *pspec G_GNUC_UNUSED)
-{
-}
-
-static void
-dbus_introspectable_proxy_set_property (GObject      *object,
-  guint         prop_id,
-  const GValue *value,
-  GParamSpec   *pspec G_GNUC_UNUSED)
-{
-}
-
-static void
-dbus_introspectable_proxy_g_signal (GDBusProxy *proxy,
-  const gchar *sender_name G_GNUC_UNUSED,
-  const gchar *signal_name,
-  GVariant *parameters)
-{
-  _ExtendedGDBusSignalInfo *info;
-  GVariantIter iter;
-  GVariant *child;
-  GValue *paramv;
-  guint num_params;
-  guint n;
-  guint signal_id;
-  info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_dbus_introspectable_interface_info.parent_struct, signal_name);
-  if (info == NULL)
-    return;
-  num_params = g_variant_n_children (parameters);
-  paramv = g_new0 (GValue, num_params + 1);
-  g_value_init (&paramv[0], TYPE_DBUS_INTROSPECTABLE);
-  g_value_set_object (&paramv[0], proxy);
-  g_variant_iter_init (&iter, parameters);
-  n = 1;
-  while ((child = g_variant_iter_next_value (&iter)) != NULL)
-    {
-      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];
-      if (arg_info->use_gvariant)
-        {
-          g_value_init (&paramv[n], G_TYPE_VARIANT);
-          g_value_set_variant (&paramv[n], child);
-          n++;
-        }
-      else
-        g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
-      g_variant_unref (child);
-    }
-  signal_id = g_signal_lookup (info->signal_name, TYPE_DBUS_INTROSPECTABLE);
-  g_signal_emitv (paramv, signal_id, 0, NULL);
-  for (n = 0; n < num_params + 1; n++)
-    g_value_unset (&paramv[n]);
-  g_free (paramv);
-}
-
-static void
-dbus_introspectable_proxy_g_properties_changed (GDBusProxy *_proxy,
-  GVariant *changed_properties,
-  const gchar *const *invalidated_properties)
-{
-  DBusIntrospectableProxy *proxy = DBUS_INTROSPECTABLE_PROXY (_proxy);
-  guint n;
-  const gchar *key;
-  GVariantIter *iter;
-  _ExtendedGDBusPropertyInfo *info;
-  g_variant_get (changed_properties, "a{sv}", &iter);
-  while (g_variant_iter_next (iter, "{&sv}", &key, NULL))
-    {
-      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_introspectable_interface_info.parent_struct, key);
-      g_datalist_remove_data (&proxy->priv->qdata, key);
-      if (info != NULL)
-        g_object_notify (G_OBJECT (proxy), info->hyphen_name);
-    }
-  g_variant_iter_free (iter);
-  for (n = 0; invalidated_properties[n] != NULL; n++)
-    {
-      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_introspectable_interface_info.parent_struct, invalidated_properties[n]);
-      g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);
-      if (info != NULL)
-        g_object_notify (G_OBJECT (proxy), info->hyphen_name);
-    }
-}
-
-static void
-dbus_introspectable_proxy_init (DBusIntrospectableProxy *proxy)
-{
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-  proxy->priv = dbus_introspectable_proxy_get_instance_private (proxy);
-#else
-  proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_DBUS_INTROSPECTABLE_PROXY, DBusIntrospectableProxyPrivate);
-#endif
-
-  g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), dbus_introspectable_interface_info ());
-}
-
-static void
-dbus_introspectable_proxy_class_init (DBusIntrospectableProxyClass *klass)
-{
-  GObjectClass *gobject_class;
-  GDBusProxyClass *proxy_class;
-
-  gobject_class = G_OBJECT_CLASS (klass);
-  gobject_class->finalize     = dbus_introspectable_proxy_finalize;
-  gobject_class->get_property = dbus_introspectable_proxy_get_property;
-  gobject_class->set_property = dbus_introspectable_proxy_set_property;
-
-  proxy_class = G_DBUS_PROXY_CLASS (klass);
-  proxy_class->g_signal = dbus_introspectable_proxy_g_signal;
-  proxy_class->g_properties_changed = dbus_introspectable_proxy_g_properties_changed;
-
-#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38
-  g_type_class_add_private (klass, sizeof (DBusIntrospectableProxyPrivate));
-#endif
-}
-
-static void
-dbus_introspectable_proxy_iface_init (DBusIntrospectableIface *iface)
-{
-}
-
-/**
- * dbus_introspectable_proxy_new:
- * @connection: A #GDBusConnection.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Introspectable.top_of_page">org.freedesktop.DBus.Introspectable</link>. See g_dbus_proxy_new() for more details.
- *
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_introspectable_proxy_new_finish() to get the result of the operation.
- *
- * See dbus_introspectable_proxy_new_sync() for the synchronous, blocking version of this constructor.
- */
-void
-dbus_introspectable_proxy_new (
-    GDBusConnection     *connection,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GAsyncReadyCallback  callback,
-    gpointer             user_data)
-{
-  g_async_initable_new_async (TYPE_DBUS_INTROSPECTABLE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Introspectable", NULL);
-}
-
-/**
- * dbus_introspectable_proxy_new_finish:
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_introspectable_proxy_new().
- * @error: Return location for error or %NULL
- *
- * Finishes an operation started with dbus_introspectable_proxy_new().
- *
- * Returns: (transfer full) (type DBusIntrospectableProxy): The constructed proxy object or %NULL if @error is set.
- */
-DBusIntrospectable *
-dbus_introspectable_proxy_new_finish (
-    GAsyncResult        *res,
-    GError             **error)
-{
-  GObject *ret;
-  GObject *source_object;
-  source_object = g_async_result_get_source_object (res);
-  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
-  g_object_unref (source_object);
-  if (ret != NULL)
-    return DBUS_INTROSPECTABLE (ret);
-  else
-    return NULL;
-}
-
-/**
- * dbus_introspectable_proxy_new_sync:
- * @connection: A #GDBusConnection.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL
- *
- * Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Introspectable.top_of_page">org.freedesktop.DBus.Introspectable</link>. See g_dbus_proxy_new_sync() for more details.
- *
- * The calling thread is blocked until a reply is received.
- *
- * See dbus_introspectable_proxy_new() for the asynchronous version of this constructor.
- *
- * Returns: (transfer full) (type DBusIntrospectableProxy): The constructed proxy object or %NULL if @error is set.
- */
-DBusIntrospectable *
-dbus_introspectable_proxy_new_sync (
-    GDBusConnection     *connection,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GError             **error)
-{
-  GInitable *ret;
-  ret = g_initable_new (TYPE_DBUS_INTROSPECTABLE_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Introspectable", NULL);
-  if (ret != NULL)
-    return DBUS_INTROSPECTABLE (ret);
-  else
-    return NULL;
-}
-
-
-/**
- * dbus_introspectable_proxy_new_for_bus:
- * @bus_type: A #GBusType.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: A bus name (well-known or unique).
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: User data to pass to @callback.
- *
- * Like dbus_introspectable_proxy_new() but takes a #GBusType instead of a #GDBusConnection.
- *
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_introspectable_proxy_new_for_bus_finish() to get the result of the operation.
- *
- * See dbus_introspectable_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.
- */
-void
-dbus_introspectable_proxy_new_for_bus (
-    GBusType             bus_type,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GAsyncReadyCallback  callback,
-    gpointer             user_data)
-{
-  g_async_initable_new_async (TYPE_DBUS_INTROSPECTABLE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Introspectable", NULL);
-}
-
-/**
- * dbus_introspectable_proxy_new_for_bus_finish:
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_introspectable_proxy_new_for_bus().
- * @error: Return location for error or %NULL
- *
- * Finishes an operation started with dbus_introspectable_proxy_new_for_bus().
- *
- * Returns: (transfer full) (type DBusIntrospectableProxy): The constructed proxy object or %NULL if @error is set.
- */
-DBusIntrospectable *
-dbus_introspectable_proxy_new_for_bus_finish (
-    GAsyncResult        *res,
-    GError             **error)
-{
-  GObject *ret;
-  GObject *source_object;
-  source_object = g_async_result_get_source_object (res);
-  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
-  g_object_unref (source_object);
-  if (ret != NULL)
-    return DBUS_INTROSPECTABLE (ret);
-  else
-    return NULL;
-}
-
-/**
- * dbus_introspectable_proxy_new_for_bus_sync:
- * @bus_type: A #GBusType.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: A bus name (well-known or unique).
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL
- *
- * Like dbus_introspectable_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.
- *
- * The calling thread is blocked until a reply is received.
- *
- * See dbus_introspectable_proxy_new_for_bus() for the asynchronous version of this constructor.
- *
- * Returns: (transfer full) (type DBusIntrospectableProxy): The constructed proxy object or %NULL if @error is set.
- */
-DBusIntrospectable *
-dbus_introspectable_proxy_new_for_bus_sync (
-    GBusType             bus_type,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GError             **error)
-{
-  GInitable *ret;
-  ret = g_initable_new (TYPE_DBUS_INTROSPECTABLE_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Introspectable", NULL);
-  if (ret != NULL)
-    return DBUS_INTROSPECTABLE (ret);
-  else
-    return NULL;
-}
-
-
-/* ------------------------------------------------------------------------ */
-
-/**
- * DBusIntrospectableSkeleton:
- *
- * The #DBusIntrospectableSkeleton structure contains only private data and should only be accessed using the provided API.
- */
-
-/**
- * DBusIntrospectableSkeletonClass:
- * @parent_class: The parent class.
- *
- * Class structure for #DBusIntrospectableSkeleton.
- */
-
-struct _DBusIntrospectableSkeletonPrivate
-{
-  GValue *properties;
-  GList *changed_properties;
-  GSource *changed_properties_idle_source;
-  GMainContext *context;
-  GMutex lock;
-};
-
-static void
-_dbus_introspectable_skeleton_handle_method_call (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name,
-  const gchar *method_name,
-  GVariant *parameters,
-  GDBusMethodInvocation *invocation,
-  gpointer user_data)
-{
-  DBusIntrospectableSkeleton *skeleton = DBUS_INTROSPECTABLE_SKELETON (user_data);
-  _ExtendedGDBusMethodInfo *info;
-  GVariantIter iter;
-  GVariant *child;
-  GValue *paramv;
-  guint num_params;
-  guint num_extra;
-  guint n;
-  guint signal_id;
-  GValue return_value = G_VALUE_INIT;
-  info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);
-  g_assert (info != NULL);
-  num_params = g_variant_n_children (parameters);
-  num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);
-  n = 0;
-  g_value_init (&paramv[n], TYPE_DBUS_INTROSPECTABLE);
-  g_value_set_object (&paramv[n++], skeleton);
-  g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);
-  g_value_set_object (&paramv[n++], invocation);
-  if (info->pass_fdlist)
-    {
-#ifdef G_OS_UNIX
-      g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);
-      g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));
-#else
-      g_assert_not_reached ();
-#endif
-    }
-  g_variant_iter_init (&iter, parameters);
-  while ((child = g_variant_iter_next_value (&iter)) != NULL)
-    {
-      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];
-      if (arg_info->use_gvariant)
-        {
-          g_value_init (&paramv[n], G_TYPE_VARIANT);
-          g_value_set_variant (&paramv[n], child);
-          n++;
-        }
-      else
-        g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
-      g_variant_unref (child);
-    }
-  signal_id = g_signal_lookup (info->signal_name, TYPE_DBUS_INTROSPECTABLE);
-  g_value_init (&return_value, G_TYPE_BOOLEAN);
-  g_signal_emitv (paramv, signal_id, 0, &return_value);
-  if (!g_value_get_boolean (&return_value))
-    g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name);
-  g_value_unset (&return_value);
-  for (n = 0; n < num_params + num_extra; n++)
-    g_value_unset (&paramv[n]);
-  g_free (paramv);
-}
-
-static GVariant *
-_dbus_introspectable_skeleton_handle_get_property (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name G_GNUC_UNUSED,
-  const gchar *property_name,
-  GError **error,
-  gpointer user_data)
-{
-  DBusIntrospectableSkeleton *skeleton = DBUS_INTROSPECTABLE_SKELETON (user_data);
-  GValue value = G_VALUE_INIT;
-  GParamSpec *pspec;
-  _ExtendedGDBusPropertyInfo *info;
-  GVariant *ret;
-  ret = NULL;
-  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_introspectable_interface_info.parent_struct, property_name);
-  g_assert (info != NULL);
-  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
-  if (pspec == NULL)
-    {
-      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
-    }
-  else
-    {
-      g_value_init (&value, pspec->value_type);
-      g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);
-      ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));
-      g_value_unset (&value);
-    }
-  return ret;
-}
-
-static gboolean
-_dbus_introspectable_skeleton_handle_set_property (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name G_GNUC_UNUSED,
-  const gchar *property_name,
-  GVariant *variant,
-  GError **error,
-  gpointer user_data)
-{
-  DBusIntrospectableSkeleton *skeleton = DBUS_INTROSPECTABLE_SKELETON (user_data);
-  GValue value = G_VALUE_INIT;
-  GParamSpec *pspec;
-  _ExtendedGDBusPropertyInfo *info;
-  gboolean ret;
-  ret = FALSE;
-  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_introspectable_interface_info.parent_struct, property_name);
-  g_assert (info != NULL);
-  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
-  if (pspec == NULL)
-    {
-      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
-    }
-  else
-    {
-      if (info->use_gvariant)
-        g_value_set_variant (&value, variant);
-      else
-        g_dbus_gvariant_to_gvalue (variant, &value);
-      g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);
-      g_value_unset (&value);
-      ret = TRUE;
-    }
-  return ret;
-}
-
-static const GDBusInterfaceVTable _dbus_introspectable_skeleton_vtable =
-{
-  _dbus_introspectable_skeleton_handle_method_call,
-  _dbus_introspectable_skeleton_handle_get_property,
-  _dbus_introspectable_skeleton_handle_set_property,
-  {NULL}
-};
-
-static GDBusInterfaceInfo *
-dbus_introspectable_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)
-{
-  return dbus_introspectable_interface_info ();
-}
-
-static GDBusInterfaceVTable *
-dbus_introspectable_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)
-{
-  return (GDBusInterfaceVTable *) &_dbus_introspectable_skeleton_vtable;
-}
-
-static GVariant *
-dbus_introspectable_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)
-{
-  DBusIntrospectableSkeleton *skeleton = DBUS_INTROSPECTABLE_SKELETON (_skeleton);
-
-  GVariantBuilder builder;
-  guint n;
-  g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));
-  if (_dbus_introspectable_interface_info.parent_struct.properties == NULL)
-    goto out;
-  for (n = 0; _dbus_introspectable_interface_info.parent_struct.properties[n] != NULL; n++)
-    {
-      GDBusPropertyInfo *info = _dbus_introspectable_interface_info.parent_struct.properties[n];
-      if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)
-        {
-          GVariant *value;
-          value = _dbus_introspectable_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.freedesktop.DBus.Introspectable", info->name, NULL, skeleton);
-          if (value != NULL)
-            {
-              g_variant_take_ref (value);
-              g_variant_builder_add (&builder, "{sv}", info->name, value);
-              g_variant_unref (value);
-            }
-        }
-    }
-out:
-  return g_variant_builder_end (&builder);
-}
-
-static void
-dbus_introspectable_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)
-{
-}
-
-static void dbus_introspectable_skeleton_iface_init (DBusIntrospectableIface *iface);
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-G_DEFINE_TYPE_WITH_CODE (DBusIntrospectableSkeleton, dbus_introspectable_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
-                         G_ADD_PRIVATE (DBusIntrospectableSkeleton)
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_INTROSPECTABLE, dbus_introspectable_skeleton_iface_init));
-
-#else
-G_DEFINE_TYPE_WITH_CODE (DBusIntrospectableSkeleton, dbus_introspectable_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_INTROSPECTABLE, dbus_introspectable_skeleton_iface_init));
-
-#endif
-static void
-dbus_introspectable_skeleton_finalize (GObject *object)
-{
-  DBusIntrospectableSkeleton *skeleton = DBUS_INTROSPECTABLE_SKELETON (object);
-  g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);
-  if (skeleton->priv->changed_properties_idle_source != NULL)
-    g_source_destroy (skeleton->priv->changed_properties_idle_source);
-  g_main_context_unref (skeleton->priv->context);
-  g_mutex_clear (&skeleton->priv->lock);
-  G_OBJECT_CLASS (dbus_introspectable_skeleton_parent_class)->finalize (object);
-}
-
-static void
-dbus_introspectable_skeleton_init (DBusIntrospectableSkeleton *skeleton)
-{
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-  skeleton->priv = dbus_introspectable_skeleton_get_instance_private (skeleton);
-#else
-  skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_DBUS_INTROSPECTABLE_SKELETON, DBusIntrospectableSkeletonPrivate);
-#endif
-
-  g_mutex_init (&skeleton->priv->lock);
-  skeleton->priv->context = g_main_context_ref_thread_default ();
-}
-
-static void
-dbus_introspectable_skeleton_class_init (DBusIntrospectableSkeletonClass *klass)
-{
-  GObjectClass *gobject_class;
-  GDBusInterfaceSkeletonClass *skeleton_class;
-
-  gobject_class = G_OBJECT_CLASS (klass);
-  gobject_class->finalize = dbus_introspectable_skeleton_finalize;
-
-  skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);
-  skeleton_class->get_info = dbus_introspectable_skeleton_dbus_interface_get_info;
-  skeleton_class->get_properties = dbus_introspectable_skeleton_dbus_interface_get_properties;
-  skeleton_class->flush = dbus_introspectable_skeleton_dbus_interface_flush;
-  skeleton_class->get_vtable = dbus_introspectable_skeleton_dbus_interface_get_vtable;
-
-#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38
-  g_type_class_add_private (klass, sizeof (DBusIntrospectableSkeletonPrivate));
-#endif
-}
-
-static void
-dbus_introspectable_skeleton_iface_init (DBusIntrospectableIface *iface)
-{
-}
-
-/**
- * dbus_introspectable_skeleton_new:
- *
- * Creates a skeleton object for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Introspectable.top_of_page">org.freedesktop.DBus.Introspectable</link>.
- *
- * Returns: (transfer full) (type DBusIntrospectableSkeleton): The skeleton object.
- */
-DBusIntrospectable *
-dbus_introspectable_skeleton_new (void)
-{
-  return DBUS_INTROSPECTABLE (g_object_new (TYPE_DBUS_INTROSPECTABLE_SKELETON, NULL));
-}
-
-/* ------------------------------------------------------------------------
- * Code for interface org.freedesktop.DBus.Properties
- * ------------------------------------------------------------------------
- */
-
-/**
- * SECTION:DBusProperties
- * @title: DBusProperties
- * @short_description: Generated C code for the org.freedesktop.DBus.Properties D-Bus interface
- *
- * This section contains code for working with the <link linkend="gdbus-interface-org-freedesktop-DBus-Properties.top_of_page">org.freedesktop.DBus.Properties</link> D-Bus interface in C.
- */
-
-/* ---- Introspection data for org.freedesktop.DBus.Properties ---- */
-
-static const _ExtendedGDBusArgInfo _dbus_properties_method_info_get_IN_ARG_interface =
-{
-  {
-    -1,
-    (gchar *) "interface",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _dbus_properties_method_info_get_IN_ARG_property =
-{
-  {
-    -1,
-    (gchar *) "property",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _dbus_properties_method_info_get_IN_ARG_pointers[] =
-{
-  &_dbus_properties_method_info_get_IN_ARG_interface,
-  &_dbus_properties_method_info_get_IN_ARG_property,
-  NULL
-};
-
-static const _ExtendedGDBusArgInfo _dbus_properties_method_info_get_OUT_ARG_value =
-{
-  {
-    -1,
-    (gchar *) "value",
-    (gchar *) "v",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _dbus_properties_method_info_get_OUT_ARG_pointers[] =
-{
-  &_dbus_properties_method_info_get_OUT_ARG_value,
-  NULL
-};
-
-static const _ExtendedGDBusMethodInfo _dbus_properties_method_info_get =
-{
-  {
-    -1,
-    (gchar *) "Get",
-    (GDBusArgInfo **) &_dbus_properties_method_info_get_IN_ARG_pointers,
-    (GDBusArgInfo **) &_dbus_properties_method_info_get_OUT_ARG_pointers,
-    NULL
-  },
-  "handle-get",
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _dbus_properties_method_info_get_all_IN_ARG_interface =
-{
-  {
-    -1,
-    (gchar *) "interface",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _dbus_properties_method_info_get_all_IN_ARG_pointers[] =
-{
-  &_dbus_properties_method_info_get_all_IN_ARG_interface,
-  NULL
-};
-
-static const _ExtendedGDBusArgInfo _dbus_properties_method_info_get_all_OUT_ARG_properties =
-{
-  {
-    -1,
-    (gchar *) "properties",
-    (gchar *) "a{sv}",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _dbus_properties_method_info_get_all_OUT_ARG_pointers[] =
-{
-  &_dbus_properties_method_info_get_all_OUT_ARG_properties,
-  NULL
-};
-
-static const _ExtendedGDBusMethodInfo _dbus_properties_method_info_get_all =
-{
-  {
-    -1,
-    (gchar *) "GetAll",
-    (GDBusArgInfo **) &_dbus_properties_method_info_get_all_IN_ARG_pointers,
-    (GDBusArgInfo **) &_dbus_properties_method_info_get_all_OUT_ARG_pointers,
-    NULL
-  },
-  "handle-get-all",
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _dbus_properties_method_info_set_IN_ARG_interface =
-{
-  {
-    -1,
-    (gchar *) "interface",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _dbus_properties_method_info_set_IN_ARG_property =
-{
-  {
-    -1,
-    (gchar *) "property",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _dbus_properties_method_info_set_IN_ARG_value =
-{
-  {
-    -1,
-    (gchar *) "value",
-    (gchar *) "v",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _dbus_properties_method_info_set_IN_ARG_pointers[] =
-{
-  &_dbus_properties_method_info_set_IN_ARG_interface,
-  &_dbus_properties_method_info_set_IN_ARG_property,
-  &_dbus_properties_method_info_set_IN_ARG_value,
-  NULL
-};
-
-static const _ExtendedGDBusMethodInfo _dbus_properties_method_info_set =
-{
-  {
-    -1,
-    (gchar *) "Set",
-    (GDBusArgInfo **) &_dbus_properties_method_info_set_IN_ARG_pointers,
-    NULL,
-    NULL
-  },
-  "handle-set",
-  FALSE
-};
-
-static const _ExtendedGDBusMethodInfo * const _dbus_properties_method_info_pointers[] =
-{
-  &_dbus_properties_method_info_get,
-  &_dbus_properties_method_info_get_all,
-  &_dbus_properties_method_info_set,
-  NULL
-};
-
-static const _ExtendedGDBusArgInfo _dbus_properties_signal_info_properties_changed_ARG_interface =
-{
-  {
-    -1,
-    (gchar *) "interface",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _dbus_properties_signal_info_properties_changed_ARG_changed_properties =
-{
-  {
-    -1,
-    (gchar *) "changed_properties",
-    (gchar *) "a{sv}",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _dbus_properties_signal_info_properties_changed_ARG_invalidated_properties =
-{
-  {
-    -1,
-    (gchar *) "invalidated_properties",
-    (gchar *) "as",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _dbus_properties_signal_info_properties_changed_ARG_pointers[] =
-{
-  &_dbus_properties_signal_info_properties_changed_ARG_interface,
-  &_dbus_properties_signal_info_properties_changed_ARG_changed_properties,
-  &_dbus_properties_signal_info_properties_changed_ARG_invalidated_properties,
-  NULL
-};
-
-static const _ExtendedGDBusSignalInfo _dbus_properties_signal_info_properties_changed =
-{
-  {
-    -1,
-    (gchar *) "PropertiesChanged",
-    (GDBusArgInfo **) &_dbus_properties_signal_info_properties_changed_ARG_pointers,
-    NULL
-  },
-  "properties-changed"
-};
-
-static const _ExtendedGDBusSignalInfo * const _dbus_properties_signal_info_pointers[] =
-{
-  &_dbus_properties_signal_info_properties_changed,
-  NULL
-};
-
-static const _ExtendedGDBusInterfaceInfo _dbus_properties_interface_info =
-{
-  {
-    -1,
-    (gchar *) "org.freedesktop.DBus.Properties",
-    (GDBusMethodInfo **) &_dbus_properties_method_info_pointers,
-    (GDBusSignalInfo **) &_dbus_properties_signal_info_pointers,
-    NULL,
-    NULL
-  },
-  "dbus-properties",
-};
-
-
-/**
- * dbus_properties_interface_info:
- *
- * Gets a machine-readable description of the <link linkend="gdbus-interface-org-freedesktop-DBus-Properties.top_of_page">org.freedesktop.DBus.Properties</link> D-Bus interface.
- *
- * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.
- */
-GDBusInterfaceInfo *
-dbus_properties_interface_info (void)
-{
-  return (GDBusInterfaceInfo *) &_dbus_properties_interface_info.parent_struct;
-}
-
-/**
- * dbus_properties_override_properties:
- * @klass: The class structure for a #GObject<!-- -->-derived class.
- * @property_id_begin: The property id to assign to the first overridden property.
- *
- * Overrides all #GObject properties in the #DBusProperties interface for a concrete class.
- * The properties are overridden in the order they are defined.
- *
- * Returns: The last property id.
- */
-guint
-dbus_properties_override_properties (GObjectClass *klass, guint property_id_begin)
-{
-  return property_id_begin - 1;
-}
-
-
-
-/**
- * DBusProperties:
- *
- * Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Properties.top_of_page">org.freedesktop.DBus.Properties</link>.
- */
-
-/**
- * DBusPropertiesIface:
- * @parent_iface: The parent interface.
- * @handle_get: Handler for the #DBusProperties::handle-get signal.
- * @handle_get_all: Handler for the #DBusProperties::handle-get-all signal.
- * @handle_set: Handler for the #DBusProperties::handle-set signal.
- * @properties_changed: Handler for the #DBusProperties::properties-changed signal.
- *
- * Virtual table for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Properties.top_of_page">org.freedesktop.DBus.Properties</link>.
- */
-
-typedef DBusPropertiesIface DBusPropertiesInterface;
-G_DEFINE_INTERFACE (DBusProperties, dbus_properties, G_TYPE_OBJECT);
-
-static void
-dbus_properties_default_init (DBusPropertiesIface *iface)
-{
-  /* GObject signals for incoming D-Bus method calls: */
-  /**
-   * DBusProperties::handle-get:
-   * @object: A #DBusProperties.
-   * @invocation: A #GDBusMethodInvocation.
-   * @arg_interface: Argument passed by remote caller.
-   * @arg_property: Argument passed by remote caller.
-   *
-   * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.Get">Get()</link> D-Bus method.
-   *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_properties_complete_get() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
-   *
-   * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
-   */
-  g_signal_new ("handle-get",
-    G_TYPE_FROM_INTERFACE (iface),
-    G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (DBusPropertiesIface, handle_get),
-    g_signal_accumulator_true_handled,
-    NULL,
-    g_cclosure_marshal_generic,
-    G_TYPE_BOOLEAN,
-    3,
-    G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING, G_TYPE_STRING);
-
-  /**
-   * DBusProperties::handle-get-all:
-   * @object: A #DBusProperties.
-   * @invocation: A #GDBusMethodInvocation.
-   * @arg_interface: Argument passed by remote caller.
-   *
-   * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.GetAll">GetAll()</link> D-Bus method.
-   *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_properties_complete_get_all() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
-   *
-   * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
-   */
-  g_signal_new ("handle-get-all",
-    G_TYPE_FROM_INTERFACE (iface),
-    G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (DBusPropertiesIface, handle_get_all),
-    g_signal_accumulator_true_handled,
-    NULL,
-    g_cclosure_marshal_generic,
-    G_TYPE_BOOLEAN,
-    2,
-    G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING);
-
-  /**
-   * DBusProperties::handle-set:
-   * @object: A #DBusProperties.
-   * @invocation: A #GDBusMethodInvocation.
-   * @arg_interface: Argument passed by remote caller.
-   * @arg_property: Argument passed by remote caller.
-   * @arg_value: Argument passed by remote caller.
-   *
-   * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.Set">Set()</link> D-Bus method.
-   *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call dbus_properties_complete_set() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
-   *
-   * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
-   */
-  g_signal_new ("handle-set",
-    G_TYPE_FROM_INTERFACE (iface),
-    G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (DBusPropertiesIface, handle_set),
-    g_signal_accumulator_true_handled,
-    NULL,
-    g_cclosure_marshal_generic,
-    G_TYPE_BOOLEAN,
-    4,
-    G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT);
-
-  /* GObject signals for received D-Bus signals: */
-  /**
-   * DBusProperties::properties-changed:
-   * @object: A #DBusProperties.
-   * @arg_interface: Argument.
-   * @arg_changed_properties: Argument.
-   * @arg_invalidated_properties: Argument.
-   *
-   * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-freedesktop-DBus-Properties.PropertiesChanged">"PropertiesChanged"</link> is received.
-   *
-   * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
-   */
-  g_signal_new ("properties-changed",
-    G_TYPE_FROM_INTERFACE (iface),
-    G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (DBusPropertiesIface, properties_changed),
-    NULL,
-    NULL,
-    g_cclosure_marshal_generic,
-    G_TYPE_NONE,
-    3, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRV);
-
-}
-
-/**
- * dbus_properties_emit_properties_changed:
- * @object: A #DBusProperties.
- * @arg_interface: Argument to pass with the signal.
- * @arg_changed_properties: Argument to pass with the signal.
- * @arg_invalidated_properties: Argument to pass with the signal.
- *
- * Emits the <link linkend="gdbus-signal-org-freedesktop-DBus-Properties.PropertiesChanged">"PropertiesChanged"</link> D-Bus signal.
- */
-void
-dbus_properties_emit_properties_changed (
-    DBusProperties *object,
-    const gchar *arg_interface,
-    GVariant *arg_changed_properties,
-    const gchar *const *arg_invalidated_properties)
-{
-  g_signal_emit_by_name (object, "properties-changed", arg_interface, arg_changed_properties, arg_invalidated_properties);
-}
-
-/**
- * dbus_properties_call_get:
- * @proxy: A #DBusPropertiesProxy.
- * @arg_interface: Argument to pass with the method invocation.
- * @arg_property: Argument to pass with the method invocation.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.Get">Get()</link> D-Bus method on @proxy.
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_properties_call_get_finish() to get the result of the operation.
- *
- * See dbus_properties_call_get_sync() for the synchronous, blocking version of this method.
- */
-void
-dbus_properties_call_get (
-    DBusProperties *proxy,
-    const gchar *arg_interface,
-    const gchar *arg_property,
-    GCancellable *cancellable,
-    GAsyncReadyCallback callback,
-    gpointer user_data)
-{
-  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "Get",
-    g_variant_new ("(ss)",
-                   arg_interface,
-                   arg_property),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    callback,
-    user_data);
-}
-
-/**
- * dbus_properties_call_get_finish:
- * @proxy: A #DBusPropertiesProxy.
- * @out_value: (out): Return location for return parameter or %NULL to ignore.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_properties_call_get().
- * @error: Return location for error or %NULL.
- *
- * Finishes an operation started with dbus_properties_call_get().
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_properties_call_get_finish (
-    DBusProperties *proxy,
-    GVariant **out_value,
-    GAsyncResult *res,
-    GError **error)
-{
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "(@v)",
-                 out_value);
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
-
-/**
- * dbus_properties_call_get_sync:
- * @proxy: A #DBusPropertiesProxy.
- * @arg_interface: Argument to pass with the method invocation.
- * @arg_property: Argument to pass with the method invocation.
- * @out_value: (out): Return location for return parameter or %NULL to ignore.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL.
- *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.Get">Get()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
- *
- * See dbus_properties_call_get() for the asynchronous version of this method.
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_properties_call_get_sync (
-    DBusProperties *proxy,
-    const gchar *arg_interface,
-    const gchar *arg_property,
-    GVariant **out_value,
-    GCancellable *cancellable,
-    GError **error)
-{
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "Get",
-    g_variant_new ("(ss)",
-                   arg_interface,
-                   arg_property),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "(@v)",
-                 out_value);
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
-
-/**
- * dbus_properties_call_get_all:
- * @proxy: A #DBusPropertiesProxy.
- * @arg_interface: Argument to pass with the method invocation.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.GetAll">GetAll()</link> D-Bus method on @proxy.
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_properties_call_get_all_finish() to get the result of the operation.
- *
- * See dbus_properties_call_get_all_sync() for the synchronous, blocking version of this method.
- */
-void
-dbus_properties_call_get_all (
-    DBusProperties *proxy,
-    const gchar *arg_interface,
-    GCancellable *cancellable,
-    GAsyncReadyCallback callback,
-    gpointer user_data)
-{
-  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "GetAll",
-    g_variant_new ("(s)",
-                   arg_interface),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    callback,
-    user_data);
-}
-
-/**
- * dbus_properties_call_get_all_finish:
- * @proxy: A #DBusPropertiesProxy.
- * @out_properties: (out): Return location for return parameter or %NULL to ignore.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_properties_call_get_all().
- * @error: Return location for error or %NULL.
- *
- * Finishes an operation started with dbus_properties_call_get_all().
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_properties_call_get_all_finish (
-    DBusProperties *proxy,
-    GVariant **out_properties,
-    GAsyncResult *res,
-    GError **error)
-{
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "(@a{sv})",
-                 out_properties);
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
-
-/**
- * dbus_properties_call_get_all_sync:
- * @proxy: A #DBusPropertiesProxy.
- * @arg_interface: Argument to pass with the method invocation.
- * @out_properties: (out): Return location for return parameter or %NULL to ignore.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL.
- *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.GetAll">GetAll()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
- *
- * See dbus_properties_call_get_all() for the asynchronous version of this method.
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_properties_call_get_all_sync (
-    DBusProperties *proxy,
-    const gchar *arg_interface,
-    GVariant **out_properties,
-    GCancellable *cancellable,
-    GError **error)
-{
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "GetAll",
-    g_variant_new ("(s)",
-                   arg_interface),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "(@a{sv})",
-                 out_properties);
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
-
-/**
- * dbus_properties_call_set:
- * @proxy: A #DBusPropertiesProxy.
- * @arg_interface: Argument to pass with the method invocation.
- * @arg_property: Argument to pass with the method invocation.
- * @arg_value: Argument to pass with the method invocation.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.Set">Set()</link> D-Bus method on @proxy.
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_properties_call_set_finish() to get the result of the operation.
- *
- * See dbus_properties_call_set_sync() for the synchronous, blocking version of this method.
- */
-void
-dbus_properties_call_set (
-    DBusProperties *proxy,
-    const gchar *arg_interface,
-    const gchar *arg_property,
-    GVariant *arg_value,
-    GCancellable *cancellable,
-    GAsyncReadyCallback callback,
-    gpointer user_data)
-{
-  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "Set",
-    g_variant_new ("(ss@v)",
-                   arg_interface,
-                   arg_property,
-                   arg_value),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    callback,
-    user_data);
-}
-
-/**
- * dbus_properties_call_set_finish:
- * @proxy: A #DBusPropertiesProxy.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_properties_call_set().
- * @error: Return location for error or %NULL.
- *
- * Finishes an operation started with dbus_properties_call_set().
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_properties_call_set_finish (
-    DBusProperties *proxy,
-    GAsyncResult *res,
-    GError **error)
-{
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
-
-/**
- * dbus_properties_call_set_sync:
- * @proxy: A #DBusPropertiesProxy.
- * @arg_interface: Argument to pass with the method invocation.
- * @arg_property: Argument to pass with the method invocation.
- * @arg_value: Argument to pass with the method invocation.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL.
- *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.Set">Set()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
- *
- * See dbus_properties_call_set() for the asynchronous version of this method.
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-dbus_properties_call_set_sync (
-    DBusProperties *proxy,
-    const gchar *arg_interface,
-    const gchar *arg_property,
-    GVariant *arg_value,
-    GCancellable *cancellable,
-    GError **error)
-{
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "Set",
-    g_variant_new ("(ss@v)",
-                   arg_interface,
-                   arg_property,
-                   arg_value),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
-
-/**
- * dbus_properties_complete_get:
- * @object: A #DBusProperties.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
- * @value: Parameter to return.
- *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.Get">Get()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
- *
- * This method will free @invocation, you cannot use it afterwards.
- */
-void
-dbus_properties_complete_get (
-    DBusProperties *object,
-    GDBusMethodInvocation *invocation,
-    GVariant *value)
-{
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("(@v)",
-                   value));
-}
-
-/**
- * dbus_properties_complete_get_all:
- * @object: A #DBusProperties.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
- * @properties: Parameter to return.
- *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.GetAll">GetAll()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
- *
- * This method will free @invocation, you cannot use it afterwards.
- */
-void
-dbus_properties_complete_get_all (
-    DBusProperties *object,
-    GDBusMethodInvocation *invocation,
-    GVariant *properties)
-{
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("(@a{sv})",
-                   properties));
-}
-
-/**
- * dbus_properties_complete_set:
- * @object: A #DBusProperties.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
- *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-DBus-Properties.Set">Set()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
- *
- * This method will free @invocation, you cannot use it afterwards.
- */
-void
-dbus_properties_complete_set (
-    DBusProperties *object,
-    GDBusMethodInvocation *invocation)
-{
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("()"));
-}
-
-/* ------------------------------------------------------------------------ */
-
-/**
- * DBusPropertiesProxy:
- *
- * The #DBusPropertiesProxy structure contains only private data and should only be accessed using the provided API.
- */
-
-/**
- * DBusPropertiesProxyClass:
- * @parent_class: The parent class.
- *
- * Class structure for #DBusPropertiesProxy.
- */
-
-struct _DBusPropertiesProxyPrivate
-{
-  GData *qdata;
-};
-
-static void dbus_properties_proxy_iface_init (DBusPropertiesIface *iface);
-
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-G_DEFINE_TYPE_WITH_CODE (DBusPropertiesProxy, dbus_properties_proxy, G_TYPE_DBUS_PROXY,
-                         G_ADD_PRIVATE (DBusPropertiesProxy)
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_PROPERTIES, dbus_properties_proxy_iface_init));
-
-#else
-G_DEFINE_TYPE_WITH_CODE (DBusPropertiesProxy, dbus_properties_proxy, G_TYPE_DBUS_PROXY,
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_PROPERTIES, dbus_properties_proxy_iface_init));
-
-#endif
-static void
-dbus_properties_proxy_finalize (GObject *object)
-{
-  DBusPropertiesProxy *proxy = DBUS_PROPERTIES_PROXY (object);
-  g_datalist_clear (&proxy->priv->qdata);
-  G_OBJECT_CLASS (dbus_properties_proxy_parent_class)->finalize (object);
-}
-
-static void
-dbus_properties_proxy_get_property (GObject      *object,
-  guint         prop_id,
-  GValue       *value,
-  GParamSpec   *pspec G_GNUC_UNUSED)
-{
-}
-
-static void
-dbus_properties_proxy_set_property (GObject      *object,
-  guint         prop_id,
-  const GValue *value,
-  GParamSpec   *pspec G_GNUC_UNUSED)
-{
-}
-
-static void
-dbus_properties_proxy_g_signal (GDBusProxy *proxy,
-  const gchar *sender_name G_GNUC_UNUSED,
-  const gchar *signal_name,
-  GVariant *parameters)
-{
-  _ExtendedGDBusSignalInfo *info;
-  GVariantIter iter;
-  GVariant *child;
-  GValue *paramv;
-  guint num_params;
-  guint n;
-  guint signal_id;
-  info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_dbus_properties_interface_info.parent_struct, signal_name);
-  if (info == NULL)
-    return;
-  num_params = g_variant_n_children (parameters);
-  paramv = g_new0 (GValue, num_params + 1);
-  g_value_init (&paramv[0], TYPE_DBUS_PROPERTIES);
-  g_value_set_object (&paramv[0], proxy);
-  g_variant_iter_init (&iter, parameters);
-  n = 1;
-  while ((child = g_variant_iter_next_value (&iter)) != NULL)
-    {
-      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];
-      if (arg_info->use_gvariant)
-        {
-          g_value_init (&paramv[n], G_TYPE_VARIANT);
-          g_value_set_variant (&paramv[n], child);
-          n++;
-        }
-      else
-        g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
-      g_variant_unref (child);
-    }
-  signal_id = g_signal_lookup (info->signal_name, TYPE_DBUS_PROPERTIES);
-  g_signal_emitv (paramv, signal_id, 0, NULL);
-  for (n = 0; n < num_params + 1; n++)
-    g_value_unset (&paramv[n]);
-  g_free (paramv);
-}
-
-static void
-dbus_properties_proxy_g_properties_changed (GDBusProxy *_proxy,
-  GVariant *changed_properties,
-  const gchar *const *invalidated_properties)
-{
-  DBusPropertiesProxy *proxy = DBUS_PROPERTIES_PROXY (_proxy);
-  guint n;
-  const gchar *key;
-  GVariantIter *iter;
-  _ExtendedGDBusPropertyInfo *info;
-  g_variant_get (changed_properties, "a{sv}", &iter);
-  while (g_variant_iter_next (iter, "{&sv}", &key, NULL))
-    {
-      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_properties_interface_info.parent_struct, key);
-      g_datalist_remove_data (&proxy->priv->qdata, key);
-      if (info != NULL)
-        g_object_notify (G_OBJECT (proxy), info->hyphen_name);
-    }
-  g_variant_iter_free (iter);
-  for (n = 0; invalidated_properties[n] != NULL; n++)
-    {
-      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_properties_interface_info.parent_struct, invalidated_properties[n]);
-      g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);
-      if (info != NULL)
-        g_object_notify (G_OBJECT (proxy), info->hyphen_name);
-    }
-}
-
-static void
-dbus_properties_proxy_init (DBusPropertiesProxy *proxy)
-{
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-  proxy->priv = dbus_properties_proxy_get_instance_private (proxy);
-#else
-  proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_DBUS_PROPERTIES_PROXY, DBusPropertiesProxyPrivate);
-#endif
-
-  g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), dbus_properties_interface_info ());
-}
-
-static void
-dbus_properties_proxy_class_init (DBusPropertiesProxyClass *klass)
-{
-  GObjectClass *gobject_class;
-  GDBusProxyClass *proxy_class;
-
-  gobject_class = G_OBJECT_CLASS (klass);
-  gobject_class->finalize     = dbus_properties_proxy_finalize;
-  gobject_class->get_property = dbus_properties_proxy_get_property;
-  gobject_class->set_property = dbus_properties_proxy_set_property;
-
-  proxy_class = G_DBUS_PROXY_CLASS (klass);
-  proxy_class->g_signal = dbus_properties_proxy_g_signal;
-  proxy_class->g_properties_changed = dbus_properties_proxy_g_properties_changed;
-
-#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38
-  g_type_class_add_private (klass, sizeof (DBusPropertiesProxyPrivate));
-#endif
-}
-
-static void
-dbus_properties_proxy_iface_init (DBusPropertiesIface *iface)
-{
-}
-
-/**
- * dbus_properties_proxy_new:
- * @connection: A #GDBusConnection.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Properties.top_of_page">org.freedesktop.DBus.Properties</link>. See g_dbus_proxy_new() for more details.
- *
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_properties_proxy_new_finish() to get the result of the operation.
- *
- * See dbus_properties_proxy_new_sync() for the synchronous, blocking version of this constructor.
- */
-void
-dbus_properties_proxy_new (
-    GDBusConnection     *connection,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GAsyncReadyCallback  callback,
-    gpointer             user_data)
-{
-  g_async_initable_new_async (TYPE_DBUS_PROPERTIES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Properties", NULL);
-}
-
-/**
- * dbus_properties_proxy_new_finish:
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_properties_proxy_new().
- * @error: Return location for error or %NULL
- *
- * Finishes an operation started with dbus_properties_proxy_new().
- *
- * Returns: (transfer full) (type DBusPropertiesProxy): The constructed proxy object or %NULL if @error is set.
- */
-DBusProperties *
-dbus_properties_proxy_new_finish (
-    GAsyncResult        *res,
-    GError             **error)
-{
-  GObject *ret;
-  GObject *source_object;
-  source_object = g_async_result_get_source_object (res);
-  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
-  g_object_unref (source_object);
-  if (ret != NULL)
-    return DBUS_PROPERTIES (ret);
-  else
-    return NULL;
-}
-
-/**
- * dbus_properties_proxy_new_sync:
- * @connection: A #GDBusConnection.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL
- *
- * Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Properties.top_of_page">org.freedesktop.DBus.Properties</link>. See g_dbus_proxy_new_sync() for more details.
- *
- * The calling thread is blocked until a reply is received.
- *
- * See dbus_properties_proxy_new() for the asynchronous version of this constructor.
- *
- * Returns: (transfer full) (type DBusPropertiesProxy): The constructed proxy object or %NULL if @error is set.
- */
-DBusProperties *
-dbus_properties_proxy_new_sync (
-    GDBusConnection     *connection,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GError             **error)
-{
-  GInitable *ret;
-  ret = g_initable_new (TYPE_DBUS_PROPERTIES_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Properties", NULL);
-  if (ret != NULL)
-    return DBUS_PROPERTIES (ret);
-  else
-    return NULL;
-}
-
-
-/**
- * dbus_properties_proxy_new_for_bus:
- * @bus_type: A #GBusType.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: A bus name (well-known or unique).
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: User data to pass to @callback.
- *
- * Like dbus_properties_proxy_new() but takes a #GBusType instead of a #GDBusConnection.
- *
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call dbus_properties_proxy_new_for_bus_finish() to get the result of the operation.
- *
- * See dbus_properties_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.
- */
-void
-dbus_properties_proxy_new_for_bus (
-    GBusType             bus_type,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GAsyncReadyCallback  callback,
-    gpointer             user_data)
-{
-  g_async_initable_new_async (TYPE_DBUS_PROPERTIES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Properties", NULL);
-}
-
-/**
- * dbus_properties_proxy_new_for_bus_finish:
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to dbus_properties_proxy_new_for_bus().
- * @error: Return location for error or %NULL
- *
- * Finishes an operation started with dbus_properties_proxy_new_for_bus().
- *
- * Returns: (transfer full) (type DBusPropertiesProxy): The constructed proxy object or %NULL if @error is set.
- */
-DBusProperties *
-dbus_properties_proxy_new_for_bus_finish (
-    GAsyncResult        *res,
-    GError             **error)
-{
-  GObject *ret;
-  GObject *source_object;
-  source_object = g_async_result_get_source_object (res);
-  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
-  g_object_unref (source_object);
-  if (ret != NULL)
-    return DBUS_PROPERTIES (ret);
-  else
-    return NULL;
-}
-
-/**
- * dbus_properties_proxy_new_for_bus_sync:
- * @bus_type: A #GBusType.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: A bus name (well-known or unique).
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL
- *
- * Like dbus_properties_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.
- *
- * The calling thread is blocked until a reply is received.
- *
- * See dbus_properties_proxy_new_for_bus() for the asynchronous version of this constructor.
- *
- * Returns: (transfer full) (type DBusPropertiesProxy): The constructed proxy object or %NULL if @error is set.
- */
-DBusProperties *
-dbus_properties_proxy_new_for_bus_sync (
-    GBusType             bus_type,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GError             **error)
-{
-  GInitable *ret;
-  ret = g_initable_new (TYPE_DBUS_PROPERTIES_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.freedesktop.DBus.Properties", NULL);
-  if (ret != NULL)
-    return DBUS_PROPERTIES (ret);
-  else
-    return NULL;
-}
-
-
-/* ------------------------------------------------------------------------ */
-
-/**
- * DBusPropertiesSkeleton:
- *
- * The #DBusPropertiesSkeleton structure contains only private data and should only be accessed using the provided API.
- */
-
-/**
- * DBusPropertiesSkeletonClass:
- * @parent_class: The parent class.
- *
- * Class structure for #DBusPropertiesSkeleton.
- */
-
-struct _DBusPropertiesSkeletonPrivate
-{
-  GValue *properties;
-  GList *changed_properties;
-  GSource *changed_properties_idle_source;
-  GMainContext *context;
-  GMutex lock;
-};
-
-static void
-_dbus_properties_skeleton_handle_method_call (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name,
-  const gchar *method_name,
-  GVariant *parameters,
-  GDBusMethodInvocation *invocation,
-  gpointer user_data)
-{
-  DBusPropertiesSkeleton *skeleton = DBUS_PROPERTIES_SKELETON (user_data);
-  _ExtendedGDBusMethodInfo *info;
-  GVariantIter iter;
-  GVariant *child;
-  GValue *paramv;
-  guint num_params;
-  guint num_extra;
-  guint n;
-  guint signal_id;
-  GValue return_value = G_VALUE_INIT;
-  info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);
-  g_assert (info != NULL);
-  num_params = g_variant_n_children (parameters);
-  num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);
-  n = 0;
-  g_value_init (&paramv[n], TYPE_DBUS_PROPERTIES);
-  g_value_set_object (&paramv[n++], skeleton);
-  g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);
-  g_value_set_object (&paramv[n++], invocation);
-  if (info->pass_fdlist)
-    {
-#ifdef G_OS_UNIX
-      g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);
-      g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));
-#else
-      g_assert_not_reached ();
-#endif
-    }
-  g_variant_iter_init (&iter, parameters);
-  while ((child = g_variant_iter_next_value (&iter)) != NULL)
-    {
-      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];
-      if (arg_info->use_gvariant)
-        {
-          g_value_init (&paramv[n], G_TYPE_VARIANT);
-          g_value_set_variant (&paramv[n], child);
-          n++;
-        }
-      else
-        g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
-      g_variant_unref (child);
-    }
-  signal_id = g_signal_lookup (info->signal_name, TYPE_DBUS_PROPERTIES);
-  g_value_init (&return_value, G_TYPE_BOOLEAN);
-  g_signal_emitv (paramv, signal_id, 0, &return_value);
-  if (!g_value_get_boolean (&return_value))
-    g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name);
-  g_value_unset (&return_value);
-  for (n = 0; n < num_params + num_extra; n++)
-    g_value_unset (&paramv[n]);
-  g_free (paramv);
-}
-
-static GVariant *
-_dbus_properties_skeleton_handle_get_property (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name G_GNUC_UNUSED,
-  const gchar *property_name,
-  GError **error,
-  gpointer user_data)
-{
-  DBusPropertiesSkeleton *skeleton = DBUS_PROPERTIES_SKELETON (user_data);
-  GValue value = G_VALUE_INIT;
-  GParamSpec *pspec;
-  _ExtendedGDBusPropertyInfo *info;
-  GVariant *ret;
-  ret = NULL;
-  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_properties_interface_info.parent_struct, property_name);
-  g_assert (info != NULL);
-  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
-  if (pspec == NULL)
-    {
-      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
-    }
-  else
-    {
-      g_value_init (&value, pspec->value_type);
-      g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);
-      ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));
-      g_value_unset (&value);
-    }
-  return ret;
-}
-
-static gboolean
-_dbus_properties_skeleton_handle_set_property (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name G_GNUC_UNUSED,
-  const gchar *property_name,
-  GVariant *variant,
-  GError **error,
-  gpointer user_data)
-{
-  DBusPropertiesSkeleton *skeleton = DBUS_PROPERTIES_SKELETON (user_data);
-  GValue value = G_VALUE_INIT;
-  GParamSpec *pspec;
-  _ExtendedGDBusPropertyInfo *info;
-  gboolean ret;
-  ret = FALSE;
-  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_dbus_properties_interface_info.parent_struct, property_name);
-  g_assert (info != NULL);
-  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
-  if (pspec == NULL)
-    {
-      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
-    }
-  else
-    {
-      if (info->use_gvariant)
-        g_value_set_variant (&value, variant);
-      else
-        g_dbus_gvariant_to_gvalue (variant, &value);
-      g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);
-      g_value_unset (&value);
-      ret = TRUE;
-    }
-  return ret;
-}
-
-static const GDBusInterfaceVTable _dbus_properties_skeleton_vtable =
-{
-  _dbus_properties_skeleton_handle_method_call,
-  _dbus_properties_skeleton_handle_get_property,
-  _dbus_properties_skeleton_handle_set_property,
-  {NULL}
-};
-
-static GDBusInterfaceInfo *
-dbus_properties_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)
-{
-  return dbus_properties_interface_info ();
-}
-
-static GDBusInterfaceVTable *
-dbus_properties_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)
-{
-  return (GDBusInterfaceVTable *) &_dbus_properties_skeleton_vtable;
-}
-
-static GVariant *
-dbus_properties_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)
-{
-  DBusPropertiesSkeleton *skeleton = DBUS_PROPERTIES_SKELETON (_skeleton);
-
-  GVariantBuilder builder;
-  guint n;
-  g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));
-  if (_dbus_properties_interface_info.parent_struct.properties == NULL)
-    goto out;
-  for (n = 0; _dbus_properties_interface_info.parent_struct.properties[n] != NULL; n++)
-    {
-      GDBusPropertyInfo *info = _dbus_properties_interface_info.parent_struct.properties[n];
-      if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)
-        {
-          GVariant *value;
-          value = _dbus_properties_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.freedesktop.DBus.Properties", info->name, NULL, skeleton);
-          if (value != NULL)
-            {
-              g_variant_take_ref (value);
-              g_variant_builder_add (&builder, "{sv}", info->name, value);
-              g_variant_unref (value);
-            }
-        }
-    }
-out:
-  return g_variant_builder_end (&builder);
-}
-
-static void
-dbus_properties_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)
-{
-}
-
-static void
-_dbus_properties_on_signal_properties_changed (
-    DBusProperties *object,
-    const gchar *arg_interface,
-    GVariant *arg_changed_properties,
-    const gchar *const *arg_invalidated_properties)
-{
-  DBusPropertiesSkeleton *skeleton = DBUS_PROPERTIES_SKELETON (object);
-
-  GList      *connections, *l;
-  GVariant   *signal_variant;
-  connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-
-  signal_variant = g_variant_ref_sink (g_variant_new ("(s@a{sv}^as)",
-                   arg_interface,
-                   arg_changed_properties,
-                   arg_invalidated_properties));
-  for (l = connections; l != NULL; l = l->next)
-    {
-      GDBusConnection *connection = l->data;
-      g_dbus_connection_emit_signal (connection,
-        NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.freedesktop.DBus.Properties", "PropertiesChanged",
-        signal_variant, NULL);
-    }
-  g_variant_unref (signal_variant);
-  g_list_free_full (connections, g_object_unref);
-}
-
-static void dbus_properties_skeleton_iface_init (DBusPropertiesIface *iface);
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-G_DEFINE_TYPE_WITH_CODE (DBusPropertiesSkeleton, dbus_properties_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
-                         G_ADD_PRIVATE (DBusPropertiesSkeleton)
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_PROPERTIES, dbus_properties_skeleton_iface_init));
-
-#else
-G_DEFINE_TYPE_WITH_CODE (DBusPropertiesSkeleton, dbus_properties_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
-                         G_IMPLEMENT_INTERFACE (TYPE_DBUS_PROPERTIES, dbus_properties_skeleton_iface_init));
-
-#endif
-static void
-dbus_properties_skeleton_finalize (GObject *object)
-{
-  DBusPropertiesSkeleton *skeleton = DBUS_PROPERTIES_SKELETON (object);
-  g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);
-  if (skeleton->priv->changed_properties_idle_source != NULL)
-    g_source_destroy (skeleton->priv->changed_properties_idle_source);
-  g_main_context_unref (skeleton->priv->context);
-  g_mutex_clear (&skeleton->priv->lock);
-  G_OBJECT_CLASS (dbus_properties_skeleton_parent_class)->finalize (object);
-}
-
-static void
-dbus_properties_skeleton_init (DBusPropertiesSkeleton *skeleton)
-{
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-  skeleton->priv = dbus_properties_skeleton_get_instance_private (skeleton);
-#else
-  skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_DBUS_PROPERTIES_SKELETON, DBusPropertiesSkeletonPrivate);
-#endif
-
-  g_mutex_init (&skeleton->priv->lock);
-  skeleton->priv->context = g_main_context_ref_thread_default ();
-}
-
-static void
-dbus_properties_skeleton_class_init (DBusPropertiesSkeletonClass *klass)
-{
-  GObjectClass *gobject_class;
-  GDBusInterfaceSkeletonClass *skeleton_class;
-
-  gobject_class = G_OBJECT_CLASS (klass);
-  gobject_class->finalize = dbus_properties_skeleton_finalize;
-
-  skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);
-  skeleton_class->get_info = dbus_properties_skeleton_dbus_interface_get_info;
-  skeleton_class->get_properties = dbus_properties_skeleton_dbus_interface_get_properties;
-  skeleton_class->flush = dbus_properties_skeleton_dbus_interface_flush;
-  skeleton_class->get_vtable = dbus_properties_skeleton_dbus_interface_get_vtable;
-
-#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38
-  g_type_class_add_private (klass, sizeof (DBusPropertiesSkeletonPrivate));
-#endif
-}
-
-static void
-dbus_properties_skeleton_iface_init (DBusPropertiesIface *iface)
-{
-  iface->properties_changed = _dbus_properties_on_signal_properties_changed;
-}
-
-/**
- * dbus_properties_skeleton_new:
- *
- * Creates a skeleton object for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-DBus-Properties.top_of_page">org.freedesktop.DBus.Properties</link>.
- *
- * Returns: (transfer full) (type DBusPropertiesSkeleton): The skeleton object.
- */
-DBusProperties *
-dbus_properties_skeleton_new (void)
-{
-  return DBUS_PROPERTIES (g_object_new (TYPE_DBUS_PROPERTIES_SKELETON, NULL));
-}
-
-/* ------------------------------------------------------------------------
- * Code for interface org.freedesktop.hostname1
- * ------------------------------------------------------------------------
- */
-
-/**
- * SECTION:Hostname1
- * @title: Hostname1
- * @short_description: Generated C code for the org.freedesktop.hostname1 D-Bus interface
- *
- * This section contains code for working with the <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link> D-Bus interface in C.
- */
-
-/* ---- Introspection data for org.freedesktop.hostname1 ---- */
-
-static const _ExtendedGDBusArgInfo _hostname1_method_info_set_hostname_IN_ARG_unnamed_arg0 =
-{
-  {
-    -1,
-    (gchar *) "unnamed_arg0",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _hostname1_method_info_set_hostname_IN_ARG_unnamed_arg1 =
-{
-  {
-    -1,
-    (gchar *) "unnamed_arg1",
-    (gchar *) "b",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _hostname1_method_info_set_hostname_IN_ARG_pointers[] =
-{
-  &_hostname1_method_info_set_hostname_IN_ARG_unnamed_arg0,
-  &_hostname1_method_info_set_hostname_IN_ARG_unnamed_arg1,
-  NULL
-};
-
-static const _ExtendedGDBusMethodInfo _hostname1_method_info_set_hostname =
-{
-  {
-    -1,
-    (gchar *) "SetHostname",
-    (GDBusArgInfo **) &_hostname1_method_info_set_hostname_IN_ARG_pointers,
-    NULL,
-    NULL
-  },
-  "handle-set-hostname",
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _hostname1_method_info_set_static_hostname_IN_ARG_unnamed_arg0 =
-{
-  {
-    -1,
-    (gchar *) "unnamed_arg0",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _hostname1_method_info_set_static_hostname_IN_ARG_unnamed_arg1 =
-{
-  {
-    -1,
-    (gchar *) "unnamed_arg1",
-    (gchar *) "b",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _hostname1_method_info_set_static_hostname_IN_ARG_pointers[] =
-{
-  &_hostname1_method_info_set_static_hostname_IN_ARG_unnamed_arg0,
-  &_hostname1_method_info_set_static_hostname_IN_ARG_unnamed_arg1,
-  NULL
-};
-
-static const _ExtendedGDBusMethodInfo _hostname1_method_info_set_static_hostname =
-{
-  {
-    -1,
-    (gchar *) "SetStaticHostname",
-    (GDBusArgInfo **) &_hostname1_method_info_set_static_hostname_IN_ARG_pointers,
-    NULL,
-    NULL
-  },
-  "handle-set-static-hostname",
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _hostname1_method_info_set_pretty_hostname_IN_ARG_unnamed_arg0 =
-{
-  {
-    -1,
-    (gchar *) "unnamed_arg0",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _hostname1_method_info_set_pretty_hostname_IN_ARG_unnamed_arg1 =
-{
-  {
-    -1,
-    (gchar *) "unnamed_arg1",
-    (gchar *) "b",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _hostname1_method_info_set_pretty_hostname_IN_ARG_pointers[] =
-{
-  &_hostname1_method_info_set_pretty_hostname_IN_ARG_unnamed_arg0,
-  &_hostname1_method_info_set_pretty_hostname_IN_ARG_unnamed_arg1,
-  NULL
-};
-
-static const _ExtendedGDBusMethodInfo _hostname1_method_info_set_pretty_hostname =
-{
-  {
-    -1,
-    (gchar *) "SetPrettyHostname",
-    (GDBusArgInfo **) &_hostname1_method_info_set_pretty_hostname_IN_ARG_pointers,
-    NULL,
-    NULL
-  },
-  "handle-set-pretty-hostname",
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _hostname1_method_info_set_icon_name_IN_ARG_unnamed_arg0 =
-{
-  {
-    -1,
-    (gchar *) "unnamed_arg0",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _hostname1_method_info_set_icon_name_IN_ARG_unnamed_arg1 =
-{
-  {
-    -1,
-    (gchar *) "unnamed_arg1",
-    (gchar *) "b",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _hostname1_method_info_set_icon_name_IN_ARG_pointers[] =
-{
-  &_hostname1_method_info_set_icon_name_IN_ARG_unnamed_arg0,
-  &_hostname1_method_info_set_icon_name_IN_ARG_unnamed_arg1,
-  NULL
-};
-
-static const _ExtendedGDBusMethodInfo _hostname1_method_info_set_icon_name =
-{
-  {
-    -1,
-    (gchar *) "SetIconName",
-    (GDBusArgInfo **) &_hostname1_method_info_set_icon_name_IN_ARG_pointers,
-    NULL,
-    NULL
-  },
-  "handle-set-icon-name",
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _hostname1_method_info_set_chassis_IN_ARG_unnamed_arg0 =
-{
-  {
-    -1,
-    (gchar *) "unnamed_arg0",
-    (gchar *) "s",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo _hostname1_method_info_set_chassis_IN_ARG_unnamed_arg1 =
-{
-  {
-    -1,
-    (gchar *) "unnamed_arg1",
-    (gchar *) "b",
-    NULL
-  },
-  FALSE
-};
-
-static const _ExtendedGDBusArgInfo * const _hostname1_method_info_set_chassis_IN_ARG_pointers[] =
-{
-  &_hostname1_method_info_set_chassis_IN_ARG_unnamed_arg0,
-  &_hostname1_method_info_set_chassis_IN_ARG_unnamed_arg1,
-  NULL
-};
-
-static const _ExtendedGDBusMethodInfo _hostname1_method_info_set_chassis =
-{
-  {
-    -1,
-    (gchar *) "SetChassis",
-    (GDBusArgInfo **) &_hostname1_method_info_set_chassis_IN_ARG_pointers,
-    NULL,
-    NULL
-  },
-  "handle-set-chassis",
-  FALSE
-};
-
-static const _ExtendedGDBusMethodInfo * const _hostname1_method_info_pointers[] =
-{
-  &_hostname1_method_info_set_hostname,
-  &_hostname1_method_info_set_static_hostname,
-  &_hostname1_method_info_set_pretty_hostname,
-  &_hostname1_method_info_set_icon_name,
-  &_hostname1_method_info_set_chassis,
-  NULL
-};
-
-static const GDBusAnnotationInfo _hostname1_property_hostname_annotation_info_0 =
-{
-  -1,
-  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
-  (gchar *) "false",
-  NULL
-};
-
-static const GDBusAnnotationInfo * const _hostname1_property_hostname_annotation_info_pointers[] =
-{
-  &_hostname1_property_hostname_annotation_info_0,
-  NULL
-};
-
-static const _ExtendedGDBusPropertyInfo _hostname1_property_info_hostname =
-{
-  {
-    -1,
-    (gchar *) "Hostname",
-    (gchar *) "s",
-    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
-    (GDBusAnnotationInfo **) &_hostname1_property_hostname_annotation_info_pointers
-  },
-  "hostname",
-  FALSE
-};
-
-static const _ExtendedGDBusPropertyInfo _hostname1_property_info_static_hostname =
-{
-  {
-    -1,
-    (gchar *) "StaticHostname",
-    (gchar *) "s",
-    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
-    NULL
-  },
-  "static-hostname",
-  FALSE
-};
-
-static const _ExtendedGDBusPropertyInfo _hostname1_property_info_pretty_hostname =
-{
-  {
-    -1,
-    (gchar *) "PrettyHostname",
-    (gchar *) "s",
-    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
-    NULL
-  },
-  "pretty-hostname",
-  FALSE
-};
-
-static const _ExtendedGDBusPropertyInfo _hostname1_property_info_icon_name =
-{
-  {
-    -1,
-    (gchar *) "IconName",
-    (gchar *) "s",
-    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
-    NULL
-  },
-  "icon-name",
-  FALSE
-};
-
-static const _ExtendedGDBusPropertyInfo _hostname1_property_info_chassis =
-{
-  {
-    -1,
-    (gchar *) "Chassis",
-    (gchar *) "s",
-    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
-    NULL
-  },
-  "chassis",
-  FALSE
-};
-
-static const GDBusAnnotationInfo _hostname1_property_kernel_name_annotation_info_0 =
-{
-  -1,
-  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
-  (gchar *) "const",
-  NULL
-};
-
-static const GDBusAnnotationInfo * const _hostname1_property_kernel_name_annotation_info_pointers[] =
-{
-  &_hostname1_property_kernel_name_annotation_info_0,
-  NULL
-};
-
-static const _ExtendedGDBusPropertyInfo _hostname1_property_info_kernel_name =
-{
-  {
-    -1,
-    (gchar *) "KernelName",
-    (gchar *) "s",
-    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
-    (GDBusAnnotationInfo **) &_hostname1_property_kernel_name_annotation_info_pointers
-  },
-  "kernel-name",
-  FALSE
-};
-
-static const GDBusAnnotationInfo _hostname1_property_kernel_release_annotation_info_0 =
-{
-  -1,
-  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
-  (gchar *) "const",
-  NULL
-};
-
-static const GDBusAnnotationInfo * const _hostname1_property_kernel_release_annotation_info_pointers[] =
-{
-  &_hostname1_property_kernel_release_annotation_info_0,
-  NULL
-};
-
-static const _ExtendedGDBusPropertyInfo _hostname1_property_info_kernel_release =
-{
-  {
-    -1,
-    (gchar *) "KernelRelease",
-    (gchar *) "s",
-    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
-    (GDBusAnnotationInfo **) &_hostname1_property_kernel_release_annotation_info_pointers
-  },
-  "kernel-release",
-  FALSE
-};
-
-static const GDBusAnnotationInfo _hostname1_property_kernel_version_annotation_info_0 =
-{
-  -1,
-  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
-  (gchar *) "const",
-  NULL
-};
-
-static const GDBusAnnotationInfo * const _hostname1_property_kernel_version_annotation_info_pointers[] =
-{
-  &_hostname1_property_kernel_version_annotation_info_0,
-  NULL
-};
-
-static const _ExtendedGDBusPropertyInfo _hostname1_property_info_kernel_version =
-{
-  {
-    -1,
-    (gchar *) "KernelVersion",
-    (gchar *) "s",
-    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
-    (GDBusAnnotationInfo **) &_hostname1_property_kernel_version_annotation_info_pointers
-  },
-  "kernel-version",
-  FALSE
-};
-
-static const GDBusAnnotationInfo _hostname1_property_operating_system_pretty_name_annotation_info_0 =
-{
-  -1,
-  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
-  (gchar *) "const",
-  NULL
-};
-
-static const GDBusAnnotationInfo * const _hostname1_property_operating_system_pretty_name_annotation_info_pointers[] =
-{
-  &_hostname1_property_operating_system_pretty_name_annotation_info_0,
-  NULL
-};
-
-static const _ExtendedGDBusPropertyInfo _hostname1_property_info_operating_system_pretty_name =
-{
-  {
-    -1,
-    (gchar *) "OperatingSystemPrettyName",
-    (gchar *) "s",
-    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
-    (GDBusAnnotationInfo **) &_hostname1_property_operating_system_pretty_name_annotation_info_pointers
-  },
-  "operating-system-pretty-name",
-  FALSE
-};
-
-static const GDBusAnnotationInfo _hostname1_property_operating_system_cpename_annotation_info_0 =
-{
-  -1,
-  (gchar *) "org.freedesktop.DBus.Property.EmitsChangedSignal",
-  (gchar *) "const",
-  NULL
-};
-
-static const GDBusAnnotationInfo * const _hostname1_property_operating_system_cpename_annotation_info_pointers[] =
-{
-  &_hostname1_property_operating_system_cpename_annotation_info_0,
-  NULL
-};
-
-static const _ExtendedGDBusPropertyInfo _hostname1_property_info_operating_system_cpename =
-{
-  {
-    -1,
-    (gchar *) "OperatingSystemCPEName",
-    (gchar *) "s",
-    G_DBUS_PROPERTY_INFO_FLAGS_READABLE,
-    (GDBusAnnotationInfo **) &_hostname1_property_operating_system_cpename_annotation_info_pointers
-  },
-  "operating-system-cpename",
-  FALSE
-};
-
-static const _ExtendedGDBusPropertyInfo * const _hostname1_property_info_pointers[] =
-{
-  &_hostname1_property_info_hostname,
-  &_hostname1_property_info_static_hostname,
-  &_hostname1_property_info_pretty_hostname,
-  &_hostname1_property_info_icon_name,
-  &_hostname1_property_info_chassis,
-  &_hostname1_property_info_kernel_name,
-  &_hostname1_property_info_kernel_release,
-  &_hostname1_property_info_kernel_version,
-  &_hostname1_property_info_operating_system_pretty_name,
-  &_hostname1_property_info_operating_system_cpename,
-  NULL
-};
-
-static const _ExtendedGDBusInterfaceInfo _hostname1_interface_info =
-{
-  {
-    -1,
-    (gchar *) "org.freedesktop.hostname1",
-    (GDBusMethodInfo **) &_hostname1_method_info_pointers,
-    NULL,
-    (GDBusPropertyInfo **) &_hostname1_property_info_pointers,
-    NULL
-  },
-  "hostname1",
-};
-
-
-/**
- * hostname1_interface_info:
- *
- * Gets a machine-readable description of the <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link> D-Bus interface.
- *
- * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.
- */
-GDBusInterfaceInfo *
-hostname1_interface_info (void)
-{
-  return (GDBusInterfaceInfo *) &_hostname1_interface_info.parent_struct;
-}
-
-/**
- * hostname1_override_properties:
- * @klass: The class structure for a #GObject<!-- -->-derived class.
- * @property_id_begin: The property id to assign to the first overridden property.
- *
- * Overrides all #GObject properties in the #Hostname1 interface for a concrete class.
- * The properties are overridden in the order they are defined.
- *
- * Returns: The last property id.
- */
-guint
-hostname1_override_properties (GObjectClass *klass, guint property_id_begin)
-{
-  g_object_class_override_property (klass, property_id_begin++, "hostname");
-  g_object_class_override_property (klass, property_id_begin++, "static-hostname");
-  g_object_class_override_property (klass, property_id_begin++, "pretty-hostname");
-  g_object_class_override_property (klass, property_id_begin++, "icon-name");
-  g_object_class_override_property (klass, property_id_begin++, "chassis");
-  g_object_class_override_property (klass, property_id_begin++, "kernel-name");
-  g_object_class_override_property (klass, property_id_begin++, "kernel-release");
-  g_object_class_override_property (klass, property_id_begin++, "kernel-version");
-  g_object_class_override_property (klass, property_id_begin++, "operating-system-pretty-name");
-  g_object_class_override_property (klass, property_id_begin++, "operating-system-cpename");
-  return property_id_begin - 1;
-}
-
-
-
-/**
- * Hostname1:
- *
- * Abstract interface type for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>.
- */
-
-/**
- * Hostname1Iface:
- * @parent_iface: The parent interface.
- * @handle_set_chassis: Handler for the #Hostname1::handle-set-chassis signal.
- * @handle_set_hostname: Handler for the #Hostname1::handle-set-hostname signal.
- * @handle_set_icon_name: Handler for the #Hostname1::handle-set-icon-name signal.
- * @handle_set_pretty_hostname: Handler for the #Hostname1::handle-set-pretty-hostname signal.
- * @handle_set_static_hostname: Handler for the #Hostname1::handle-set-static-hostname signal.
- * @get_chassis: Getter for the #Hostname1:chassis property.
- * @get_hostname: Getter for the #Hostname1:hostname property.
- * @get_icon_name: Getter for the #Hostname1:icon-name property.
- * @get_kernel_name: Getter for the #Hostname1:kernel-name property.
- * @get_kernel_release: Getter for the #Hostname1:kernel-release property.
- * @get_kernel_version: Getter for the #Hostname1:kernel-version property.
- * @get_operating_system_cpename: Getter for the #Hostname1:operating-system-cpename property.
- * @get_operating_system_pretty_name: Getter for the #Hostname1:operating-system-pretty-name property.
- * @get_pretty_hostname: Getter for the #Hostname1:pretty-hostname property.
- * @get_static_hostname: Getter for the #Hostname1:static-hostname property.
- *
- * Virtual table for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>.
- */
-
-typedef Hostname1Iface Hostname1Interface;
-G_DEFINE_INTERFACE (Hostname1, hostname1, G_TYPE_OBJECT);
-
-static void
-hostname1_default_init (Hostname1Iface *iface)
+hostnamed_hostname1_default_init (hostnamedHostname1Iface *iface)
 {
   /* GObject signals for incoming D-Bus method calls: */
   /**
-   * Hostname1::handle-set-hostname:
-   * @object: A #Hostname1.
+   * hostnamedHostname1::handle-set-hostname:
+   * @object: A #hostnamedHostname1.
    * @invocation: A #GDBusMethodInvocation.
    * @arg_unnamed_arg0: Argument passed by remote caller.
    * @arg_unnamed_arg1: Argument passed by remote caller.
    *
    * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-hostname1.SetHostname">SetHostname()</link> D-Bus method.
    *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call hostname1_complete_set_hostname() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
+   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call hostnamed_hostname1_complete_set_hostname() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
    *
    * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
    */
   g_signal_new ("handle-set-hostname",
     G_TYPE_FROM_INTERFACE (iface),
     G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (Hostname1Iface, handle_set_hostname),
+    G_STRUCT_OFFSET (hostnamedHostname1Iface, handle_set_hostname),
     g_signal_accumulator_true_handled,
     NULL,
     g_cclosure_marshal_generic,
@@ -4119,22 +727,22 @@ hostname1_default_init (Hostname1Iface *iface)
     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING, G_TYPE_BOOLEAN);
 
   /**
-   * Hostname1::handle-set-static-hostname:
-   * @object: A #Hostname1.
+   * hostnamedHostname1::handle-set-static-hostname:
+   * @object: A #hostnamedHostname1.
    * @invocation: A #GDBusMethodInvocation.
    * @arg_unnamed_arg0: Argument passed by remote caller.
    * @arg_unnamed_arg1: Argument passed by remote caller.
    *
    * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-hostname1.SetStaticHostname">SetStaticHostname()</link> D-Bus method.
    *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call hostname1_complete_set_static_hostname() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
+   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call hostnamed_hostname1_complete_set_static_hostname() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
    *
    * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
    */
   g_signal_new ("handle-set-static-hostname",
     G_TYPE_FROM_INTERFACE (iface),
     G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (Hostname1Iface, handle_set_static_hostname),
+    G_STRUCT_OFFSET (hostnamedHostname1Iface, handle_set_static_hostname),
     g_signal_accumulator_true_handled,
     NULL,
     g_cclosure_marshal_generic,
@@ -4143,22 +751,22 @@ hostname1_default_init (Hostname1Iface *iface)
     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING, G_TYPE_BOOLEAN);
 
   /**
-   * Hostname1::handle-set-pretty-hostname:
-   * @object: A #Hostname1.
+   * hostnamedHostname1::handle-set-pretty-hostname:
+   * @object: A #hostnamedHostname1.
    * @invocation: A #GDBusMethodInvocation.
    * @arg_unnamed_arg0: Argument passed by remote caller.
    * @arg_unnamed_arg1: Argument passed by remote caller.
    *
    * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-hostname1.SetPrettyHostname">SetPrettyHostname()</link> D-Bus method.
    *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call hostname1_complete_set_pretty_hostname() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
+   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call hostnamed_hostname1_complete_set_pretty_hostname() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
    *
    * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
    */
   g_signal_new ("handle-set-pretty-hostname",
     G_TYPE_FROM_INTERFACE (iface),
     G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (Hostname1Iface, handle_set_pretty_hostname),
+    G_STRUCT_OFFSET (hostnamedHostname1Iface, handle_set_pretty_hostname),
     g_signal_accumulator_true_handled,
     NULL,
     g_cclosure_marshal_generic,
@@ -4167,22 +775,22 @@ hostname1_default_init (Hostname1Iface *iface)
     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING, G_TYPE_BOOLEAN);
 
   /**
-   * Hostname1::handle-set-icon-name:
-   * @object: A #Hostname1.
+   * hostnamedHostname1::handle-set-icon-name:
+   * @object: A #hostnamedHostname1.
    * @invocation: A #GDBusMethodInvocation.
    * @arg_unnamed_arg0: Argument passed by remote caller.
    * @arg_unnamed_arg1: Argument passed by remote caller.
    *
    * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-hostname1.SetIconName">SetIconName()</link> D-Bus method.
    *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call hostname1_complete_set_icon_name() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
+   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call hostnamed_hostname1_complete_set_icon_name() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
    *
    * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
    */
   g_signal_new ("handle-set-icon-name",
     G_TYPE_FROM_INTERFACE (iface),
     G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (Hostname1Iface, handle_set_icon_name),
+    G_STRUCT_OFFSET (hostnamedHostname1Iface, handle_set_icon_name),
     g_signal_accumulator_true_handled,
     NULL,
     g_cclosure_marshal_generic,
@@ -4191,22 +799,22 @@ hostname1_default_init (Hostname1Iface *iface)
     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING, G_TYPE_BOOLEAN);
 
   /**
-   * Hostname1::handle-set-chassis:
-   * @object: A #Hostname1.
+   * hostnamedHostname1::handle-set-chassis:
+   * @object: A #hostnamedHostname1.
    * @invocation: A #GDBusMethodInvocation.
    * @arg_unnamed_arg0: Argument passed by remote caller.
    * @arg_unnamed_arg1: Argument passed by remote caller.
    *
    * Signal emitted when a remote caller is invoking the <link linkend="gdbus-method-org-freedesktop-hostname1.SetChassis">SetChassis()</link> D-Bus method.
    *
-   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call hostname1_complete_set_chassis() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
+   * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call hostnamed_hostname1_complete_set_chassis() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.
    *
    * Returns: %TRUE if the invocation was handled, %FALSE to let other signal handlers run.
    */
   g_signal_new ("handle-set-chassis",
     G_TYPE_FROM_INTERFACE (iface),
     G_SIGNAL_RUN_LAST,
-    G_STRUCT_OFFSET (Hostname1Iface, handle_set_chassis),
+    G_STRUCT_OFFSET (hostnamedHostname1Iface, handle_set_chassis),
     g_signal_accumulator_true_handled,
     NULL,
     g_cclosure_marshal_generic,
@@ -4216,7 +824,7 @@ hostname1_default_init (Hostname1Iface *iface)
 
   /* GObject properties for D-Bus properties: */
   /**
-   * Hostname1:hostname:
+   * hostnamedHostname1:hostname:
    *
    * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-hostname1.Hostname">"Hostname"</link>.
    *
@@ -4225,7 +833,7 @@ hostname1_default_init (Hostname1Iface *iface)
   g_object_interface_install_property (iface,
     g_param_spec_string ("hostname", "Hostname", "Hostname", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   /**
-   * Hostname1:static-hostname:
+   * hostnamedHostname1:static-hostname:
    *
    * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-hostname1.StaticHostname">"StaticHostname"</link>.
    *
@@ -4234,7 +842,7 @@ hostname1_default_init (Hostname1Iface *iface)
   g_object_interface_install_property (iface,
     g_param_spec_string ("static-hostname", "StaticHostname", "StaticHostname", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   /**
-   * Hostname1:pretty-hostname:
+   * hostnamedHostname1:pretty-hostname:
    *
    * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-hostname1.PrettyHostname">"PrettyHostname"</link>.
    *
@@ -4243,7 +851,7 @@ hostname1_default_init (Hostname1Iface *iface)
   g_object_interface_install_property (iface,
     g_param_spec_string ("pretty-hostname", "PrettyHostname", "PrettyHostname", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   /**
-   * Hostname1:icon-name:
+   * hostnamedHostname1:icon-name:
    *
    * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-hostname1.IconName">"IconName"</link>.
    *
@@ -4252,7 +860,7 @@ hostname1_default_init (Hostname1Iface *iface)
   g_object_interface_install_property (iface,
     g_param_spec_string ("icon-name", "IconName", "IconName", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   /**
-   * Hostname1:chassis:
+   * hostnamedHostname1:chassis:
    *
    * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-hostname1.Chassis">"Chassis"</link>.
    *
@@ -4261,7 +869,7 @@ hostname1_default_init (Hostname1Iface *iface)
   g_object_interface_install_property (iface,
     g_param_spec_string ("chassis", "Chassis", "Chassis", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   /**
-   * Hostname1:kernel-name:
+   * hostnamedHostname1:kernel-name:
    *
    * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-hostname1.KernelName">"KernelName"</link>.
    *
@@ -4270,7 +878,7 @@ hostname1_default_init (Hostname1Iface *iface)
   g_object_interface_install_property (iface,
     g_param_spec_string ("kernel-name", "KernelName", "KernelName", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   /**
-   * Hostname1:kernel-release:
+   * hostnamedHostname1:kernel-release:
    *
    * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-hostname1.KernelRelease">"KernelRelease"</link>.
    *
@@ -4279,7 +887,7 @@ hostname1_default_init (Hostname1Iface *iface)
   g_object_interface_install_property (iface,
     g_param_spec_string ("kernel-release", "KernelRelease", "KernelRelease", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   /**
-   * Hostname1:kernel-version:
+   * hostnamedHostname1:kernel-version:
    *
    * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-hostname1.KernelVersion">"KernelVersion"</link>.
    *
@@ -4288,7 +896,7 @@ hostname1_default_init (Hostname1Iface *iface)
   g_object_interface_install_property (iface,
     g_param_spec_string ("kernel-version", "KernelVersion", "KernelVersion", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   /**
-   * Hostname1:operating-system-pretty-name:
+   * hostnamedHostname1:operating-system-pretty-name:
    *
    * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemPrettyName">"OperatingSystemPrettyName"</link>.
    *
@@ -4297,7 +905,7 @@ hostname1_default_init (Hostname1Iface *iface)
   g_object_interface_install_property (iface,
     g_param_spec_string ("operating-system-pretty-name", "OperatingSystemPrettyName", "OperatingSystemPrettyName", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
   /**
-   * Hostname1:operating-system-cpename:
+   * hostnamedHostname1:operating-system-cpename:
    *
    * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemCPEName">"OperatingSystemCPEName"</link>.
    *
@@ -4308,26 +916,26 @@ hostname1_default_init (Hostname1Iface *iface)
 }
 
 /**
- * hostname1_get_hostname: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_get_hostname: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.Hostname">"Hostname"</link> D-Bus property.
  *
  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
  *
- * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostname1_dup_hostname() if on another thread.</warning>
+ * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostnamed_hostname1_dup_hostname() if on another thread.</warning>
  *
  * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
  */
 const gchar *
-hostname1_get_hostname (Hostname1 *object)
+hostnamed_hostname1_get_hostname (hostnamedHostname1 *object)
 {
-  return HOSTNAME1_GET_IFACE (object)->get_hostname (object);
+  return HOSTNAMED_HOSTNAME1_GET_IFACE (object)->get_hostname (object);
 }
 
 /**
- * hostname1_dup_hostname: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_dup_hostname: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.Hostname">"Hostname"</link> D-Bus property.
  *
@@ -4336,7 +944,7 @@ hostname1_get_hostname (Hostname1 *object)
  * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
  */
 gchar *
-hostname1_dup_hostname (Hostname1 *object)
+hostnamed_hostname1_dup_hostname (hostnamedHostname1 *object)
 {
   gchar *value;
   g_object_get (G_OBJECT (object), "hostname", &value, NULL);
@@ -4344,8 +952,8 @@ hostname1_dup_hostname (Hostname1 *object)
 }
 
 /**
- * hostname1_set_hostname: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_set_hostname: (skip)
+ * @object: A #hostnamedHostname1.
  * @value: The value to set.
  *
  * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.Hostname">"Hostname"</link> D-Bus property to @value.
@@ -4353,32 +961,32 @@ hostname1_dup_hostname (Hostname1 *object)
  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
  */
 void
-hostname1_set_hostname (Hostname1 *object, const gchar *value)
+hostnamed_hostname1_set_hostname (hostnamedHostname1 *object, const gchar *value)
 {
   g_object_set (G_OBJECT (object), "hostname", value, NULL);
 }
 
 /**
- * hostname1_get_static_hostname: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_get_static_hostname: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.StaticHostname">"StaticHostname"</link> D-Bus property.
  *
  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
  *
- * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostname1_dup_static_hostname() if on another thread.</warning>
+ * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostnamed_hostname1_dup_static_hostname() if on another thread.</warning>
  *
  * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
  */
 const gchar *
-hostname1_get_static_hostname (Hostname1 *object)
+hostnamed_hostname1_get_static_hostname (hostnamedHostname1 *object)
 {
-  return HOSTNAME1_GET_IFACE (object)->get_static_hostname (object);
+  return HOSTNAMED_HOSTNAME1_GET_IFACE (object)->get_static_hostname (object);
 }
 
 /**
- * hostname1_dup_static_hostname: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_dup_static_hostname: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.StaticHostname">"StaticHostname"</link> D-Bus property.
  *
@@ -4387,7 +995,7 @@ hostname1_get_static_hostname (Hostname1 *object)
  * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
  */
 gchar *
-hostname1_dup_static_hostname (Hostname1 *object)
+hostnamed_hostname1_dup_static_hostname (hostnamedHostname1 *object)
 {
   gchar *value;
   g_object_get (G_OBJECT (object), "static-hostname", &value, NULL);
@@ -4395,8 +1003,8 @@ hostname1_dup_static_hostname (Hostname1 *object)
 }
 
 /**
- * hostname1_set_static_hostname: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_set_static_hostname: (skip)
+ * @object: A #hostnamedHostname1.
  * @value: The value to set.
  *
  * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.StaticHostname">"StaticHostname"</link> D-Bus property to @value.
@@ -4404,32 +1012,32 @@ hostname1_dup_static_hostname (Hostname1 *object)
  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
  */
 void
-hostname1_set_static_hostname (Hostname1 *object, const gchar *value)
+hostnamed_hostname1_set_static_hostname (hostnamedHostname1 *object, const gchar *value)
 {
   g_object_set (G_OBJECT (object), "static-hostname", value, NULL);
 }
 
 /**
- * hostname1_get_pretty_hostname: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_get_pretty_hostname: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.PrettyHostname">"PrettyHostname"</link> D-Bus property.
  *
  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
  *
- * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostname1_dup_pretty_hostname() if on another thread.</warning>
+ * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostnamed_hostname1_dup_pretty_hostname() if on another thread.</warning>
  *
  * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
  */
 const gchar *
-hostname1_get_pretty_hostname (Hostname1 *object)
+hostnamed_hostname1_get_pretty_hostname (hostnamedHostname1 *object)
 {
-  return HOSTNAME1_GET_IFACE (object)->get_pretty_hostname (object);
+  return HOSTNAMED_HOSTNAME1_GET_IFACE (object)->get_pretty_hostname (object);
 }
 
 /**
- * hostname1_dup_pretty_hostname: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_dup_pretty_hostname: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.PrettyHostname">"PrettyHostname"</link> D-Bus property.
  *
@@ -4438,7 +1046,7 @@ hostname1_get_pretty_hostname (Hostname1 *object)
  * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
  */
 gchar *
-hostname1_dup_pretty_hostname (Hostname1 *object)
+hostnamed_hostname1_dup_pretty_hostname (hostnamedHostname1 *object)
 {
   gchar *value;
   g_object_get (G_OBJECT (object), "pretty-hostname", &value, NULL);
@@ -4446,8 +1054,8 @@ hostname1_dup_pretty_hostname (Hostname1 *object)
 }
 
 /**
- * hostname1_set_pretty_hostname: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_set_pretty_hostname: (skip)
+ * @object: A #hostnamedHostname1.
  * @value: The value to set.
  *
  * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.PrettyHostname">"PrettyHostname"</link> D-Bus property to @value.
@@ -4455,32 +1063,32 @@ hostname1_dup_pretty_hostname (Hostname1 *object)
  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
  */
 void
-hostname1_set_pretty_hostname (Hostname1 *object, const gchar *value)
+hostnamed_hostname1_set_pretty_hostname (hostnamedHostname1 *object, const gchar *value)
 {
   g_object_set (G_OBJECT (object), "pretty-hostname", value, NULL);
 }
 
 /**
- * hostname1_get_icon_name: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_get_icon_name: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.IconName">"IconName"</link> D-Bus property.
  *
  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
  *
- * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostname1_dup_icon_name() if on another thread.</warning>
+ * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostnamed_hostname1_dup_icon_name() if on another thread.</warning>
  *
  * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
  */
 const gchar *
-hostname1_get_icon_name (Hostname1 *object)
+hostnamed_hostname1_get_icon_name (hostnamedHostname1 *object)
 {
-  return HOSTNAME1_GET_IFACE (object)->get_icon_name (object);
+  return HOSTNAMED_HOSTNAME1_GET_IFACE (object)->get_icon_name (object);
 }
 
 /**
- * hostname1_dup_icon_name: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_dup_icon_name: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.IconName">"IconName"</link> D-Bus property.
  *
@@ -4489,7 +1097,7 @@ hostname1_get_icon_name (Hostname1 *object)
  * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
  */
 gchar *
-hostname1_dup_icon_name (Hostname1 *object)
+hostnamed_hostname1_dup_icon_name (hostnamedHostname1 *object)
 {
   gchar *value;
   g_object_get (G_OBJECT (object), "icon-name", &value, NULL);
@@ -4497,8 +1105,8 @@ hostname1_dup_icon_name (Hostname1 *object)
 }
 
 /**
- * hostname1_set_icon_name: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_set_icon_name: (skip)
+ * @object: A #hostnamedHostname1.
  * @value: The value to set.
  *
  * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.IconName">"IconName"</link> D-Bus property to @value.
@@ -4506,32 +1114,32 @@ hostname1_dup_icon_name (Hostname1 *object)
  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
  */
 void
-hostname1_set_icon_name (Hostname1 *object, const gchar *value)
+hostnamed_hostname1_set_icon_name (hostnamedHostname1 *object, const gchar *value)
 {
   g_object_set (G_OBJECT (object), "icon-name", value, NULL);
 }
 
 /**
- * hostname1_get_chassis: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_get_chassis: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.Chassis">"Chassis"</link> D-Bus property.
  *
  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
  *
- * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostname1_dup_chassis() if on another thread.</warning>
+ * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostnamed_hostname1_dup_chassis() if on another thread.</warning>
  *
  * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
  */
 const gchar *
-hostname1_get_chassis (Hostname1 *object)
+hostnamed_hostname1_get_chassis (hostnamedHostname1 *object)
 {
-  return HOSTNAME1_GET_IFACE (object)->get_chassis (object);
+  return HOSTNAMED_HOSTNAME1_GET_IFACE (object)->get_chassis (object);
 }
 
 /**
- * hostname1_dup_chassis: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_dup_chassis: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.Chassis">"Chassis"</link> D-Bus property.
  *
@@ -4540,7 +1148,7 @@ hostname1_get_chassis (Hostname1 *object)
  * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
  */
 gchar *
-hostname1_dup_chassis (Hostname1 *object)
+hostnamed_hostname1_dup_chassis (hostnamedHostname1 *object)
 {
   gchar *value;
   g_object_get (G_OBJECT (object), "chassis", &value, NULL);
@@ -4548,8 +1156,8 @@ hostname1_dup_chassis (Hostname1 *object)
 }
 
 /**
- * hostname1_set_chassis: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_set_chassis: (skip)
+ * @object: A #hostnamedHostname1.
  * @value: The value to set.
  *
  * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.Chassis">"Chassis"</link> D-Bus property to @value.
@@ -4557,32 +1165,32 @@ hostname1_dup_chassis (Hostname1 *object)
  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
  */
 void
-hostname1_set_chassis (Hostname1 *object, const gchar *value)
+hostnamed_hostname1_set_chassis (hostnamedHostname1 *object, const gchar *value)
 {
   g_object_set (G_OBJECT (object), "chassis", value, NULL);
 }
 
 /**
- * hostname1_get_kernel_name: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_get_kernel_name: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelName">"KernelName"</link> D-Bus property.
  *
  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
  *
- * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostname1_dup_kernel_name() if on another thread.</warning>
+ * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostnamed_hostname1_dup_kernel_name() if on another thread.</warning>
  *
  * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
  */
 const gchar *
-hostname1_get_kernel_name (Hostname1 *object)
+hostnamed_hostname1_get_kernel_name (hostnamedHostname1 *object)
 {
-  return HOSTNAME1_GET_IFACE (object)->get_kernel_name (object);
+  return HOSTNAMED_HOSTNAME1_GET_IFACE (object)->get_kernel_name (object);
 }
 
 /**
- * hostname1_dup_kernel_name: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_dup_kernel_name: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelName">"KernelName"</link> D-Bus property.
  *
@@ -4591,7 +1199,7 @@ hostname1_get_kernel_name (Hostname1 *object)
  * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
  */
 gchar *
-hostname1_dup_kernel_name (Hostname1 *object)
+hostnamed_hostname1_dup_kernel_name (hostnamedHostname1 *object)
 {
   gchar *value;
   g_object_get (G_OBJECT (object), "kernel-name", &value, NULL);
@@ -4599,8 +1207,8 @@ hostname1_dup_kernel_name (Hostname1 *object)
 }
 
 /**
- * hostname1_set_kernel_name: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_set_kernel_name: (skip)
+ * @object: A #hostnamedHostname1.
  * @value: The value to set.
  *
  * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelName">"KernelName"</link> D-Bus property to @value.
@@ -4608,32 +1216,32 @@ hostname1_dup_kernel_name (Hostname1 *object)
  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
  */
 void
-hostname1_set_kernel_name (Hostname1 *object, const gchar *value)
+hostnamed_hostname1_set_kernel_name (hostnamedHostname1 *object, const gchar *value)
 {
   g_object_set (G_OBJECT (object), "kernel-name", value, NULL);
 }
 
 /**
- * hostname1_get_kernel_release: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_get_kernel_release: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelRelease">"KernelRelease"</link> D-Bus property.
  *
  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
  *
- * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostname1_dup_kernel_release() if on another thread.</warning>
+ * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostnamed_hostname1_dup_kernel_release() if on another thread.</warning>
  *
  * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
  */
 const gchar *
-hostname1_get_kernel_release (Hostname1 *object)
+hostnamed_hostname1_get_kernel_release (hostnamedHostname1 *object)
 {
-  return HOSTNAME1_GET_IFACE (object)->get_kernel_release (object);
+  return HOSTNAMED_HOSTNAME1_GET_IFACE (object)->get_kernel_release (object);
 }
 
 /**
- * hostname1_dup_kernel_release: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_dup_kernel_release: (skip)
+ * @object: A #hostnamedHostname1.
  *
  * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelRelease">"KernelRelease"</link> D-Bus property.
  *
@@ -4642,7 +1250,7 @@ hostname1_get_kernel_release (Hostname1 *object)
  * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
  */
 gchar *
-hostname1_dup_kernel_release (Hostname1 *object)
+hostnamed_hostname1_dup_kernel_release (hostnamedHostname1 *object)
 {
   gchar *value;
   g_object_get (G_OBJECT (object), "kernel-release", &value, NULL);
@@ -4650,191 +1258,607 @@ hostname1_dup_kernel_release (Hostname1 *object)
 }
 
 /**
- * hostname1_set_kernel_release: (skip)
- * @object: A #Hostname1.
- * @value: The value to set.
+ * hostnamed_hostname1_set_kernel_release: (skip)
+ * @object: A #hostnamedHostname1.
+ * @value: The value to set.
+ *
+ * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelRelease">"KernelRelease"</link> D-Bus property to @value.
+ *
+ * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
+ */
+void
+hostnamed_hostname1_set_kernel_release (hostnamedHostname1 *object, const gchar *value)
+{
+  g_object_set (G_OBJECT (object), "kernel-release", value, NULL);
+}
+
+/**
+ * hostnamed_hostname1_get_kernel_version: (skip)
+ * @object: A #hostnamedHostname1.
+ *
+ * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelVersion">"KernelVersion"</link> D-Bus property.
+ *
+ * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ *
+ * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostnamed_hostname1_dup_kernel_version() if on another thread.</warning>
+ *
+ * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
+ */
+const gchar *
+hostnamed_hostname1_get_kernel_version (hostnamedHostname1 *object)
+{
+  return HOSTNAMED_HOSTNAME1_GET_IFACE (object)->get_kernel_version (object);
+}
+
+/**
+ * hostnamed_hostname1_dup_kernel_version: (skip)
+ * @object: A #hostnamedHostname1.
+ *
+ * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelVersion">"KernelVersion"</link> D-Bus property.
+ *
+ * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ *
+ * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
+ */
+gchar *
+hostnamed_hostname1_dup_kernel_version (hostnamedHostname1 *object)
+{
+  gchar *value;
+  g_object_get (G_OBJECT (object), "kernel-version", &value, NULL);
+  return value;
+}
+
+/**
+ * hostnamed_hostname1_set_kernel_version: (skip)
+ * @object: A #hostnamedHostname1.
+ * @value: The value to set.
+ *
+ * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelVersion">"KernelVersion"</link> D-Bus property to @value.
+ *
+ * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
+ */
+void
+hostnamed_hostname1_set_kernel_version (hostnamedHostname1 *object, const gchar *value)
+{
+  g_object_set (G_OBJECT (object), "kernel-version", value, NULL);
+}
+
+/**
+ * hostnamed_hostname1_get_operating_system_pretty_name: (skip)
+ * @object: A #hostnamedHostname1.
+ *
+ * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemPrettyName">"OperatingSystemPrettyName"</link> D-Bus property.
+ *
+ * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ *
+ * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostnamed_hostname1_dup_operating_system_pretty_name() if on another thread.</warning>
+ *
+ * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
+ */
+const gchar *
+hostnamed_hostname1_get_operating_system_pretty_name (hostnamedHostname1 *object)
+{
+  return HOSTNAMED_HOSTNAME1_GET_IFACE (object)->get_operating_system_pretty_name (object);
+}
+
+/**
+ * hostnamed_hostname1_dup_operating_system_pretty_name: (skip)
+ * @object: A #hostnamedHostname1.
+ *
+ * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemPrettyName">"OperatingSystemPrettyName"</link> D-Bus property.
+ *
+ * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ *
+ * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
+ */
+gchar *
+hostnamed_hostname1_dup_operating_system_pretty_name (hostnamedHostname1 *object)
+{
+  gchar *value;
+  g_object_get (G_OBJECT (object), "operating-system-pretty-name", &value, NULL);
+  return value;
+}
+
+/**
+ * hostnamed_hostname1_set_operating_system_pretty_name: (skip)
+ * @object: A #hostnamedHostname1.
+ * @value: The value to set.
+ *
+ * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemPrettyName">"OperatingSystemPrettyName"</link> D-Bus property to @value.
+ *
+ * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
+ */
+void
+hostnamed_hostname1_set_operating_system_pretty_name (hostnamedHostname1 *object, const gchar *value)
+{
+  g_object_set (G_OBJECT (object), "operating-system-pretty-name", value, NULL);
+}
+
+/**
+ * hostnamed_hostname1_get_operating_system_cpename: (skip)
+ * @object: A #hostnamedHostname1.
+ *
+ * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemCPEName">"OperatingSystemCPEName"</link> D-Bus property.
+ *
+ * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ *
+ * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostnamed_hostname1_dup_operating_system_cpename() if on another thread.</warning>
+ *
+ * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
+ */
+const gchar *
+hostnamed_hostname1_get_operating_system_cpename (hostnamedHostname1 *object)
+{
+  return HOSTNAMED_HOSTNAME1_GET_IFACE (object)->get_operating_system_cpename (object);
+}
+
+/**
+ * hostnamed_hostname1_dup_operating_system_cpename: (skip)
+ * @object: A #hostnamedHostname1.
+ *
+ * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemCPEName">"OperatingSystemCPEName"</link> D-Bus property.
+ *
+ * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ *
+ * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
+ */
+gchar *
+hostnamed_hostname1_dup_operating_system_cpename (hostnamedHostname1 *object)
+{
+  gchar *value;
+  g_object_get (G_OBJECT (object), "operating-system-cpename", &value, NULL);
+  return value;
+}
+
+/**
+ * hostnamed_hostname1_set_operating_system_cpename: (skip)
+ * @object: A #hostnamedHostname1.
+ * @value: The value to set.
+ *
+ * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemCPEName">"OperatingSystemCPEName"</link> D-Bus property to @value.
+ *
+ * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
+ */
+void
+hostnamed_hostname1_set_operating_system_cpename (hostnamedHostname1 *object, const gchar *value)
+{
+  g_object_set (G_OBJECT (object), "operating-system-cpename", value, NULL);
+}
+
+/**
+ * hostnamed_hostname1_call_set_hostname:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @arg_unnamed_arg0: Argument to pass with the method invocation.
+ * @arg_unnamed_arg1: Argument to pass with the method invocation.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
+ * @user_data: User data to pass to @callback.
+ *
+ * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetHostname">SetHostname()</link> D-Bus method on @proxy.
+ * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
+ * You can then call hostnamed_hostname1_call_set_hostname_finish() to get the result of the operation.
+ *
+ * See hostnamed_hostname1_call_set_hostname_sync() for the synchronous, blocking version of this method.
+ */
+void
+hostnamed_hostname1_call_set_hostname (
+    hostnamedHostname1 *proxy,
+    const gchar *arg_unnamed_arg0,
+    gboolean arg_unnamed_arg1,
+    GCancellable *cancellable,
+    GAsyncReadyCallback callback,
+    gpointer user_data)
+{
+  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
+    "SetHostname",
+    g_variant_new ("(sb)",
+                   arg_unnamed_arg0,
+                   arg_unnamed_arg1),
+    G_DBUS_CALL_FLAGS_NONE,
+    -1,
+    cancellable,
+    callback,
+    user_data);
+}
+
+/**
+ * hostnamed_hostname1_call_set_hostname_finish:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostnamed_hostname1_call_set_hostname().
+ * @error: Return location for error or %NULL.
+ *
+ * Finishes an operation started with hostnamed_hostname1_call_set_hostname().
+ *
+ * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ */
+gboolean
+hostnamed_hostname1_call_set_hostname_finish (
+    hostnamedHostname1 *proxy,
+    GAsyncResult *res,
+    GError **error)
+{
+  GVariant *_ret;
+  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
+  if (_ret == NULL)
+    goto _out;
+  g_variant_get (_ret,
+                 "()");
+  g_variant_unref (_ret);
+_out:
+  return _ret != NULL;
+}
+
+/**
+ * hostnamed_hostname1_call_set_hostname_sync:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @arg_unnamed_arg0: Argument to pass with the method invocation.
+ * @arg_unnamed_arg1: Argument to pass with the method invocation.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @error: Return location for error or %NULL.
+ *
+ * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetHostname">SetHostname()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
+ *
+ * See hostnamed_hostname1_call_set_hostname() for the asynchronous version of this method.
+ *
+ * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ */
+gboolean
+hostnamed_hostname1_call_set_hostname_sync (
+    hostnamedHostname1 *proxy,
+    const gchar *arg_unnamed_arg0,
+    gboolean arg_unnamed_arg1,
+    GCancellable *cancellable,
+    GError **error)
+{
+  GVariant *_ret;
+  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
+    "SetHostname",
+    g_variant_new ("(sb)",
+                   arg_unnamed_arg0,
+                   arg_unnamed_arg1),
+    G_DBUS_CALL_FLAGS_NONE,
+    -1,
+    cancellable,
+    error);
+  if (_ret == NULL)
+    goto _out;
+  g_variant_get (_ret,
+                 "()");
+  g_variant_unref (_ret);
+_out:
+  return _ret != NULL;
+}
+
+/**
+ * hostnamed_hostname1_call_set_static_hostname:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @arg_unnamed_arg0: Argument to pass with the method invocation.
+ * @arg_unnamed_arg1: Argument to pass with the method invocation.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
+ * @user_data: User data to pass to @callback.
  *
- * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelRelease">"KernelRelease"</link> D-Bus property to @value.
+ * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetStaticHostname">SetStaticHostname()</link> D-Bus method on @proxy.
+ * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
+ * You can then call hostnamed_hostname1_call_set_static_hostname_finish() to get the result of the operation.
  *
- * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
+ * See hostnamed_hostname1_call_set_static_hostname_sync() for the synchronous, blocking version of this method.
  */
 void
-hostname1_set_kernel_release (Hostname1 *object, const gchar *value)
+hostnamed_hostname1_call_set_static_hostname (
+    hostnamedHostname1 *proxy,
+    const gchar *arg_unnamed_arg0,
+    gboolean arg_unnamed_arg1,
+    GCancellable *cancellable,
+    GAsyncReadyCallback callback,
+    gpointer user_data)
 {
-  g_object_set (G_OBJECT (object), "kernel-release", value, NULL);
+  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
+    "SetStaticHostname",
+    g_variant_new ("(sb)",
+                   arg_unnamed_arg0,
+                   arg_unnamed_arg1),
+    G_DBUS_CALL_FLAGS_NONE,
+    -1,
+    cancellable,
+    callback,
+    user_data);
 }
 
 /**
- * hostname1_get_kernel_version: (skip)
- * @object: A #Hostname1.
- *
- * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelVersion">"KernelVersion"</link> D-Bus property.
- *
- * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ * hostnamed_hostname1_call_set_static_hostname_finish:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostnamed_hostname1_call_set_static_hostname().
+ * @error: Return location for error or %NULL.
  *
- * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostname1_dup_kernel_version() if on another thread.</warning>
+ * Finishes an operation started with hostnamed_hostname1_call_set_static_hostname().
  *
- * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
+ * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
  */
-const gchar *
-hostname1_get_kernel_version (Hostname1 *object)
+gboolean
+hostnamed_hostname1_call_set_static_hostname_finish (
+    hostnamedHostname1 *proxy,
+    GAsyncResult *res,
+    GError **error)
 {
-  return HOSTNAME1_GET_IFACE (object)->get_kernel_version (object);
+  GVariant *_ret;
+  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
+  if (_ret == NULL)
+    goto _out;
+  g_variant_get (_ret,
+                 "()");
+  g_variant_unref (_ret);
+_out:
+  return _ret != NULL;
 }
 
 /**
- * hostname1_dup_kernel_version: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_call_set_static_hostname_sync:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @arg_unnamed_arg0: Argument to pass with the method invocation.
+ * @arg_unnamed_arg1: Argument to pass with the method invocation.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @error: Return location for error or %NULL.
  *
- * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelVersion">"KernelVersion"</link> D-Bus property.
+ * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetStaticHostname">SetStaticHostname()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
  *
- * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ * See hostnamed_hostname1_call_set_static_hostname() for the asynchronous version of this method.
  *
- * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
+ * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
  */
-gchar *
-hostname1_dup_kernel_version (Hostname1 *object)
+gboolean
+hostnamed_hostname1_call_set_static_hostname_sync (
+    hostnamedHostname1 *proxy,
+    const gchar *arg_unnamed_arg0,
+    gboolean arg_unnamed_arg1,
+    GCancellable *cancellable,
+    GError **error)
 {
-  gchar *value;
-  g_object_get (G_OBJECT (object), "kernel-version", &value, NULL);
-  return value;
+  GVariant *_ret;
+  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
+    "SetStaticHostname",
+    g_variant_new ("(sb)",
+                   arg_unnamed_arg0,
+                   arg_unnamed_arg1),
+    G_DBUS_CALL_FLAGS_NONE,
+    -1,
+    cancellable,
+    error);
+  if (_ret == NULL)
+    goto _out;
+  g_variant_get (_ret,
+                 "()");
+  g_variant_unref (_ret);
+_out:
+  return _ret != NULL;
 }
 
 /**
- * hostname1_set_kernel_version: (skip)
- * @object: A #Hostname1.
- * @value: The value to set.
+ * hostnamed_hostname1_call_set_pretty_hostname:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @arg_unnamed_arg0: Argument to pass with the method invocation.
+ * @arg_unnamed_arg1: Argument to pass with the method invocation.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
+ * @user_data: User data to pass to @callback.
  *
- * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.KernelVersion">"KernelVersion"</link> D-Bus property to @value.
+ * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetPrettyHostname">SetPrettyHostname()</link> D-Bus method on @proxy.
+ * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
+ * You can then call hostnamed_hostname1_call_set_pretty_hostname_finish() to get the result of the operation.
  *
- * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
+ * See hostnamed_hostname1_call_set_pretty_hostname_sync() for the synchronous, blocking version of this method.
  */
 void
-hostname1_set_kernel_version (Hostname1 *object, const gchar *value)
+hostnamed_hostname1_call_set_pretty_hostname (
+    hostnamedHostname1 *proxy,
+    const gchar *arg_unnamed_arg0,
+    gboolean arg_unnamed_arg1,
+    GCancellable *cancellable,
+    GAsyncReadyCallback callback,
+    gpointer user_data)
 {
-  g_object_set (G_OBJECT (object), "kernel-version", value, NULL);
+  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
+    "SetPrettyHostname",
+    g_variant_new ("(sb)",
+                   arg_unnamed_arg0,
+                   arg_unnamed_arg1),
+    G_DBUS_CALL_FLAGS_NONE,
+    -1,
+    cancellable,
+    callback,
+    user_data);
 }
 
 /**
- * hostname1_get_operating_system_pretty_name: (skip)
- * @object: A #Hostname1.
- *
- * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemPrettyName">"OperatingSystemPrettyName"</link> D-Bus property.
- *
- * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ * hostnamed_hostname1_call_set_pretty_hostname_finish:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostnamed_hostname1_call_set_pretty_hostname().
+ * @error: Return location for error or %NULL.
  *
- * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostname1_dup_operating_system_pretty_name() if on another thread.</warning>
+ * Finishes an operation started with hostnamed_hostname1_call_set_pretty_hostname().
  *
- * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
+ * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
  */
-const gchar *
-hostname1_get_operating_system_pretty_name (Hostname1 *object)
+gboolean
+hostnamed_hostname1_call_set_pretty_hostname_finish (
+    hostnamedHostname1 *proxy,
+    GAsyncResult *res,
+    GError **error)
 {
-  return HOSTNAME1_GET_IFACE (object)->get_operating_system_pretty_name (object);
+  GVariant *_ret;
+  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
+  if (_ret == NULL)
+    goto _out;
+  g_variant_get (_ret,
+                 "()");
+  g_variant_unref (_ret);
+_out:
+  return _ret != NULL;
 }
 
 /**
- * hostname1_dup_operating_system_pretty_name: (skip)
- * @object: A #Hostname1.
+ * hostnamed_hostname1_call_set_pretty_hostname_sync:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @arg_unnamed_arg0: Argument to pass with the method invocation.
+ * @arg_unnamed_arg1: Argument to pass with the method invocation.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @error: Return location for error or %NULL.
  *
- * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemPrettyName">"OperatingSystemPrettyName"</link> D-Bus property.
+ * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetPrettyHostname">SetPrettyHostname()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
  *
- * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ * See hostnamed_hostname1_call_set_pretty_hostname() for the asynchronous version of this method.
  *
- * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
+ * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
  */
-gchar *
-hostname1_dup_operating_system_pretty_name (Hostname1 *object)
+gboolean
+hostnamed_hostname1_call_set_pretty_hostname_sync (
+    hostnamedHostname1 *proxy,
+    const gchar *arg_unnamed_arg0,
+    gboolean arg_unnamed_arg1,
+    GCancellable *cancellable,
+    GError **error)
 {
-  gchar *value;
-  g_object_get (G_OBJECT (object), "operating-system-pretty-name", &value, NULL);
-  return value;
+  GVariant *_ret;
+  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
+    "SetPrettyHostname",
+    g_variant_new ("(sb)",
+                   arg_unnamed_arg0,
+                   arg_unnamed_arg1),
+    G_DBUS_CALL_FLAGS_NONE,
+    -1,
+    cancellable,
+    error);
+  if (_ret == NULL)
+    goto _out;
+  g_variant_get (_ret,
+                 "()");
+  g_variant_unref (_ret);
+_out:
+  return _ret != NULL;
 }
 
 /**
- * hostname1_set_operating_system_pretty_name: (skip)
- * @object: A #Hostname1.
- * @value: The value to set.
+ * hostnamed_hostname1_call_set_icon_name:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @arg_unnamed_arg0: Argument to pass with the method invocation.
+ * @arg_unnamed_arg1: Argument to pass with the method invocation.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
+ * @user_data: User data to pass to @callback.
  *
- * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemPrettyName">"OperatingSystemPrettyName"</link> D-Bus property to @value.
+ * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetIconName">SetIconName()</link> D-Bus method on @proxy.
+ * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
+ * You can then call hostnamed_hostname1_call_set_icon_name_finish() to get the result of the operation.
  *
- * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
+ * See hostnamed_hostname1_call_set_icon_name_sync() for the synchronous, blocking version of this method.
  */
 void
-hostname1_set_operating_system_pretty_name (Hostname1 *object, const gchar *value)
+hostnamed_hostname1_call_set_icon_name (
+    hostnamedHostname1 *proxy,
+    const gchar *arg_unnamed_arg0,
+    gboolean arg_unnamed_arg1,
+    GCancellable *cancellable,
+    GAsyncReadyCallback callback,
+    gpointer user_data)
 {
-  g_object_set (G_OBJECT (object), "operating-system-pretty-name", value, NULL);
+  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
+    "SetIconName",
+    g_variant_new ("(sb)",
+                   arg_unnamed_arg0,
+                   arg_unnamed_arg1),
+    G_DBUS_CALL_FLAGS_NONE,
+    -1,
+    cancellable,
+    callback,
+    user_data);
 }
 
 /**
- * hostname1_get_operating_system_cpename: (skip)
- * @object: A #Hostname1.
- *
- * Gets the value of the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemCPEName">"OperatingSystemCPEName"</link> D-Bus property.
- *
- * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ * hostnamed_hostname1_call_set_icon_name_finish:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostnamed_hostname1_call_set_icon_name().
+ * @error: Return location for error or %NULL.
  *
- * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use hostname1_dup_operating_system_cpename() if on another thread.</warning>
+ * Finishes an operation started with hostnamed_hostname1_call_set_icon_name().
  *
- * Returns: (transfer none): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.
+ * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
  */
-const gchar *
-hostname1_get_operating_system_cpename (Hostname1 *object)
+gboolean
+hostnamed_hostname1_call_set_icon_name_finish (
+    hostnamedHostname1 *proxy,
+    GAsyncResult *res,
+    GError **error)
 {
-  return HOSTNAME1_GET_IFACE (object)->get_operating_system_cpename (object);
+  GVariant *_ret;
+  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
+  if (_ret == NULL)
+    goto _out;
+  g_variant_get (_ret,
+                 "()");
+  g_variant_unref (_ret);
+_out:
+  return _ret != NULL;
 }
 
 /**
- * hostname1_dup_operating_system_cpename: (skip)
- * @object: A #Hostname1.
- *
- * Gets a copy of the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemCPEName">"OperatingSystemCPEName"</link> D-Bus property.
- *
- * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
+ * hostnamed_hostname1_call_set_icon_name_sync:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @arg_unnamed_arg0: Argument to pass with the method invocation.
+ * @arg_unnamed_arg1: Argument to pass with the method invocation.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @error: Return location for error or %NULL.
  *
- * Returns: (transfer full): The property value or %NULL if the property is not set. The returned value should be freed with g_free().
- */
-gchar *
-hostname1_dup_operating_system_cpename (Hostname1 *object)
-{
-  gchar *value;
-  g_object_get (G_OBJECT (object), "operating-system-cpename", &value, NULL);
-  return value;
-}
-
-/**
- * hostname1_set_operating_system_cpename: (skip)
- * @object: A #Hostname1.
- * @value: The value to set.
+ * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetIconName">SetIconName()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
  *
- * Sets the <link linkend="gdbus-property-org-freedesktop-hostname1.OperatingSystemCPEName">"OperatingSystemCPEName"</link> D-Bus property to @value.
+ * See hostnamed_hostname1_call_set_icon_name() for the asynchronous version of this method.
  *
- * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
+ * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
  */
-void
-hostname1_set_operating_system_cpename (Hostname1 *object, const gchar *value)
+gboolean
+hostnamed_hostname1_call_set_icon_name_sync (
+    hostnamedHostname1 *proxy,
+    const gchar *arg_unnamed_arg0,
+    gboolean arg_unnamed_arg1,
+    GCancellable *cancellable,
+    GError **error)
 {
-  g_object_set (G_OBJECT (object), "operating-system-cpename", value, NULL);
+  GVariant *_ret;
+  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
+    "SetIconName",
+    g_variant_new ("(sb)",
+                   arg_unnamed_arg0,
+                   arg_unnamed_arg1),
+    G_DBUS_CALL_FLAGS_NONE,
+    -1,
+    cancellable,
+    error);
+  if (_ret == NULL)
+    goto _out;
+  g_variant_get (_ret,
+                 "()");
+  g_variant_unref (_ret);
+_out:
+  return _ret != NULL;
 }
 
 /**
- * hostname1_call_set_hostname:
- * @proxy: A #Hostname1Proxy.
+ * hostnamed_hostname1_call_set_chassis:
+ * @proxy: A #hostnamedHostname1Proxy.
  * @arg_unnamed_arg0: Argument to pass with the method invocation.
  * @arg_unnamed_arg1: Argument to pass with the method invocation.
  * @cancellable: (allow-none): A #GCancellable or %NULL.
  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
  * @user_data: User data to pass to @callback.
  *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetHostname">SetHostname()</link> D-Bus method on @proxy.
+ * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetChassis">SetChassis()</link> D-Bus method on @proxy.
  * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call hostname1_call_set_hostname_finish() to get the result of the operation.
+ * You can then call hostnamed_hostname1_call_set_chassis_finish() to get the result of the operation.
  *
- * See hostname1_call_set_hostname_sync() for the synchronous, blocking version of this method.
+ * See hostnamed_hostname1_call_set_chassis_sync() for the synchronous, blocking version of this method.
  */
 void
-hostname1_call_set_hostname (
-    Hostname1 *proxy,
+hostnamed_hostname1_call_set_chassis (
+    hostnamedHostname1 *proxy,
     const gchar *arg_unnamed_arg0,
     gboolean arg_unnamed_arg1,
     GCancellable *cancellable,
@@ -4842,7 +1866,7 @@ hostname1_call_set_hostname (
     gpointer user_data)
 {
   g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "SetHostname",
+    "SetChassis",
     g_variant_new ("(sb)",
                    arg_unnamed_arg0,
                    arg_unnamed_arg1),
@@ -4854,18 +1878,18 @@ hostname1_call_set_hostname (
 }
 
 /**
- * hostname1_call_set_hostname_finish:
- * @proxy: A #Hostname1Proxy.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostname1_call_set_hostname().
+ * hostnamed_hostname1_call_set_chassis_finish:
+ * @proxy: A #hostnamedHostname1Proxy.
+ * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostnamed_hostname1_call_set_chassis().
  * @error: Return location for error or %NULL.
  *
- * Finishes an operation started with hostname1_call_set_hostname().
+ * Finishes an operation started with hostnamed_hostname1_call_set_chassis().
  *
  * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
  */
 gboolean
-hostname1_call_set_hostname_finish (
-    Hostname1 *proxy,
+hostnamed_hostname1_call_set_chassis_finish (
+    hostnamedHostname1 *proxy,
     GAsyncResult *res,
     GError **error)
 {
@@ -4881,22 +1905,22 @@ _out:
 }
 
 /**
- * hostname1_call_set_hostname_sync:
- * @proxy: A #Hostname1Proxy.
+ * hostnamed_hostname1_call_set_chassis_sync:
+ * @proxy: A #hostnamedHostname1Proxy.
  * @arg_unnamed_arg0: Argument to pass with the method invocation.
  * @arg_unnamed_arg1: Argument to pass with the method invocation.
  * @cancellable: (allow-none): A #GCancellable or %NULL.
  * @error: Return location for error or %NULL.
  *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetHostname">SetHostname()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
+ * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetChassis">SetChassis()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
  *
- * See hostname1_call_set_hostname() for the asynchronous version of this method.
+ * See hostnamed_hostname1_call_set_chassis() for the asynchronous version of this method.
  *
  * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
  */
 gboolean
-hostname1_call_set_hostname_sync (
-    Hostname1 *proxy,
+hostnamed_hostname1_call_set_chassis_sync (
+    hostnamedHostname1 *proxy,
     const gchar *arg_unnamed_arg0,
     gboolean arg_unnamed_arg1,
     GCancellable *cancellable,
@@ -4904,7 +1928,7 @@ hostname1_call_set_hostname_sync (
 {
   GVariant *_ret;
   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "SetHostname",
+    "SetChassis",
     g_variant_new ("(sb)",
                    arg_unnamed_arg0,
                    arg_unnamed_arg1),
@@ -4921,644 +1945,719 @@ _out:
   return _ret != NULL;
 }
 
-/**
- * hostname1_call_set_static_hostname:
- * @proxy: A #Hostname1Proxy.
- * @arg_unnamed_arg0: Argument to pass with the method invocation.
- * @arg_unnamed_arg1: Argument to pass with the method invocation.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetStaticHostname">SetStaticHostname()</link> D-Bus method on @proxy.
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call hostname1_call_set_static_hostname_finish() to get the result of the operation.
- *
- * See hostname1_call_set_static_hostname_sync() for the synchronous, blocking version of this method.
- */
-void
-hostname1_call_set_static_hostname (
-    Hostname1 *proxy,
-    const gchar *arg_unnamed_arg0,
-    gboolean arg_unnamed_arg1,
-    GCancellable *cancellable,
-    GAsyncReadyCallback callback,
-    gpointer user_data)
+/**
+ * hostnamed_hostname1_complete_set_hostname:
+ * @object: A #hostnamedHostname1.
+ * @invocation: (transfer full): A #GDBusMethodInvocation.
+ *
+ * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-hostname1.SetHostname">SetHostname()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
+ *
+ * This method will free @invocation, you cannot use it afterwards.
+ */
+void
+hostnamed_hostname1_complete_set_hostname (
+    hostnamedHostname1 *object,
+    GDBusMethodInvocation *invocation)
+{
+  g_dbus_method_invocation_return_value (invocation,
+    g_variant_new ("()"));
+}
+
+/**
+ * hostnamed_hostname1_complete_set_static_hostname:
+ * @object: A #hostnamedHostname1.
+ * @invocation: (transfer full): A #GDBusMethodInvocation.
+ *
+ * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-hostname1.SetStaticHostname">SetStaticHostname()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
+ *
+ * This method will free @invocation, you cannot use it afterwards.
+ */
+void
+hostnamed_hostname1_complete_set_static_hostname (
+    hostnamedHostname1 *object,
+    GDBusMethodInvocation *invocation)
+{
+  g_dbus_method_invocation_return_value (invocation,
+    g_variant_new ("()"));
+}
+
+/**
+ * hostnamed_hostname1_complete_set_pretty_hostname:
+ * @object: A #hostnamedHostname1.
+ * @invocation: (transfer full): A #GDBusMethodInvocation.
+ *
+ * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-hostname1.SetPrettyHostname">SetPrettyHostname()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
+ *
+ * This method will free @invocation, you cannot use it afterwards.
+ */
+void
+hostnamed_hostname1_complete_set_pretty_hostname (
+    hostnamedHostname1 *object,
+    GDBusMethodInvocation *invocation)
+{
+  g_dbus_method_invocation_return_value (invocation,
+    g_variant_new ("()"));
+}
+
+/**
+ * hostnamed_hostname1_complete_set_icon_name:
+ * @object: A #hostnamedHostname1.
+ * @invocation: (transfer full): A #GDBusMethodInvocation.
+ *
+ * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-hostname1.SetIconName">SetIconName()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
+ *
+ * This method will free @invocation, you cannot use it afterwards.
+ */
+void
+hostnamed_hostname1_complete_set_icon_name (
+    hostnamedHostname1 *object,
+    GDBusMethodInvocation *invocation)
+{
+  g_dbus_method_invocation_return_value (invocation,
+    g_variant_new ("()"));
+}
+
+/**
+ * hostnamed_hostname1_complete_set_chassis:
+ * @object: A #hostnamedHostname1.
+ * @invocation: (transfer full): A #GDBusMethodInvocation.
+ *
+ * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-hostname1.SetChassis">SetChassis()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
+ *
+ * This method will free @invocation, you cannot use it afterwards.
+ */
+void
+hostnamed_hostname1_complete_set_chassis (
+    hostnamedHostname1 *object,
+    GDBusMethodInvocation *invocation)
+{
+  g_dbus_method_invocation_return_value (invocation,
+    g_variant_new ("()"));
+}
+
+/* ------------------------------------------------------------------------ */
+
+/**
+ * hostnamedHostname1Proxy:
+ *
+ * The #hostnamedHostname1Proxy structure contains only private data and should only be accessed using the provided API.
+ */
+
+/**
+ * hostnamedHostname1ProxyClass:
+ * @parent_class: The parent class.
+ *
+ * Class structure for #hostnamedHostname1Proxy.
+ */
+
+struct _hostnamedHostname1ProxyPrivate
+{
+  GData *qdata;
+};
+
+static void hostnamed_hostname1_proxy_iface_init (hostnamedHostname1Iface *iface);
+
+#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
+G_DEFINE_TYPE_WITH_CODE (hostnamedHostname1Proxy, hostnamed_hostname1_proxy, G_TYPE_DBUS_PROXY,
+                         G_ADD_PRIVATE (hostnamedHostname1Proxy)
+                         G_IMPLEMENT_INTERFACE (HOSTNAMED_TYPE_HOSTNAME1, hostnamed_hostname1_proxy_iface_init));
+
+#else
+G_DEFINE_TYPE_WITH_CODE (hostnamedHostname1Proxy, hostnamed_hostname1_proxy, G_TYPE_DBUS_PROXY,
+                         G_IMPLEMENT_INTERFACE (HOSTNAMED_TYPE_HOSTNAME1, hostnamed_hostname1_proxy_iface_init));
+
+#endif
+static void
+hostnamed_hostname1_proxy_finalize (GObject *object)
+{
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  g_datalist_clear (&proxy->priv->qdata);
+  G_OBJECT_CLASS (hostnamed_hostname1_proxy_parent_class)->finalize (object);
+}
+
+static void
+hostnamed_hostname1_proxy_get_property (GObject      *object,
+  guint         prop_id,
+  GValue       *value,
+  GParamSpec   *pspec G_GNUC_UNUSED)
+{
+  const _ExtendedGDBusPropertyInfo *info;
+  GVariant *variant;
+  g_assert (prop_id != 0 && prop_id - 1 < 10);
+  info = _hostnamed_hostname1_property_info_pointers[prop_id - 1];
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);
+  if (info->use_gvariant)
+    {
+      g_value_set_variant (value, variant);
+    }
+  else
+    {
+      if (variant != NULL)
+        g_dbus_gvariant_to_gvalue (variant, value);
+    }
+  if (variant != NULL)
+    g_variant_unref (variant);
+}
+
+static void
+hostnamed_hostname1_proxy_set_property_cb (GDBusProxy *proxy,
+  GAsyncResult *res,
+  gpointer      user_data)
+{
+  const _ExtendedGDBusPropertyInfo *info = user_data;
+  GError *error;
+  GVariant *_ret;
+  error = NULL;
+  _ret = g_dbus_proxy_call_finish (proxy, res, &error);
+  if (!_ret)
+    {
+      g_warning ("Error setting property '%s' on interface org.freedesktop.hostname1: %s (%s, %d)",
+                 info->parent_struct.name, 
+                 error->message, g_quark_to_string (error->domain), error->code);
+      g_error_free (error);
+    }
+  else
+    {
+      g_variant_unref (_ret);
+    }
+}
+
+static void
+hostnamed_hostname1_proxy_set_property (GObject      *object,
+  guint         prop_id,
+  const GValue *value,
+  GParamSpec   *pspec G_GNUC_UNUSED)
+{
+  const _ExtendedGDBusPropertyInfo *info;
+  GVariant *variant;
+  g_assert (prop_id != 0 && prop_id - 1 < 10);
+  info = _hostnamed_hostname1_property_info_pointers[prop_id - 1];
+  variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));
+  g_dbus_proxy_call (G_DBUS_PROXY (object),
+    "org.freedesktop.DBus.Properties.Set",
+    g_variant_new ("(ssv)", "org.freedesktop.hostname1", info->parent_struct.name, variant),
+    G_DBUS_CALL_FLAGS_NONE,
+    -1,
+    NULL, (GAsyncReadyCallback) hostnamed_hostname1_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);
+  g_variant_unref (variant);
+}
+
+static void
+hostnamed_hostname1_proxy_g_signal (GDBusProxy *proxy,
+  const gchar *sender_name G_GNUC_UNUSED,
+  const gchar *signal_name,
+  GVariant *parameters)
+{
+  _ExtendedGDBusSignalInfo *info;
+  GVariantIter iter;
+  GVariant *child;
+  GValue *paramv;
+  guint num_params;
+  guint n;
+  guint signal_id;
+  info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_hostnamed_hostname1_interface_info.parent_struct, signal_name);
+  if (info == NULL)
+    return;
+  num_params = g_variant_n_children (parameters);
+  paramv = g_new0 (GValue, num_params + 1);
+  g_value_init (&paramv[0], HOSTNAMED_TYPE_HOSTNAME1);
+  g_value_set_object (&paramv[0], proxy);
+  g_variant_iter_init (&iter, parameters);
+  n = 1;
+  while ((child = g_variant_iter_next_value (&iter)) != NULL)
+    {
+      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];
+      if (arg_info->use_gvariant)
+        {
+          g_value_init (&paramv[n], G_TYPE_VARIANT);
+          g_value_set_variant (&paramv[n], child);
+          n++;
+        }
+      else
+        g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
+      g_variant_unref (child);
+    }
+  signal_id = g_signal_lookup (info->signal_name, HOSTNAMED_TYPE_HOSTNAME1);
+  g_signal_emitv (paramv, signal_id, 0, NULL);
+  for (n = 0; n < num_params + 1; n++)
+    g_value_unset (&paramv[n]);
+  g_free (paramv);
+}
+
+static void
+hostnamed_hostname1_proxy_g_properties_changed (GDBusProxy *_proxy,
+  GVariant *changed_properties,
+  const gchar *const *invalidated_properties)
+{
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (_proxy);
+  guint n;
+  const gchar *key;
+  GVariantIter *iter;
+  _ExtendedGDBusPropertyInfo *info;
+  g_variant_get (changed_properties, "a{sv}", &iter);
+  while (g_variant_iter_next (iter, "{&sv}", &key, NULL))
+    {
+      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_hostnamed_hostname1_interface_info.parent_struct, key);
+      g_datalist_remove_data (&proxy->priv->qdata, key);
+      if (info != NULL)
+        g_object_notify (G_OBJECT (proxy), info->hyphen_name);
+    }
+  g_variant_iter_free (iter);
+  for (n = 0; invalidated_properties[n] != NULL; n++)
+    {
+      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_hostnamed_hostname1_interface_info.parent_struct, invalidated_properties[n]);
+      g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);
+      if (info != NULL)
+        g_object_notify (G_OBJECT (proxy), info->hyphen_name);
+    }
+}
+
+static const gchar *
+hostnamed_hostname1_proxy_get_hostname (hostnamedHostname1 *object)
+{
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  GVariant *variant;
+  const gchar *value = NULL;
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "Hostname");
+  if (variant != NULL)
+    {
+      value = g_variant_get_string (variant, NULL);
+      g_variant_unref (variant);
+    }
+  return value;
+}
+
+static const gchar *
+hostnamed_hostname1_proxy_get_static_hostname (hostnamedHostname1 *object)
+{
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  GVariant *variant;
+  const gchar *value = NULL;
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "StaticHostname");
+  if (variant != NULL)
+    {
+      value = g_variant_get_string (variant, NULL);
+      g_variant_unref (variant);
+    }
+  return value;
+}
+
+static const gchar *
+hostnamed_hostname1_proxy_get_pretty_hostname (hostnamedHostname1 *object)
+{
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  GVariant *variant;
+  const gchar *value = NULL;
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "PrettyHostname");
+  if (variant != NULL)
+    {
+      value = g_variant_get_string (variant, NULL);
+      g_variant_unref (variant);
+    }
+  return value;
+}
+
+static const gchar *
+hostnamed_hostname1_proxy_get_icon_name (hostnamedHostname1 *object)
 {
-  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "SetStaticHostname",
-    g_variant_new ("(sb)",
-                   arg_unnamed_arg0,
-                   arg_unnamed_arg1),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    callback,
-    user_data);
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  GVariant *variant;
+  const gchar *value = NULL;
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "IconName");
+  if (variant != NULL)
+    {
+      value = g_variant_get_string (variant, NULL);
+      g_variant_unref (variant);
+    }
+  return value;
 }
 
-/**
- * hostname1_call_set_static_hostname_finish:
- * @proxy: A #Hostname1Proxy.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostname1_call_set_static_hostname().
- * @error: Return location for error or %NULL.
- *
- * Finishes an operation started with hostname1_call_set_static_hostname().
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-hostname1_call_set_static_hostname_finish (
-    Hostname1 *proxy,
-    GAsyncResult *res,
-    GError **error)
+static const gchar *
+hostnamed_hostname1_proxy_get_chassis (hostnamedHostname1 *object)
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  GVariant *variant;
+  const gchar *value = NULL;
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "Chassis");
+  if (variant != NULL)
+    {
+      value = g_variant_get_string (variant, NULL);
+      g_variant_unref (variant);
+    }
+  return value;
 }
 
-/**
- * hostname1_call_set_static_hostname_sync:
- * @proxy: A #Hostname1Proxy.
- * @arg_unnamed_arg0: Argument to pass with the method invocation.
- * @arg_unnamed_arg1: Argument to pass with the method invocation.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL.
- *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetStaticHostname">SetStaticHostname()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
- *
- * See hostname1_call_set_static_hostname() for the asynchronous version of this method.
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-hostname1_call_set_static_hostname_sync (
-    Hostname1 *proxy,
-    const gchar *arg_unnamed_arg0,
-    gboolean arg_unnamed_arg1,
-    GCancellable *cancellable,
-    GError **error)
+static const gchar *
+hostnamed_hostname1_proxy_get_kernel_name (hostnamedHostname1 *object)
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "SetStaticHostname",
-    g_variant_new ("(sb)",
-                   arg_unnamed_arg0,
-                   arg_unnamed_arg1),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  GVariant *variant;
+  const gchar *value = NULL;
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "KernelName");
+  if (variant != NULL)
+    {
+      value = g_variant_get_string (variant, NULL);
+      g_variant_unref (variant);
+    }
+  return value;
 }
 
-/**
- * hostname1_call_set_pretty_hostname:
- * @proxy: A #Hostname1Proxy.
- * @arg_unnamed_arg0: Argument to pass with the method invocation.
- * @arg_unnamed_arg1: Argument to pass with the method invocation.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetPrettyHostname">SetPrettyHostname()</link> D-Bus method on @proxy.
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call hostname1_call_set_pretty_hostname_finish() to get the result of the operation.
- *
- * See hostname1_call_set_pretty_hostname_sync() for the synchronous, blocking version of this method.
- */
-void
-hostname1_call_set_pretty_hostname (
-    Hostname1 *proxy,
-    const gchar *arg_unnamed_arg0,
-    gboolean arg_unnamed_arg1,
-    GCancellable *cancellable,
-    GAsyncReadyCallback callback,
-    gpointer user_data)
+static const gchar *
+hostnamed_hostname1_proxy_get_kernel_release (hostnamedHostname1 *object)
 {
-  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "SetPrettyHostname",
-    g_variant_new ("(sb)",
-                   arg_unnamed_arg0,
-                   arg_unnamed_arg1),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    callback,
-    user_data);
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  GVariant *variant;
+  const gchar *value = NULL;
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "KernelRelease");
+  if (variant != NULL)
+    {
+      value = g_variant_get_string (variant, NULL);
+      g_variant_unref (variant);
+    }
+  return value;
 }
 
-/**
- * hostname1_call_set_pretty_hostname_finish:
- * @proxy: A #Hostname1Proxy.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostname1_call_set_pretty_hostname().
- * @error: Return location for error or %NULL.
- *
- * Finishes an operation started with hostname1_call_set_pretty_hostname().
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-hostname1_call_set_pretty_hostname_finish (
-    Hostname1 *proxy,
-    GAsyncResult *res,
-    GError **error)
+static const gchar *
+hostnamed_hostname1_proxy_get_kernel_version (hostnamedHostname1 *object)
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  GVariant *variant;
+  const gchar *value = NULL;
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "KernelVersion");
+  if (variant != NULL)
+    {
+      value = g_variant_get_string (variant, NULL);
+      g_variant_unref (variant);
+    }
+  return value;
 }
 
-/**
- * hostname1_call_set_pretty_hostname_sync:
- * @proxy: A #Hostname1Proxy.
- * @arg_unnamed_arg0: Argument to pass with the method invocation.
- * @arg_unnamed_arg1: Argument to pass with the method invocation.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL.
- *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetPrettyHostname">SetPrettyHostname()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
- *
- * See hostname1_call_set_pretty_hostname() for the asynchronous version of this method.
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-hostname1_call_set_pretty_hostname_sync (
-    Hostname1 *proxy,
-    const gchar *arg_unnamed_arg0,
-    gboolean arg_unnamed_arg1,
-    GCancellable *cancellable,
-    GError **error)
+static const gchar *
+hostnamed_hostname1_proxy_get_operating_system_pretty_name (hostnamedHostname1 *object)
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "SetPrettyHostname",
-    g_variant_new ("(sb)",
-                   arg_unnamed_arg0,
-                   arg_unnamed_arg1),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  GVariant *variant;
+  const gchar *value = NULL;
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "OperatingSystemPrettyName");
+  if (variant != NULL)
+    {
+      value = g_variant_get_string (variant, NULL);
+      g_variant_unref (variant);
+    }
+  return value;
 }
 
-/**
- * hostname1_call_set_icon_name:
- * @proxy: A #Hostname1Proxy.
- * @arg_unnamed_arg0: Argument to pass with the method invocation.
- * @arg_unnamed_arg1: Argument to pass with the method invocation.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetIconName">SetIconName()</link> D-Bus method on @proxy.
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call hostname1_call_set_icon_name_finish() to get the result of the operation.
- *
- * See hostname1_call_set_icon_name_sync() for the synchronous, blocking version of this method.
- */
-void
-hostname1_call_set_icon_name (
-    Hostname1 *proxy,
-    const gchar *arg_unnamed_arg0,
-    gboolean arg_unnamed_arg1,
-    GCancellable *cancellable,
-    GAsyncReadyCallback callback,
-    gpointer user_data)
+static const gchar *
+hostnamed_hostname1_proxy_get_operating_system_cpename (hostnamedHostname1 *object)
+{
+  hostnamedHostname1Proxy *proxy = HOSTNAMED_HOSTNAME1_PROXY (object);
+  GVariant *variant;
+  const gchar *value = NULL;
+  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "OperatingSystemCPEName");
+  if (variant != NULL)
+    {
+      value = g_variant_get_string (variant, NULL);
+      g_variant_unref (variant);
+    }
+  return value;
+}
+
+static void
+hostnamed_hostname1_proxy_init (hostnamedHostname1Proxy *proxy)
 {
-  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "SetIconName",
-    g_variant_new ("(sb)",
-                   arg_unnamed_arg0,
-                   arg_unnamed_arg1),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    callback,
-    user_data);
+#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
+  proxy->priv = hostnamed_hostname1_proxy_get_instance_private (proxy);
+#else
+  proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, HOSTNAMED_TYPE_HOSTNAME1_PROXY, hostnamedHostname1ProxyPrivate);
+#endif
+
+  g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), hostnamed_hostname1_interface_info ());
 }
 
-/**
- * hostname1_call_set_icon_name_finish:
- * @proxy: A #Hostname1Proxy.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostname1_call_set_icon_name().
- * @error: Return location for error or %NULL.
- *
- * Finishes an operation started with hostname1_call_set_icon_name().
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-hostname1_call_set_icon_name_finish (
-    Hostname1 *proxy,
-    GAsyncResult *res,
-    GError **error)
+static void
+hostnamed_hostname1_proxy_class_init (hostnamedHostname1ProxyClass *klass)
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
+  GObjectClass *gobject_class;
+  GDBusProxyClass *proxy_class;
+
+  gobject_class = G_OBJECT_CLASS (klass);
+  gobject_class->finalize     = hostnamed_hostname1_proxy_finalize;
+  gobject_class->get_property = hostnamed_hostname1_proxy_get_property;
+  gobject_class->set_property = hostnamed_hostname1_proxy_set_property;
+
+  proxy_class = G_DBUS_PROXY_CLASS (klass);
+  proxy_class->g_signal = hostnamed_hostname1_proxy_g_signal;
+  proxy_class->g_properties_changed = hostnamed_hostname1_proxy_g_properties_changed;
+
+  hostnamed_hostname1_override_properties (gobject_class, 1);
+
+#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38
+  g_type_class_add_private (klass, sizeof (hostnamedHostname1ProxyPrivate));
+#endif
 }
 
-/**
- * hostname1_call_set_icon_name_sync:
- * @proxy: A #Hostname1Proxy.
- * @arg_unnamed_arg0: Argument to pass with the method invocation.
- * @arg_unnamed_arg1: Argument to pass with the method invocation.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL.
- *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetIconName">SetIconName()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
- *
- * See hostname1_call_set_icon_name() for the asynchronous version of this method.
- *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-hostname1_call_set_icon_name_sync (
-    Hostname1 *proxy,
-    const gchar *arg_unnamed_arg0,
-    gboolean arg_unnamed_arg1,
-    GCancellable *cancellable,
-    GError **error)
+static void
+hostnamed_hostname1_proxy_iface_init (hostnamedHostname1Iface *iface)
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "SetIconName",
-    g_variant_new ("(sb)",
-                   arg_unnamed_arg0,
-                   arg_unnamed_arg1),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
+  iface->get_hostname = hostnamed_hostname1_proxy_get_hostname;
+  iface->get_static_hostname = hostnamed_hostname1_proxy_get_static_hostname;
+  iface->get_pretty_hostname = hostnamed_hostname1_proxy_get_pretty_hostname;
+  iface->get_icon_name = hostnamed_hostname1_proxy_get_icon_name;
+  iface->get_chassis = hostnamed_hostname1_proxy_get_chassis;
+  iface->get_kernel_name = hostnamed_hostname1_proxy_get_kernel_name;
+  iface->get_kernel_release = hostnamed_hostname1_proxy_get_kernel_release;
+  iface->get_kernel_version = hostnamed_hostname1_proxy_get_kernel_version;
+  iface->get_operating_system_pretty_name = hostnamed_hostname1_proxy_get_operating_system_pretty_name;
+  iface->get_operating_system_cpename = hostnamed_hostname1_proxy_get_operating_system_cpename;
 }
 
 /**
- * hostname1_call_set_chassis:
- * @proxy: A #Hostname1Proxy.
- * @arg_unnamed_arg0: Argument to pass with the method invocation.
- * @arg_unnamed_arg1: Argument to pass with the method invocation.
+ * hostnamed_hostname1_proxy_new:
+ * @connection: A #GDBusConnection.
+ * @flags: Flags from the #GDBusProxyFlags enumeration.
+ * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
+ * @object_path: An object path.
  * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
+ * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
  * @user_data: User data to pass to @callback.
  *
- * Asynchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetChassis">SetChassis()</link> D-Bus method on @proxy.
+ * Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>. See g_dbus_proxy_new() for more details.
+ *
  * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call hostname1_call_set_chassis_finish() to get the result of the operation.
+ * You can then call hostnamed_hostname1_proxy_new_finish() to get the result of the operation.
  *
- * See hostname1_call_set_chassis_sync() for the synchronous, blocking version of this method.
+ * See hostnamed_hostname1_proxy_new_sync() for the synchronous, blocking version of this constructor.
  */
 void
-hostname1_call_set_chassis (
-    Hostname1 *proxy,
-    const gchar *arg_unnamed_arg0,
-    gboolean arg_unnamed_arg1,
-    GCancellable *cancellable,
-    GAsyncReadyCallback callback,
-    gpointer user_data)
+hostnamed_hostname1_proxy_new (
+    GDBusConnection     *connection,
+    GDBusProxyFlags      flags,
+    const gchar         *name,
+    const gchar         *object_path,
+    GCancellable        *cancellable,
+    GAsyncReadyCallback  callback,
+    gpointer             user_data)
 {
-  g_dbus_proxy_call (G_DBUS_PROXY (proxy),
-    "SetChassis",
-    g_variant_new ("(sb)",
-                   arg_unnamed_arg0,
-                   arg_unnamed_arg1),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    callback,
-    user_data);
+  g_async_initable_new_async (HOSTNAMED_TYPE_HOSTNAME1_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.freedesktop.hostname1", NULL);
 }
 
 /**
- * hostname1_call_set_chassis_finish:
- * @proxy: A #Hostname1Proxy.
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostname1_call_set_chassis().
- * @error: Return location for error or %NULL.
+ * hostnamed_hostname1_proxy_new_finish:
+ * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostnamed_hostname1_proxy_new().
+ * @error: Return location for error or %NULL
  *
- * Finishes an operation started with hostname1_call_set_chassis().
+ * Finishes an operation started with hostnamed_hostname1_proxy_new().
  *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
+ * Returns: (transfer full) (type hostnamedHostname1Proxy): The constructed proxy object or %NULL if @error is set.
  */
-gboolean
-hostname1_call_set_chassis_finish (
-    Hostname1 *proxy,
-    GAsyncResult *res,
-    GError **error)
+hostnamedHostname1 *
+hostnamed_hostname1_proxy_new_finish (
+    GAsyncResult        *res,
+    GError             **error)
 {
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
+  GObject *ret;
+  GObject *source_object;
+  source_object = g_async_result_get_source_object (res);
+  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
+  g_object_unref (source_object);
+  if (ret != NULL)
+    return HOSTNAMED_HOSTNAME1 (ret);
+  else
+    return NULL;
 }
 
 /**
- * hostname1_call_set_chassis_sync:
- * @proxy: A #Hostname1Proxy.
- * @arg_unnamed_arg0: Argument to pass with the method invocation.
- * @arg_unnamed_arg1: Argument to pass with the method invocation.
+ * hostnamed_hostname1_proxy_new_sync:
+ * @connection: A #GDBusConnection.
+ * @flags: Flags from the #GDBusProxyFlags enumeration.
+ * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
+ * @object_path: An object path.
  * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL.
- *
- * Synchronously invokes the <link linkend="gdbus-method-org-freedesktop-hostname1.SetChassis">SetChassis()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.
+ * @error: Return location for error or %NULL
  *
- * See hostname1_call_set_chassis() for the asynchronous version of this method.
+ * Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>. See g_dbus_proxy_new_sync() for more details.
  *
- * Returns: (skip): %TRUE if the call succeded, %FALSE if @error is set.
- */
-gboolean
-hostname1_call_set_chassis_sync (
-    Hostname1 *proxy,
-    const gchar *arg_unnamed_arg0,
-    gboolean arg_unnamed_arg1,
-    GCancellable *cancellable,
-    GError **error)
-{
-  GVariant *_ret;
-  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),
-    "SetChassis",
-    g_variant_new ("(sb)",
-                   arg_unnamed_arg0,
-                   arg_unnamed_arg1),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    cancellable,
-    error);
-  if (_ret == NULL)
-    goto _out;
-  g_variant_get (_ret,
-                 "()");
-  g_variant_unref (_ret);
-_out:
-  return _ret != NULL;
-}
-
-/**
- * hostname1_complete_set_hostname:
- * @object: A #Hostname1.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
+ * The calling thread is blocked until a reply is received.
  *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-hostname1.SetHostname">SetHostname()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
+ * See hostnamed_hostname1_proxy_new() for the asynchronous version of this constructor.
  *
- * This method will free @invocation, you cannot use it afterwards.
+ * Returns: (transfer full) (type hostnamedHostname1Proxy): The constructed proxy object or %NULL if @error is set.
  */
-void
-hostname1_complete_set_hostname (
-    Hostname1 *object,
-    GDBusMethodInvocation *invocation)
+hostnamedHostname1 *
+hostnamed_hostname1_proxy_new_sync (
+    GDBusConnection     *connection,
+    GDBusProxyFlags      flags,
+    const gchar         *name,
+    const gchar         *object_path,
+    GCancellable        *cancellable,
+    GError             **error)
 {
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("()"));
+  GInitable *ret;
+  ret = g_initable_new (HOSTNAMED_TYPE_HOSTNAME1_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.freedesktop.hostname1", NULL);
+  if (ret != NULL)
+    return HOSTNAMED_HOSTNAME1 (ret);
+  else
+    return NULL;
 }
 
-/**
- * hostname1_complete_set_static_hostname:
- * @object: A #Hostname1.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
- *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-hostname1.SetStaticHostname">SetStaticHostname()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
- *
- * This method will free @invocation, you cannot use it afterwards.
- */
-void
-hostname1_complete_set_static_hostname (
-    Hostname1 *object,
-    GDBusMethodInvocation *invocation)
-{
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("()"));
-}
 
 /**
- * hostname1_complete_set_pretty_hostname:
- * @object: A #Hostname1.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
+ * hostnamed_hostname1_proxy_new_for_bus:
+ * @bus_type: A #GBusType.
+ * @flags: Flags from the #GDBusProxyFlags enumeration.
+ * @name: A bus name (well-known or unique).
+ * @object_path: An object path.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
+ * @user_data: User data to pass to @callback.
  *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-hostname1.SetPrettyHostname">SetPrettyHostname()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
+ * Like hostnamed_hostname1_proxy_new() but takes a #GBusType instead of a #GDBusConnection.
  *
- * This method will free @invocation, you cannot use it afterwards.
+ * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
+ * You can then call hostnamed_hostname1_proxy_new_for_bus_finish() to get the result of the operation.
+ *
+ * See hostnamed_hostname1_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.
  */
 void
-hostname1_complete_set_pretty_hostname (
-    Hostname1 *object,
-    GDBusMethodInvocation *invocation)
+hostnamed_hostname1_proxy_new_for_bus (
+    GBusType             bus_type,
+    GDBusProxyFlags      flags,
+    const gchar         *name,
+    const gchar         *object_path,
+    GCancellable        *cancellable,
+    GAsyncReadyCallback  callback,
+    gpointer             user_data)
 {
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("()"));
+  g_async_initable_new_async (HOSTNAMED_TYPE_HOSTNAME1_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.freedesktop.hostname1", NULL);
 }
 
 /**
- * hostname1_complete_set_icon_name:
- * @object: A #Hostname1.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
+ * hostnamed_hostname1_proxy_new_for_bus_finish:
+ * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostnamed_hostname1_proxy_new_for_bus().
+ * @error: Return location for error or %NULL
  *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-hostname1.SetIconName">SetIconName()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
+ * Finishes an operation started with hostnamed_hostname1_proxy_new_for_bus().
  *
- * This method will free @invocation, you cannot use it afterwards.
+ * Returns: (transfer full) (type hostnamedHostname1Proxy): The constructed proxy object or %NULL if @error is set.
  */
-void
-hostname1_complete_set_icon_name (
-    Hostname1 *object,
-    GDBusMethodInvocation *invocation)
+hostnamedHostname1 *
+hostnamed_hostname1_proxy_new_for_bus_finish (
+    GAsyncResult        *res,
+    GError             **error)
 {
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("()"));
+  GObject *ret;
+  GObject *source_object;
+  source_object = g_async_result_get_source_object (res);
+  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
+  g_object_unref (source_object);
+  if (ret != NULL)
+    return HOSTNAMED_HOSTNAME1 (ret);
+  else
+    return NULL;
 }
 
 /**
- * hostname1_complete_set_chassis:
- * @object: A #Hostname1.
- * @invocation: (transfer full): A #GDBusMethodInvocation.
+ * hostnamed_hostname1_proxy_new_for_bus_sync:
+ * @bus_type: A #GBusType.
+ * @flags: Flags from the #GDBusProxyFlags enumeration.
+ * @name: A bus name (well-known or unique).
+ * @object_path: An object path.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @error: Return location for error or %NULL
+ *
+ * Like hostnamed_hostname1_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.
  *
- * Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-freedesktop-hostname1.SetChassis">SetChassis()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
+ * The calling thread is blocked until a reply is received.
  *
- * This method will free @invocation, you cannot use it afterwards.
+ * See hostnamed_hostname1_proxy_new_for_bus() for the asynchronous version of this constructor.
+ *
+ * Returns: (transfer full) (type hostnamedHostname1Proxy): The constructed proxy object or %NULL if @error is set.
  */
-void
-hostname1_complete_set_chassis (
-    Hostname1 *object,
-    GDBusMethodInvocation *invocation)
+hostnamedHostname1 *
+hostnamed_hostname1_proxy_new_for_bus_sync (
+    GBusType             bus_type,
+    GDBusProxyFlags      flags,
+    const gchar         *name,
+    const gchar         *object_path,
+    GCancellable        *cancellable,
+    GError             **error)
 {
-  g_dbus_method_invocation_return_value (invocation,
-    g_variant_new ("()"));
+  GInitable *ret;
+  ret = g_initable_new (HOSTNAMED_TYPE_HOSTNAME1_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.freedesktop.hostname1", NULL);
+  if (ret != NULL)
+    return HOSTNAMED_HOSTNAME1 (ret);
+  else
+    return NULL;
 }
 
+
 /* ------------------------------------------------------------------------ */
 
 /**
- * Hostname1Proxy:
+ * hostnamedHostname1Skeleton:
  *
- * The #Hostname1Proxy structure contains only private data and should only be accessed using the provided API.
+ * The #hostnamedHostname1Skeleton structure contains only private data and should only be accessed using the provided API.
  */
 
 /**
- * Hostname1ProxyClass:
+ * hostnamedHostname1SkeletonClass:
  * @parent_class: The parent class.
  *
- * Class structure for #Hostname1Proxy.
+ * Class structure for #hostnamedHostname1Skeleton.
  */
 
-struct _Hostname1ProxyPrivate
+struct _hostnamedHostname1SkeletonPrivate
 {
-  GData *qdata;
+  GValue *properties;
+  GList *changed_properties;
+  GSource *changed_properties_idle_source;
+  GMainContext *context;
+  GMutex lock;
 };
 
-static void hostname1_proxy_iface_init (Hostname1Iface *iface);
-
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-G_DEFINE_TYPE_WITH_CODE (Hostname1Proxy, hostname1_proxy, G_TYPE_DBUS_PROXY,
-                         G_ADD_PRIVATE (Hostname1Proxy)
-                         G_IMPLEMENT_INTERFACE (TYPE_HOSTNAME1, hostname1_proxy_iface_init));
-
-#else
-G_DEFINE_TYPE_WITH_CODE (Hostname1Proxy, hostname1_proxy, G_TYPE_DBUS_PROXY,
-                         G_IMPLEMENT_INTERFACE (TYPE_HOSTNAME1, hostname1_proxy_iface_init));
-
-#endif
-static void
-hostname1_proxy_finalize (GObject *object)
-{
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  g_datalist_clear (&proxy->priv->qdata);
-  G_OBJECT_CLASS (hostname1_proxy_parent_class)->finalize (object);
-}
-
-static void
-hostname1_proxy_get_property (GObject      *object,
-  guint         prop_id,
-  GValue       *value,
-  GParamSpec   *pspec G_GNUC_UNUSED)
-{
-  const _ExtendedGDBusPropertyInfo *info;
-  GVariant *variant;
-  g_assert (prop_id != 0 && prop_id - 1 < 10);
-  info = _hostname1_property_info_pointers[prop_id - 1];
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);
-  if (info->use_gvariant)
-    {
-      g_value_set_variant (value, variant);
-    }
-  else
-    {
-      if (variant != NULL)
-        g_dbus_gvariant_to_gvalue (variant, value);
-    }
-  if (variant != NULL)
-    g_variant_unref (variant);
-}
-
-static void
-hostname1_proxy_set_property_cb (GDBusProxy *proxy,
-  GAsyncResult *res,
-  gpointer      user_data)
-{
-  const _ExtendedGDBusPropertyInfo *info = user_data;
-  GError *error;
-  GVariant *_ret;
-  error = NULL;
-  _ret = g_dbus_proxy_call_finish (proxy, res, &error);
-  if (!_ret)
-    {
-      g_warning ("Error setting property '%s' on interface org.freedesktop.hostname1: %s (%s, %d)",
-                 info->parent_struct.name, 
-                 error->message, g_quark_to_string (error->domain), error->code);
-      g_error_free (error);
-    }
-  else
-    {
-      g_variant_unref (_ret);
-    }
-}
-
-static void
-hostname1_proxy_set_property (GObject      *object,
-  guint         prop_id,
-  const GValue *value,
-  GParamSpec   *pspec G_GNUC_UNUSED)
-{
-  const _ExtendedGDBusPropertyInfo *info;
-  GVariant *variant;
-  g_assert (prop_id != 0 && prop_id - 1 < 10);
-  info = _hostname1_property_info_pointers[prop_id - 1];
-  variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));
-  g_dbus_proxy_call (G_DBUS_PROXY (object),
-    "org.freedesktop.DBus.Properties.Set",
-    g_variant_new ("(ssv)", "org.freedesktop.hostname1", info->parent_struct.name, variant),
-    G_DBUS_CALL_FLAGS_NONE,
-    -1,
-    NULL, (GAsyncReadyCallback) hostname1_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);
-  g_variant_unref (variant);
-}
-
 static void
-hostname1_proxy_g_signal (GDBusProxy *proxy,
-  const gchar *sender_name G_GNUC_UNUSED,
-  const gchar *signal_name,
-  GVariant *parameters)
+_hostnamed_hostname1_skeleton_handle_method_call (
+  GDBusConnection *connection G_GNUC_UNUSED,
+  const gchar *sender G_GNUC_UNUSED,
+  const gchar *object_path G_GNUC_UNUSED,
+  const gchar *interface_name,
+  const gchar *method_name,
+  GVariant *parameters,
+  GDBusMethodInvocation *invocation,
+  gpointer user_data)
 {
-  _ExtendedGDBusSignalInfo *info;
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (user_data);
+  _ExtendedGDBusMethodInfo *info;
   GVariantIter iter;
   GVariant *child;
   GValue *paramv;
   guint num_params;
+  guint num_extra;
   guint n;
   guint signal_id;
-  info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_hostname1_interface_info.parent_struct, signal_name);
-  if (info == NULL)
-    return;
+  GValue return_value = G_VALUE_INIT;
+  info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);
+  g_assert (info != NULL);
   num_params = g_variant_n_children (parameters);
-  paramv = g_new0 (GValue, num_params + 1);
-  g_value_init (&paramv[0], TYPE_HOSTNAME1);
-  g_value_set_object (&paramv[0], proxy);
+  num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);
+  n = 0;
+  g_value_init (&paramv[n], HOSTNAMED_TYPE_HOSTNAME1);
+  g_value_set_object (&paramv[n++], skeleton);
+  g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);
+  g_value_set_object (&paramv[n++], invocation);
+  if (info->pass_fdlist)
+    {
+#ifdef G_OS_UNIX
+      g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);
+      g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));
+#else
+      g_assert_not_reached ();
+#endif
+    }
   g_variant_iter_init (&iter, parameters);
-  n = 1;
   while ((child = g_variant_iter_next_value (&iter)) != NULL)
     {
-      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];
+      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];
       if (arg_info->use_gvariant)
         {
           g_value_init (&paramv[n], G_TYPE_VARIANT);
@@ -5569,998 +2668,1071 @@ hostname1_proxy_g_signal (GDBusProxy *proxy,
         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
       g_variant_unref (child);
     }
-  signal_id = g_signal_lookup (info->signal_name, TYPE_HOSTNAME1);
-  g_signal_emitv (paramv, signal_id, 0, NULL);
-  for (n = 0; n < num_params + 1; n++)
+  signal_id = g_signal_lookup (info->signal_name, HOSTNAMED_TYPE_HOSTNAME1);
+  g_value_init (&return_value, G_TYPE_BOOLEAN);
+  g_signal_emitv (paramv, signal_id, 0, &return_value);
+  if (!g_value_get_boolean (&return_value))
+    g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name);
+  g_value_unset (&return_value);
+  for (n = 0; n < num_params + num_extra; n++)
     g_value_unset (&paramv[n]);
   g_free (paramv);
 }
 
-static void
-hostname1_proxy_g_properties_changed (GDBusProxy *_proxy,
-  GVariant *changed_properties,
-  const gchar *const *invalidated_properties)
+static GVariant *
+_hostnamed_hostname1_skeleton_handle_get_property (
+  GDBusConnection *connection G_GNUC_UNUSED,
+  const gchar *sender G_GNUC_UNUSED,
+  const gchar *object_path G_GNUC_UNUSED,
+  const gchar *interface_name G_GNUC_UNUSED,
+  const gchar *property_name,
+  GError **error,
+  gpointer user_data)
 {
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (_proxy);
-  guint n;
-  const gchar *key;
-  GVariantIter *iter;
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (user_data);
+  GValue value = G_VALUE_INIT;
+  GParamSpec *pspec;
   _ExtendedGDBusPropertyInfo *info;
-  g_variant_get (changed_properties, "a{sv}", &iter);
-  while (g_variant_iter_next (iter, "{&sv}", &key, NULL))
+  GVariant *ret;
+  ret = NULL;
+  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_hostnamed_hostname1_interface_info.parent_struct, property_name);
+  g_assert (info != NULL);
+  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
+  if (pspec == NULL)
     {
-      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_hostname1_interface_info.parent_struct, key);
-      g_datalist_remove_data (&proxy->priv->qdata, key);
-      if (info != NULL)
-        g_object_notify (G_OBJECT (proxy), info->hyphen_name);
+      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
     }
-  g_variant_iter_free (iter);
-  for (n = 0; invalidated_properties[n] != NULL; n++)
+  else
     {
-      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_hostname1_interface_info.parent_struct, invalidated_properties[n]);
-      g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);
-      if (info != NULL)
-        g_object_notify (G_OBJECT (proxy), info->hyphen_name);
+      g_value_init (&value, pspec->value_type);
+      g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);
+      ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));
+      g_value_unset (&value);
     }
+  return ret;
 }
 
-static const gchar *
-hostname1_proxy_get_hostname (Hostname1 *object)
+static gboolean
+_hostnamed_hostname1_skeleton_handle_set_property (
+  GDBusConnection *connection G_GNUC_UNUSED,
+  const gchar *sender G_GNUC_UNUSED,
+  const gchar *object_path G_GNUC_UNUSED,
+  const gchar *interface_name G_GNUC_UNUSED,
+  const gchar *property_name,
+  GVariant *variant,
+  GError **error,
+  gpointer user_data)
 {
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  GVariant *variant;
-  const gchar *value = NULL;
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "Hostname");
-  if (variant != NULL)
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (user_data);
+  GValue value = G_VALUE_INIT;
+  GParamSpec *pspec;
+  _ExtendedGDBusPropertyInfo *info;
+  gboolean ret;
+  ret = FALSE;
+  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_hostnamed_hostname1_interface_info.parent_struct, property_name);
+  g_assert (info != NULL);
+  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
+  if (pspec == NULL)
     {
-      value = g_variant_get_string (variant, NULL);
-      g_variant_unref (variant);
+      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
     }
-  return value;
+  else
+    {
+      if (info->use_gvariant)
+        g_value_set_variant (&value, variant);
+      else
+        g_dbus_gvariant_to_gvalue (variant, &value);
+      g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);
+      g_value_unset (&value);
+      ret = TRUE;
+    }
+  return ret;
 }
 
-static const gchar *
-hostname1_proxy_get_static_hostname (Hostname1 *object)
+static const GDBusInterfaceVTable _hostnamed_hostname1_skeleton_vtable =
 {
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  GVariant *variant;
-  const gchar *value = NULL;
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "StaticHostname");
-  if (variant != NULL)
+  _hostnamed_hostname1_skeleton_handle_method_call,
+  _hostnamed_hostname1_skeleton_handle_get_property,
+  _hostnamed_hostname1_skeleton_handle_set_property,
+  {NULL}
+};
+
+static GDBusInterfaceInfo *
+hostnamed_hostname1_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)
+{
+  return hostnamed_hostname1_interface_info ();
+}
+
+static GDBusInterfaceVTable *
+hostnamed_hostname1_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)
+{
+  return (GDBusInterfaceVTable *) &_hostnamed_hostname1_skeleton_vtable;
+}
+
+static GVariant *
+hostnamed_hostname1_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)
+{
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (_skeleton);
+
+  GVariantBuilder builder;
+  guint n;
+  g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));
+  if (_hostnamed_hostname1_interface_info.parent_struct.properties == NULL)
+    goto out;
+  for (n = 0; _hostnamed_hostname1_interface_info.parent_struct.properties[n] != NULL; n++)
     {
-      value = g_variant_get_string (variant, NULL);
-      g_variant_unref (variant);
+      GDBusPropertyInfo *info = _hostnamed_hostname1_interface_info.parent_struct.properties[n];
+      if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)
+        {
+          GVariant *value;
+          value = _hostnamed_hostname1_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.freedesktop.hostname1", info->name, NULL, skeleton);
+          if (value != NULL)
+            {
+              g_variant_take_ref (value);
+              g_variant_builder_add (&builder, "{sv}", info->name, value);
+              g_variant_unref (value);
+            }
+        }
     }
-  return value;
+out:
+  return g_variant_builder_end (&builder);
 }
 
-static const gchar *
-hostname1_proxy_get_pretty_hostname (Hostname1 *object)
+static gboolean _hostnamed_hostname1_emit_changed (gpointer user_data);
+
+static void
+hostnamed_hostname1_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)
 {
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  GVariant *variant;
-  const gchar *value = NULL;
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "PrettyHostname");
-  if (variant != NULL)
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (_skeleton);
+  gboolean emit_changed = FALSE;
+
+  g_mutex_lock (&skeleton->priv->lock);
+  if (skeleton->priv->changed_properties_idle_source != NULL)
     {
-      value = g_variant_get_string (variant, NULL);
-      g_variant_unref (variant);
+      g_source_destroy (skeleton->priv->changed_properties_idle_source);
+      skeleton->priv->changed_properties_idle_source = NULL;
+      emit_changed = TRUE;
     }
-  return value;
+  g_mutex_unlock (&skeleton->priv->lock);
+
+  if (emit_changed)
+    _hostnamed_hostname1_emit_changed (skeleton);
 }
 
-static const gchar *
-hostname1_proxy_get_icon_name (Hostname1 *object)
+static void hostnamed_hostname1_skeleton_iface_init (hostnamedHostname1Iface *iface);
+#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
+G_DEFINE_TYPE_WITH_CODE (hostnamedHostname1Skeleton, hostnamed_hostname1_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
+                         G_ADD_PRIVATE (hostnamedHostname1Skeleton)
+                         G_IMPLEMENT_INTERFACE (HOSTNAMED_TYPE_HOSTNAME1, hostnamed_hostname1_skeleton_iface_init));
+
+#else
+G_DEFINE_TYPE_WITH_CODE (hostnamedHostname1Skeleton, hostnamed_hostname1_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
+                         G_IMPLEMENT_INTERFACE (HOSTNAMED_TYPE_HOSTNAME1, hostnamed_hostname1_skeleton_iface_init));
+
+#endif
+static void
+hostnamed_hostname1_skeleton_finalize (GObject *object)
 {
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  GVariant *variant;
-  const gchar *value = NULL;
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "IconName");
-  if (variant != NULL)
-    {
-      value = g_variant_get_string (variant, NULL);
-      g_variant_unref (variant);
-    }
-  return value;
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  guint n;
+  for (n = 0; n < 10; n++)
+    g_value_unset (&skeleton->priv->properties[n]);
+  g_free (skeleton->priv->properties);
+  g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);
+  if (skeleton->priv->changed_properties_idle_source != NULL)
+    g_source_destroy (skeleton->priv->changed_properties_idle_source);
+  g_main_context_unref (skeleton->priv->context);
+  g_mutex_clear (&skeleton->priv->lock);
+  G_OBJECT_CLASS (hostnamed_hostname1_skeleton_parent_class)->finalize (object);
 }
 
-static const gchar *
-hostname1_proxy_get_chassis (Hostname1 *object)
+static void
+hostnamed_hostname1_skeleton_get_property (GObject      *object,
+  guint         prop_id,
+  GValue       *value,
+  GParamSpec   *pspec G_GNUC_UNUSED)
 {
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  GVariant *variant;
-  const gchar *value = NULL;
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "Chassis");
-  if (variant != NULL)
-    {
-      value = g_variant_get_string (variant, NULL);
-      g_variant_unref (variant);
-    }
-  return value;
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  g_assert (prop_id != 0 && prop_id - 1 < 10);
+  g_mutex_lock (&skeleton->priv->lock);
+  g_value_copy (&skeleton->priv->properties[prop_id - 1], value);
+  g_mutex_unlock (&skeleton->priv->lock);
 }
 
-static const gchar *
-hostname1_proxy_get_kernel_name (Hostname1 *object)
+static gboolean
+_hostnamed_hostname1_emit_changed (gpointer user_data)
 {
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  GVariant *variant;
-  const gchar *value = NULL;
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "KernelName");
-  if (variant != NULL)
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (user_data);
+  GList *l;
+  GVariantBuilder builder;
+  GVariantBuilder invalidated_builder;
+  guint num_changes;
+
+  g_mutex_lock (&skeleton->priv->lock);
+  g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));
+  g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE ("as"));
+  for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)
     {
-      value = g_variant_get_string (variant, NULL);
-      g_variant_unref (variant);
+      ChangedProperty *cp = l->data;
+      GVariant *variant;
+      const GValue *cur_value;
+
+      cur_value = &skeleton->priv->properties[cp->prop_id - 1];
+      if (!_g_value_equal (cur_value, &cp->orig_value))
+        {
+          variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));
+          g_variant_builder_add (&builder, "{sv}", cp->info->parent_struct.name, variant);
+          g_variant_unref (variant);
+          num_changes++;
+        }
     }
-  return value;
-}
+  if (num_changes > 0)
+    {
+      GList *connections, *ll;
+      GVariant *signal_variant;
+      signal_variant = g_variant_ref_sink (g_variant_new ("(sa{sv}as)", "org.freedesktop.hostname1",
+                                           &builder, &invalidated_builder));
+      connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
+      for (ll = connections; ll != NULL; ll = ll->next)
+        {
+          GDBusConnection *connection = ll->data;
 
-static const gchar *
-hostname1_proxy_get_kernel_release (Hostname1 *object)
-{
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  GVariant *variant;
-  const gchar *value = NULL;
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "KernelRelease");
-  if (variant != NULL)
+          g_dbus_connection_emit_signal (connection,
+                                         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),
+                                         "org.freedesktop.DBus.Properties",
+                                         "PropertiesChanged",
+                                         signal_variant,
+                                         NULL);
+        }
+      g_variant_unref (signal_variant);
+      g_list_free_full (connections, g_object_unref);
+    }
+  else
     {
-      value = g_variant_get_string (variant, NULL);
-      g_variant_unref (variant);
+      g_variant_builder_clear (&builder);
+      g_variant_builder_clear (&invalidated_builder);
     }
-  return value;
+  g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);
+  skeleton->priv->changed_properties = NULL;
+  skeleton->priv->changed_properties_idle_source = NULL;
+  g_mutex_unlock (&skeleton->priv->lock);
+  return FALSE;
 }
 
-static const gchar *
-hostname1_proxy_get_kernel_version (Hostname1 *object)
+static void
+_hostnamed_hostname1_schedule_emit_changed (hostnamedHostname1Skeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)
 {
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  GVariant *variant;
-  const gchar *value = NULL;
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "KernelVersion");
-  if (variant != NULL)
+  ChangedProperty *cp;
+  GList *l;
+  cp = NULL;
+  for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)
     {
-      value = g_variant_get_string (variant, NULL);
-      g_variant_unref (variant);
+      ChangedProperty *i_cp = l->data;
+      if (i_cp->info == info)
+        {
+          cp = i_cp;
+          break;
+        }
+    }
+  if (cp == NULL)
+    {
+      cp = g_new0 (ChangedProperty, 1);
+      cp->prop_id = prop_id;
+      cp->info = info;
+      skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);
+      g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));
+      g_value_copy (orig_value, &cp->orig_value);
     }
-  return value;
 }
 
-static const gchar *
-hostname1_proxy_get_operating_system_pretty_name (Hostname1 *object)
+static void
+hostnamed_hostname1_skeleton_notify (GObject      *object,
+  GParamSpec *pspec G_GNUC_UNUSED)
 {
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  GVariant *variant;
-  const gchar *value = NULL;
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "OperatingSystemPrettyName");
-  if (variant != NULL)
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  g_mutex_lock (&skeleton->priv->lock);
+  if (skeleton->priv->changed_properties != NULL &&
+      skeleton->priv->changed_properties_idle_source == NULL)
     {
-      value = g_variant_get_string (variant, NULL);
-      g_variant_unref (variant);
+      skeleton->priv->changed_properties_idle_source = g_idle_source_new ();
+      g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);
+      g_source_set_callback (skeleton->priv->changed_properties_idle_source, _hostnamed_hostname1_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);
+      g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);
+      g_source_unref (skeleton->priv->changed_properties_idle_source);
     }
-  return value;
+  g_mutex_unlock (&skeleton->priv->lock);
 }
 
-static const gchar *
-hostname1_proxy_get_operating_system_cpename (Hostname1 *object)
+static void
+hostnamed_hostname1_skeleton_set_property (GObject      *object,
+  guint         prop_id,
+  const GValue *value,
+  GParamSpec   *pspec)
 {
-  Hostname1Proxy *proxy = HOSTNAME1_PROXY (object);
-  GVariant *variant;
-  const gchar *value = NULL;
-  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), "OperatingSystemCPEName");
-  if (variant != NULL)
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  g_assert (prop_id != 0 && prop_id - 1 < 10);
+  g_mutex_lock (&skeleton->priv->lock);
+  g_object_freeze_notify (object);
+  if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))
     {
-      value = g_variant_get_string (variant, NULL);
-      g_variant_unref (variant);
+      if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL)
+        _hostnamed_hostname1_schedule_emit_changed (skeleton, _hostnamed_hostname1_property_info_pointers[prop_id - 1], prop_id, &skeleton->priv->properties[prop_id - 1]);
+      g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);
+      g_object_notify_by_pspec (object, pspec);
     }
-  return value;
+  g_mutex_unlock (&skeleton->priv->lock);
+  g_object_thaw_notify (object);
 }
 
 static void
-hostname1_proxy_init (Hostname1Proxy *proxy)
+hostnamed_hostname1_skeleton_init (hostnamedHostname1Skeleton *skeleton)
 {
 #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-  proxy->priv = hostname1_proxy_get_instance_private (proxy);
+  skeleton->priv = hostnamed_hostname1_skeleton_get_instance_private (skeleton);
 #else
-  proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_HOSTNAME1_PROXY, Hostname1ProxyPrivate);
-#endif
-
-  g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), hostname1_interface_info ());
-}
-
-static void
-hostname1_proxy_class_init (Hostname1ProxyClass *klass)
-{
-  GObjectClass *gobject_class;
-  GDBusProxyClass *proxy_class;
-
-  gobject_class = G_OBJECT_CLASS (klass);
-  gobject_class->finalize     = hostname1_proxy_finalize;
-  gobject_class->get_property = hostname1_proxy_get_property;
-  gobject_class->set_property = hostname1_proxy_set_property;
-
-  proxy_class = G_DBUS_PROXY_CLASS (klass);
-  proxy_class->g_signal = hostname1_proxy_g_signal;
-  proxy_class->g_properties_changed = hostname1_proxy_g_properties_changed;
-
-  hostname1_override_properties (gobject_class, 1);
-
-#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38
-  g_type_class_add_private (klass, sizeof (Hostname1ProxyPrivate));
+  skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, HOSTNAMED_TYPE_HOSTNAME1_SKELETON, hostnamedHostname1SkeletonPrivate);
 #endif
-}
 
-static void
-hostname1_proxy_iface_init (Hostname1Iface *iface)
-{
-  iface->get_hostname = hostname1_proxy_get_hostname;
-  iface->get_static_hostname = hostname1_proxy_get_static_hostname;
-  iface->get_pretty_hostname = hostname1_proxy_get_pretty_hostname;
-  iface->get_icon_name = hostname1_proxy_get_icon_name;
-  iface->get_chassis = hostname1_proxy_get_chassis;
-  iface->get_kernel_name = hostname1_proxy_get_kernel_name;
-  iface->get_kernel_release = hostname1_proxy_get_kernel_release;
-  iface->get_kernel_version = hostname1_proxy_get_kernel_version;
-  iface->get_operating_system_pretty_name = hostname1_proxy_get_operating_system_pretty_name;
-  iface->get_operating_system_cpename = hostname1_proxy_get_operating_system_cpename;
+  g_mutex_init (&skeleton->priv->lock);
+  skeleton->priv->context = g_main_context_ref_thread_default ();
+  skeleton->priv->properties = g_new0 (GValue, 10);
+  g_value_init (&skeleton->priv->properties[0], G_TYPE_STRING);
+  g_value_init (&skeleton->priv->properties[1], G_TYPE_STRING);
+  g_value_init (&skeleton->priv->properties[2], G_TYPE_STRING);
+  g_value_init (&skeleton->priv->properties[3], G_TYPE_STRING);
+  g_value_init (&skeleton->priv->properties[4], G_TYPE_STRING);
+  g_value_init (&skeleton->priv->properties[5], G_TYPE_STRING);
+  g_value_init (&skeleton->priv->properties[6], G_TYPE_STRING);
+  g_value_init (&skeleton->priv->properties[7], G_TYPE_STRING);
+  g_value_init (&skeleton->priv->properties[8], G_TYPE_STRING);
+  g_value_init (&skeleton->priv->properties[9], G_TYPE_STRING);
 }
 
-/**
- * hostname1_proxy_new:
- * @connection: A #GDBusConnection.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: User data to pass to @callback.
- *
- * Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>. See g_dbus_proxy_new() for more details.
- *
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call hostname1_proxy_new_finish() to get the result of the operation.
- *
- * See hostname1_proxy_new_sync() for the synchronous, blocking version of this constructor.
- */
-void
-hostname1_proxy_new (
-    GDBusConnection     *connection,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GAsyncReadyCallback  callback,
-    gpointer             user_data)
+static const gchar *
+hostnamed_hostname1_skeleton_get_hostname (hostnamedHostname1 *object)
 {
-  g_async_initable_new_async (TYPE_HOSTNAME1_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.freedesktop.hostname1", NULL);
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  const gchar *value;
+  g_mutex_lock (&skeleton->priv->lock);
+  value = g_value_get_string (&(skeleton->priv->properties[0]));
+  g_mutex_unlock (&skeleton->priv->lock);
+  return value;
 }
 
-/**
- * hostname1_proxy_new_finish:
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostname1_proxy_new().
- * @error: Return location for error or %NULL
- *
- * Finishes an operation started with hostname1_proxy_new().
- *
- * Returns: (transfer full) (type Hostname1Proxy): The constructed proxy object or %NULL if @error is set.
- */
-Hostname1 *
-hostname1_proxy_new_finish (
-    GAsyncResult        *res,
-    GError             **error)
+static const gchar *
+hostnamed_hostname1_skeleton_get_static_hostname (hostnamedHostname1 *object)
 {
-  GObject *ret;
-  GObject *source_object;
-  source_object = g_async_result_get_source_object (res);
-  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
-  g_object_unref (source_object);
-  if (ret != NULL)
-    return HOSTNAME1 (ret);
-  else
-    return NULL;
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  const gchar *value;
+  g_mutex_lock (&skeleton->priv->lock);
+  value = g_value_get_string (&(skeleton->priv->properties[1]));
+  g_mutex_unlock (&skeleton->priv->lock);
+  return value;
 }
 
-/**
- * hostname1_proxy_new_sync:
- * @connection: A #GDBusConnection.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL
- *
- * Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>. See g_dbus_proxy_new_sync() for more details.
- *
- * The calling thread is blocked until a reply is received.
- *
- * See hostname1_proxy_new() for the asynchronous version of this constructor.
- *
- * Returns: (transfer full) (type Hostname1Proxy): The constructed proxy object or %NULL if @error is set.
- */
-Hostname1 *
-hostname1_proxy_new_sync (
-    GDBusConnection     *connection,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GError             **error)
+static const gchar *
+hostnamed_hostname1_skeleton_get_pretty_hostname (hostnamedHostname1 *object)
 {
-  GInitable *ret;
-  ret = g_initable_new (TYPE_HOSTNAME1_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "org.freedesktop.hostname1", NULL);
-  if (ret != NULL)
-    return HOSTNAME1 (ret);
-  else
-    return NULL;
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  const gchar *value;
+  g_mutex_lock (&skeleton->priv->lock);
+  value = g_value_get_string (&(skeleton->priv->properties[2]));
+  g_mutex_unlock (&skeleton->priv->lock);
+  return value;
 }
 
-
-/**
- * hostname1_proxy_new_for_bus:
- * @bus_type: A #GBusType.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: A bus name (well-known or unique).
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
- * @user_data: User data to pass to @callback.
- *
- * Like hostname1_proxy_new() but takes a #GBusType instead of a #GDBusConnection.
- *
- * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
- * You can then call hostname1_proxy_new_for_bus_finish() to get the result of the operation.
- *
- * See hostname1_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.
- */
-void
-hostname1_proxy_new_for_bus (
-    GBusType             bus_type,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GAsyncReadyCallback  callback,
-    gpointer             user_data)
+static const gchar *
+hostnamed_hostname1_skeleton_get_icon_name (hostnamedHostname1 *object)
 {
-  g_async_initable_new_async (TYPE_HOSTNAME1_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.freedesktop.hostname1", NULL);
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  const gchar *value;
+  g_mutex_lock (&skeleton->priv->lock);
+  value = g_value_get_string (&(skeleton->priv->properties[3]));
+  g_mutex_unlock (&skeleton->priv->lock);
+  return value;
 }
 
-/**
- * hostname1_proxy_new_for_bus_finish:
- * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostname1_proxy_new_for_bus().
- * @error: Return location for error or %NULL
- *
- * Finishes an operation started with hostname1_proxy_new_for_bus().
- *
- * Returns: (transfer full) (type Hostname1Proxy): The constructed proxy object or %NULL if @error is set.
- */
-Hostname1 *
-hostname1_proxy_new_for_bus_finish (
-    GAsyncResult        *res,
-    GError             **error)
+static const gchar *
+hostnamed_hostname1_skeleton_get_chassis (hostnamedHostname1 *object)
 {
-  GObject *ret;
-  GObject *source_object;
-  source_object = g_async_result_get_source_object (res);
-  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
-  g_object_unref (source_object);
-  if (ret != NULL)
-    return HOSTNAME1 (ret);
-  else
-    return NULL;
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  const gchar *value;
+  g_mutex_lock (&skeleton->priv->lock);
+  value = g_value_get_string (&(skeleton->priv->properties[4]));
+  g_mutex_unlock (&skeleton->priv->lock);
+  return value;
 }
 
-/**
- * hostname1_proxy_new_for_bus_sync:
- * @bus_type: A #GBusType.
- * @flags: Flags from the #GDBusProxyFlags enumeration.
- * @name: A bus name (well-known or unique).
- * @object_path: An object path.
- * @cancellable: (allow-none): A #GCancellable or %NULL.
- * @error: Return location for error or %NULL
- *
- * Like hostname1_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.
- *
- * The calling thread is blocked until a reply is received.
- *
- * See hostname1_proxy_new_for_bus() for the asynchronous version of this constructor.
- *
- * Returns: (transfer full) (type Hostname1Proxy): The constructed proxy object or %NULL if @error is set.
- */
-Hostname1 *
-hostname1_proxy_new_for_bus_sync (
-    GBusType             bus_type,
-    GDBusProxyFlags      flags,
-    const gchar         *name,
-    const gchar         *object_path,
-    GCancellable        *cancellable,
-    GError             **error)
+static const gchar *
+hostnamed_hostname1_skeleton_get_kernel_name (hostnamedHostname1 *object)
 {
-  GInitable *ret;
-  ret = g_initable_new (TYPE_HOSTNAME1_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "org.freedesktop.hostname1", NULL);
-  if (ret != NULL)
-    return HOSTNAME1 (ret);
-  else
-    return NULL;
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  const gchar *value;
+  g_mutex_lock (&skeleton->priv->lock);
+  value = g_value_get_string (&(skeleton->priv->properties[5]));
+  g_mutex_unlock (&skeleton->priv->lock);
+  return value;
 }
 
+static const gchar *
+hostnamed_hostname1_skeleton_get_kernel_release (hostnamedHostname1 *object)
+{
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  const gchar *value;
+  g_mutex_lock (&skeleton->priv->lock);
+  value = g_value_get_string (&(skeleton->priv->properties[6]));
+  g_mutex_unlock (&skeleton->priv->lock);
+  return value;
+}
 
-/* ------------------------------------------------------------------------ */
-
-/**
- * Hostname1Skeleton:
- *
- * The #Hostname1Skeleton structure contains only private data and should only be accessed using the provided API.
- */
-
-/**
- * Hostname1SkeletonClass:
- * @parent_class: The parent class.
- *
- * Class structure for #Hostname1Skeleton.
- */
-
-struct _Hostname1SkeletonPrivate
+static const gchar *
+hostnamed_hostname1_skeleton_get_kernel_version (hostnamedHostname1 *object)
 {
-  GValue *properties;
-  GList *changed_properties;
-  GSource *changed_properties_idle_source;
-  GMainContext *context;
-  GMutex lock;
-};
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  const gchar *value;
+  g_mutex_lock (&skeleton->priv->lock);
+  value = g_value_get_string (&(skeleton->priv->properties[7]));
+  g_mutex_unlock (&skeleton->priv->lock);
+  return value;
+}
 
-static void
-_hostname1_skeleton_handle_method_call (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name,
-  const gchar *method_name,
-  GVariant *parameters,
-  GDBusMethodInvocation *invocation,
-  gpointer user_data)
+static const gchar *
+hostnamed_hostname1_skeleton_get_operating_system_pretty_name (hostnamedHostname1 *object)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (user_data);
-  _ExtendedGDBusMethodInfo *info;
-  GVariantIter iter;
-  GVariant *child;
-  GValue *paramv;
-  guint num_params;
-  guint num_extra;
-  guint n;
-  guint signal_id;
-  GValue return_value = G_VALUE_INIT;
-  info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);
-  g_assert (info != NULL);
-  num_params = g_variant_n_children (parameters);
-  num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);
-  n = 0;
-  g_value_init (&paramv[n], TYPE_HOSTNAME1);
-  g_value_set_object (&paramv[n++], skeleton);
-  g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);
-  g_value_set_object (&paramv[n++], invocation);
-  if (info->pass_fdlist)
-    {
-#ifdef G_OS_UNIX
-      g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);
-      g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));
-#else
-      g_assert_not_reached ();
-#endif
-    }
-  g_variant_iter_init (&iter, parameters);
-  while ((child = g_variant_iter_next_value (&iter)) != NULL)
-    {
-      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];
-      if (arg_info->use_gvariant)
-        {
-          g_value_init (&paramv[n], G_TYPE_VARIANT);
-          g_value_set_variant (&paramv[n], child);
-          n++;
-        }
-      else
-        g_dbus_gvariant_to_gvalue (child, &paramv[n++]);
-      g_variant_unref (child);
-    }
-  signal_id = g_signal_lookup (info->signal_name, TYPE_HOSTNAME1);
-  g_value_init (&return_value, G_TYPE_BOOLEAN);
-  g_signal_emitv (paramv, signal_id, 0, &return_value);
-  if (!g_value_get_boolean (&return_value))
-    g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name);
-  g_value_unset (&return_value);
-  for (n = 0; n < num_params + num_extra; n++)
-    g_value_unset (&paramv[n]);
-  g_free (paramv);
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  const gchar *value;
+  g_mutex_lock (&skeleton->priv->lock);
+  value = g_value_get_string (&(skeleton->priv->properties[8]));
+  g_mutex_unlock (&skeleton->priv->lock);
+  return value;
 }
 
-static GVariant *
-_hostname1_skeleton_handle_get_property (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name G_GNUC_UNUSED,
-  const gchar *property_name,
-  GError **error,
-  gpointer user_data)
+static const gchar *
+hostnamed_hostname1_skeleton_get_operating_system_cpename (hostnamedHostname1 *object)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (user_data);
-  GValue value = G_VALUE_INIT;
-  GParamSpec *pspec;
-  _ExtendedGDBusPropertyInfo *info;
-  GVariant *ret;
-  ret = NULL;
-  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_hostname1_interface_info.parent_struct, property_name);
-  g_assert (info != NULL);
-  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
-  if (pspec == NULL)
-    {
-      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
-    }
-  else
-    {
-      g_value_init (&value, pspec->value_type);
-      g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);
-      ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));
-      g_value_unset (&value);
-    }
-  return ret;
+  hostnamedHostname1Skeleton *skeleton = HOSTNAMED_HOSTNAME1_SKELETON (object);
+  const gchar *value;
+  g_mutex_lock (&skeleton->priv->lock);
+  value = g_value_get_string (&(skeleton->priv->properties[9]));
+  g_mutex_unlock (&skeleton->priv->lock);
+  return value;
 }
 
-static gboolean
-_hostname1_skeleton_handle_set_property (
-  GDBusConnection *connection G_GNUC_UNUSED,
-  const gchar *sender G_GNUC_UNUSED,
-  const gchar *object_path G_GNUC_UNUSED,
-  const gchar *interface_name G_GNUC_UNUSED,
-  const gchar *property_name,
-  GVariant *variant,
-  GError **error,
-  gpointer user_data)
+static void
+hostnamed_hostname1_skeleton_class_init (hostnamedHostname1SkeletonClass *klass)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (user_data);
-  GValue value = G_VALUE_INIT;
-  GParamSpec *pspec;
-  _ExtendedGDBusPropertyInfo *info;
-  gboolean ret;
-  ret = FALSE;
-  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_hostname1_interface_info.parent_struct, property_name);
-  g_assert (info != NULL);
-  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);
-  if (pspec == NULL)
-    {
-      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %s", property_name);
-    }
-  else
-    {
-      if (info->use_gvariant)
-        g_value_set_variant (&value, variant);
-      else
-        g_dbus_gvariant_to_gvalue (variant, &value);
-      g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);
-      g_value_unset (&value);
-      ret = TRUE;
-    }
-  return ret;
+  GObjectClass *gobject_class;
+  GDBusInterfaceSkeletonClass *skeleton_class;
+
+  gobject_class = G_OBJECT_CLASS (klass);
+  gobject_class->finalize = hostnamed_hostname1_skeleton_finalize;
+  gobject_class->get_property = hostnamed_hostname1_skeleton_get_property;
+  gobject_class->set_property = hostnamed_hostname1_skeleton_set_property;
+  gobject_class->notify       = hostnamed_hostname1_skeleton_notify;
+
+
+  hostnamed_hostname1_override_properties (gobject_class, 1);
+
+  skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);
+  skeleton_class->get_info = hostnamed_hostname1_skeleton_dbus_interface_get_info;
+  skeleton_class->get_properties = hostnamed_hostname1_skeleton_dbus_interface_get_properties;
+  skeleton_class->flush = hostnamed_hostname1_skeleton_dbus_interface_flush;
+  skeleton_class->get_vtable = hostnamed_hostname1_skeleton_dbus_interface_get_vtable;
+
+#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38
+  g_type_class_add_private (klass, sizeof (hostnamedHostname1SkeletonPrivate));
+#endif
 }
 
-static const GDBusInterfaceVTable _hostname1_skeleton_vtable =
+static void
+hostnamed_hostname1_skeleton_iface_init (hostnamedHostname1Iface *iface)
 {
-  _hostname1_skeleton_handle_method_call,
-  _hostname1_skeleton_handle_get_property,
-  _hostname1_skeleton_handle_set_property,
-  {NULL}
-};
+  iface->get_hostname = hostnamed_hostname1_skeleton_get_hostname;
+  iface->get_static_hostname = hostnamed_hostname1_skeleton_get_static_hostname;
+  iface->get_pretty_hostname = hostnamed_hostname1_skeleton_get_pretty_hostname;
+  iface->get_icon_name = hostnamed_hostname1_skeleton_get_icon_name;
+  iface->get_chassis = hostnamed_hostname1_skeleton_get_chassis;
+  iface->get_kernel_name = hostnamed_hostname1_skeleton_get_kernel_name;
+  iface->get_kernel_release = hostnamed_hostname1_skeleton_get_kernel_release;
+  iface->get_kernel_version = hostnamed_hostname1_skeleton_get_kernel_version;
+  iface->get_operating_system_pretty_name = hostnamed_hostname1_skeleton_get_operating_system_pretty_name;
+  iface->get_operating_system_cpename = hostnamed_hostname1_skeleton_get_operating_system_cpename;
+}
 
-static GDBusInterfaceInfo *
-hostname1_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)
+/**
+ * hostnamed_hostname1_skeleton_new:
+ *
+ * Creates a skeleton object for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>.
+ *
+ * Returns: (transfer full) (type hostnamedHostname1Skeleton): The skeleton object.
+ */
+hostnamedHostname1 *
+hostnamed_hostname1_skeleton_new (void)
 {
-  return hostname1_interface_info ();
+  return HOSTNAMED_HOSTNAME1 (g_object_new (HOSTNAMED_TYPE_HOSTNAME1_SKELETON, NULL));
 }
 
-static GDBusInterfaceVTable *
-hostname1_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)
+/* ------------------------------------------------------------------------
+ * Code for Object, ObjectProxy and ObjectSkeleton
+ * ------------------------------------------------------------------------
+ */
+
+/**
+ * SECTION:hostnamedObject
+ * @title: hostnamedObject
+ * @short_description: Specialized GDBusObject types
+ *
+ * This section contains the #hostnamedObject, #hostnamedObjectProxy, and #hostnamedObjectSkeleton types which make it easier to work with objects implementing generated types for D-Bus interfaces.
+ */
+
+/**
+ * hostnamedObject:
+ *
+ * The #hostnamedObject type is a specialized container of interfaces.
+ */
+
+/**
+ * hostnamedObjectIface:
+ * @parent_iface: The parent interface.
+ *
+ * Virtual table for the #hostnamedObject interface.
+ */
+
+typedef hostnamedObjectIface hostnamedObjectInterface;
+G_DEFINE_INTERFACE_WITH_CODE (hostnamedObject, hostnamed_object, G_TYPE_OBJECT, g_type_interface_add_prerequisite (g_define_type_id, G_TYPE_DBUS_OBJECT));
+
+static void
+hostnamed_object_default_init (hostnamedObjectIface *iface)
 {
-  return (GDBusInterfaceVTable *) &_hostname1_skeleton_vtable;
+  /**
+   * hostnamedObject:hostname1:
+   *
+   * The #hostnamedHostname1 instance corresponding to the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>, if any.
+   *
+   * Connect to the #GObject::notify signal to get informed of property changes.
+   */
+  g_object_interface_install_property (iface, g_param_spec_object ("hostname1", "hostname1", "hostname1", HOSTNAMED_TYPE_HOSTNAME1, G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS));
+
 }
 
-static GVariant *
-hostname1_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)
+/**
+ * hostnamed_object_get_hostname1:
+ * @object: A #hostnamedObject.
+ *
+ * Gets the #hostnamedHostname1 instance for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link> on @object, if any.
+ *
+ * Returns: (transfer full): A #hostnamedHostname1 that must be freed with g_object_unref() or %NULL if @object does not implement the interface.
+ */
+hostnamedHostname1 *hostnamed_object_get_hostname1 (hostnamedObject *object)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (_skeleton);
+  GDBusInterface *ret;
+  ret = g_dbus_object_get_interface (G_DBUS_OBJECT (object), "org.freedesktop.hostname1");
+  if (ret == NULL)
+    return NULL;
+  return HOSTNAMED_HOSTNAME1 (ret);
+}
 
-  GVariantBuilder builder;
-  guint n;
-  g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));
-  if (_hostname1_interface_info.parent_struct.properties == NULL)
-    goto out;
-  for (n = 0; _hostname1_interface_info.parent_struct.properties[n] != NULL; n++)
-    {
-      GDBusPropertyInfo *info = _hostname1_interface_info.parent_struct.properties[n];
-      if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)
-        {
-          GVariant *value;
-          value = _hostname1_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "org.freedesktop.hostname1", info->name, NULL, skeleton);
-          if (value != NULL)
-            {
-              g_variant_take_ref (value);
-              g_variant_builder_add (&builder, "{sv}", info->name, value);
-              g_variant_unref (value);
-            }
-        }
-    }
-out:
-  return g_variant_builder_end (&builder);
+
+/**
+ * hostnamed_object_peek_hostname1: (skip)
+ * @object: A #hostnamedObject.
+ *
+ * Like hostnamed_object_get_hostname1() but doesn't increase the reference count on the returned object.
+ *
+ * <warning>It is not safe to use the returned object if you are on another thread than the one where the #GDBusObjectManagerClient or #GDBusObjectManagerServer for @object is running.</warning>
+ *
+ * Returns: (transfer none): A #hostnamedHostname1 or %NULL if @object does not implement the interface. Do not free the returned object, it is owned by @object.
+ */
+hostnamedHostname1 *hostnamed_object_peek_hostname1 (hostnamedObject *object)
+{
+  GDBusInterface *ret;
+  ret = g_dbus_object_get_interface (G_DBUS_OBJECT (object), "org.freedesktop.hostname1");
+  if (ret == NULL)
+    return NULL;
+  g_object_unref (ret);
+  return HOSTNAMED_HOSTNAME1 (ret);
 }
 
-static gboolean _hostname1_emit_changed (gpointer user_data);
 
 static void
-hostname1_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)
+hostnamed_object_notify (GDBusObject *object, GDBusInterface *interface)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (_skeleton);
-  gboolean emit_changed = FALSE;
+  _ExtendedGDBusInterfaceInfo *info = (_ExtendedGDBusInterfaceInfo *) g_dbus_interface_get_info (interface);
+  /* info can be NULL if the other end is using a D-Bus interface we don't know
+   * anything about, for example old generated code in this process talking to
+   * newer generated code in the other process. */
+  if (info != NULL)
+    g_object_notify (G_OBJECT (object), info->hyphen_name);
+}
 
-  g_mutex_lock (&skeleton->priv->lock);
-  if (skeleton->priv->changed_properties_idle_source != NULL)
-    {
-      g_source_destroy (skeleton->priv->changed_properties_idle_source);
-      skeleton->priv->changed_properties_idle_source = NULL;
-      emit_changed = TRUE;
-    }
-  g_mutex_unlock (&skeleton->priv->lock);
+/**
+ * hostnamedObjectProxy:
+ *
+ * The #hostnamedObjectProxy structure contains only private data and should only be accessed using the provided API.
+ */
 
-  if (emit_changed)
-    _hostname1_emit_changed (skeleton);
+/**
+ * hostnamedObjectProxyClass:
+ * @parent_class: The parent class.
+ *
+ * Class structure for #hostnamedObjectProxy.
+ */
+
+static void
+hostnamed_object_proxy__hostnamed_object_iface_init (hostnamedObjectIface *iface G_GNUC_UNUSED)
+{
 }
 
-static void hostname1_skeleton_iface_init (Hostname1Iface *iface);
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-G_DEFINE_TYPE_WITH_CODE (Hostname1Skeleton, hostname1_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
-                         G_ADD_PRIVATE (Hostname1Skeleton)
-                         G_IMPLEMENT_INTERFACE (TYPE_HOSTNAME1, hostname1_skeleton_iface_init));
+static void
+hostnamed_object_proxy__g_dbus_object_iface_init (GDBusObjectIface *iface)
+{
+  iface->interface_added = hostnamed_object_notify;
+  iface->interface_removed = hostnamed_object_notify;
+}
 
-#else
-G_DEFINE_TYPE_WITH_CODE (Hostname1Skeleton, hostname1_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,
-                         G_IMPLEMENT_INTERFACE (TYPE_HOSTNAME1, hostname1_skeleton_iface_init));
 
-#endif
+G_DEFINE_TYPE_WITH_CODE (hostnamedObjectProxy, hostnamed_object_proxy, G_TYPE_DBUS_OBJECT_PROXY,
+                         G_IMPLEMENT_INTERFACE (HOSTNAMED_TYPE_OBJECT, hostnamed_object_proxy__hostnamed_object_iface_init)
+                         G_IMPLEMENT_INTERFACE (G_TYPE_DBUS_OBJECT, hostnamed_object_proxy__g_dbus_object_iface_init));
+
 static void
-hostname1_skeleton_finalize (GObject *object)
+hostnamed_object_proxy_init (hostnamedObjectProxy *object G_GNUC_UNUSED)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  guint n;
-  for (n = 0; n < 10; n++)
-    g_value_unset (&skeleton->priv->properties[n]);
-  g_free (skeleton->priv->properties);
-  g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);
-  if (skeleton->priv->changed_properties_idle_source != NULL)
-    g_source_destroy (skeleton->priv->changed_properties_idle_source);
-  g_main_context_unref (skeleton->priv->context);
-  g_mutex_clear (&skeleton->priv->lock);
-  G_OBJECT_CLASS (hostname1_skeleton_parent_class)->finalize (object);
 }
 
 static void
-hostname1_skeleton_get_property (GObject      *object,
+hostnamed_object_proxy_set_property (GObject      *gobject,
   guint         prop_id,
-  GValue       *value,
-  GParamSpec   *pspec G_GNUC_UNUSED)
+  const GValue *value G_GNUC_UNUSED,
+  GParamSpec   *pspec)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  g_assert (prop_id != 0 && prop_id - 1 < 10);
-  g_mutex_lock (&skeleton->priv->lock);
-  g_value_copy (&skeleton->priv->properties[prop_id - 1], value);
-  g_mutex_unlock (&skeleton->priv->lock);
+  G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec);
 }
 
-static gboolean
-_hostname1_emit_changed (gpointer user_data)
+static void
+hostnamed_object_proxy_get_property (GObject      *gobject,
+  guint         prop_id,
+  GValue       *value,
+  GParamSpec   *pspec)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (user_data);
-  GList *l;
-  GVariantBuilder builder;
-  GVariantBuilder invalidated_builder;
-  guint num_changes;
+  hostnamedObjectProxy *object = HOSTNAMED_OBJECT_PROXY (gobject);
+  GDBusInterface *interface;
 
-  g_mutex_lock (&skeleton->priv->lock);
-  g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));
-  g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE ("as"));
-  for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)
+  switch (prop_id)
     {
-      ChangedProperty *cp = l->data;
-      GVariant *variant;
-      const GValue *cur_value;
+    case 1:
+      interface = g_dbus_object_get_interface (G_DBUS_OBJECT (object), "org.freedesktop.hostname1");
+      g_value_take_object (value, interface);
+      break;
 
-      cur_value = &skeleton->priv->properties[cp->prop_id - 1];
-      if (!_g_value_equal (cur_value, &cp->orig_value))
-        {
-          variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));
-          g_variant_builder_add (&builder, "{sv}", cp->info->parent_struct.name, variant);
-          g_variant_unref (variant);
-          num_changes++;
-        }
-    }
-  if (num_changes > 0)
-    {
-      GList *connections, *ll;
-      GVariant *signal_variant;
-      signal_variant = g_variant_ref_sink (g_variant_new ("(sa{sv}as)", "org.freedesktop.hostname1",
-                                           &builder, &invalidated_builder));
-      connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));
-      for (ll = connections; ll != NULL; ll = ll->next)
-        {
-          GDBusConnection *connection = ll->data;
+    default:
+      G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec);
+      break;
+  }
+}
 
-          g_dbus_connection_emit_signal (connection,
-                                         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),
-                                         "org.freedesktop.DBus.Properties",
-                                         "PropertiesChanged",
-                                         signal_variant,
-                                         NULL);
-        }
-      g_variant_unref (signal_variant);
-      g_list_free_full (connections, g_object_unref);
-    }
-  else
-    {
-      g_variant_builder_clear (&builder);
-      g_variant_builder_clear (&invalidated_builder);
-    }
-  g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);
-  skeleton->priv->changed_properties = NULL;
-  skeleton->priv->changed_properties_idle_source = NULL;
-  g_mutex_unlock (&skeleton->priv->lock);
-  return FALSE;
+static void
+hostnamed_object_proxy_class_init (hostnamedObjectProxyClass *klass)
+{
+  GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
+
+  gobject_class->set_property = hostnamed_object_proxy_set_property;
+  gobject_class->get_property = hostnamed_object_proxy_get_property;
+
+  g_object_class_override_property (gobject_class, 1, "hostname1");
+}
+
+/**
+ * hostnamed_object_proxy_new:
+ * @connection: A #GDBusConnection.
+ * @object_path: An object path.
+ *
+ * Creates a new proxy object.
+ *
+ * Returns: (transfer full): The proxy object.
+ */
+hostnamedObjectProxy *
+hostnamed_object_proxy_new (GDBusConnection *connection,
+  const gchar *object_path)
+{
+  g_return_val_if_fail (G_IS_DBUS_CONNECTION (connection), NULL);
+  g_return_val_if_fail (g_variant_is_object_path (object_path), NULL);
+  return HOSTNAMED_OBJECT_PROXY (g_object_new (HOSTNAMED_TYPE_OBJECT_PROXY, "g-connection", connection, "g-object-path", object_path, NULL));
 }
 
+/**
+ * hostnamedObjectSkeleton:
+ *
+ * The #hostnamedObjectSkeleton structure contains only private data and should only be accessed using the provided API.
+ */
+
+/**
+ * hostnamedObjectSkeletonClass:
+ * @parent_class: The parent class.
+ *
+ * Class structure for #hostnamedObjectSkeleton.
+ */
+
 static void
-_hostname1_schedule_emit_changed (Hostname1Skeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)
+hostnamed_object_skeleton__hostnamed_object_iface_init (hostnamedObjectIface *iface G_GNUC_UNUSED)
 {
-  ChangedProperty *cp;
-  GList *l;
-  cp = NULL;
-  for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)
-    {
-      ChangedProperty *i_cp = l->data;
-      if (i_cp->info == info)
-        {
-          cp = i_cp;
-          break;
-        }
-    }
-  if (cp == NULL)
-    {
-      cp = g_new0 (ChangedProperty, 1);
-      cp->prop_id = prop_id;
-      cp->info = info;
-      skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);
-      g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));
-      g_value_copy (orig_value, &cp->orig_value);
-    }
 }
 
+
 static void
-hostname1_skeleton_notify (GObject      *object,
-  GParamSpec *pspec G_GNUC_UNUSED)
+hostnamed_object_skeleton__g_dbus_object_iface_init (GDBusObjectIface *iface)
+{
+  iface->interface_added = hostnamed_object_notify;
+  iface->interface_removed = hostnamed_object_notify;
+}
+
+G_DEFINE_TYPE_WITH_CODE (hostnamedObjectSkeleton, hostnamed_object_skeleton, G_TYPE_DBUS_OBJECT_SKELETON,
+                         G_IMPLEMENT_INTERFACE (HOSTNAMED_TYPE_OBJECT, hostnamed_object_skeleton__hostnamed_object_iface_init)
+                         G_IMPLEMENT_INTERFACE (G_TYPE_DBUS_OBJECT, hostnamed_object_skeleton__g_dbus_object_iface_init));
+
+static void
+hostnamed_object_skeleton_init (hostnamedObjectSkeleton *object G_GNUC_UNUSED)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  g_mutex_lock (&skeleton->priv->lock);
-  if (skeleton->priv->changed_properties != NULL &&
-      skeleton->priv->changed_properties_idle_source == NULL)
-    {
-      skeleton->priv->changed_properties_idle_source = g_idle_source_new ();
-      g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);
-      g_source_set_callback (skeleton->priv->changed_properties_idle_source, _hostname1_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);
-      g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);
-      g_source_unref (skeleton->priv->changed_properties_idle_source);
-    }
-  g_mutex_unlock (&skeleton->priv->lock);
 }
 
 static void
-hostname1_skeleton_set_property (GObject      *object,
+hostnamed_object_skeleton_set_property (GObject      *gobject,
   guint         prop_id,
   const GValue *value,
   GParamSpec   *pspec)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  g_assert (prop_id != 0 && prop_id - 1 < 10);
-  g_mutex_lock (&skeleton->priv->lock);
-  g_object_freeze_notify (object);
-  if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))
+  hostnamedObjectSkeleton *object = HOSTNAMED_OBJECT_SKELETON (gobject);
+  GDBusInterfaceSkeleton *interface;
+
+  switch (prop_id)
     {
-      if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL)
-        _hostname1_schedule_emit_changed (skeleton, _hostname1_property_info_pointers[prop_id - 1], prop_id, &skeleton->priv->properties[prop_id - 1]);
-      g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);
-      g_object_notify_by_pspec (object, pspec);
-    }
-  g_mutex_unlock (&skeleton->priv->lock);
-  g_object_thaw_notify (object);
+    case 1:
+      interface = g_value_get_object (value);
+      if (interface != NULL)
+        {
+          g_warn_if_fail (HOSTNAMED_IS_HOSTNAME1 (interface));
+          g_dbus_object_skeleton_add_interface (G_DBUS_OBJECT_SKELETON (object), interface);
+        }
+      else
+        {
+          g_dbus_object_skeleton_remove_interface_by_name (G_DBUS_OBJECT_SKELETON (object), "org.freedesktop.hostname1");
+        }
+      break;
+
+    default:
+      G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec);
+      break;
+  }
 }
 
 static void
-hostname1_skeleton_init (Hostname1Skeleton *skeleton)
+hostnamed_object_skeleton_get_property (GObject      *gobject,
+  guint         prop_id,
+  GValue       *value,
+  GParamSpec   *pspec)
 {
-#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38
-  skeleton->priv = hostname1_skeleton_get_instance_private (skeleton);
-#else
-  skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_HOSTNAME1_SKELETON, Hostname1SkeletonPrivate);
-#endif
+  hostnamedObjectSkeleton *object = HOSTNAMED_OBJECT_SKELETON (gobject);
+  GDBusInterface *interface;
 
-  g_mutex_init (&skeleton->priv->lock);
-  skeleton->priv->context = g_main_context_ref_thread_default ();
-  skeleton->priv->properties = g_new0 (GValue, 10);
-  g_value_init (&skeleton->priv->properties[0], G_TYPE_STRING);
-  g_value_init (&skeleton->priv->properties[1], G_TYPE_STRING);
-  g_value_init (&skeleton->priv->properties[2], G_TYPE_STRING);
-  g_value_init (&skeleton->priv->properties[3], G_TYPE_STRING);
-  g_value_init (&skeleton->priv->properties[4], G_TYPE_STRING);
-  g_value_init (&skeleton->priv->properties[5], G_TYPE_STRING);
-  g_value_init (&skeleton->priv->properties[6], G_TYPE_STRING);
-  g_value_init (&skeleton->priv->properties[7], G_TYPE_STRING);
-  g_value_init (&skeleton->priv->properties[8], G_TYPE_STRING);
-  g_value_init (&skeleton->priv->properties[9], G_TYPE_STRING);
-}
+  switch (prop_id)
+    {
+    case 1:
+      interface = g_dbus_object_get_interface (G_DBUS_OBJECT (object), "org.freedesktop.hostname1");
+      g_value_take_object (value, interface);
+      break;
 
-static const gchar *
-hostname1_skeleton_get_hostname (Hostname1 *object)
-{
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  const gchar *value;
-  g_mutex_lock (&skeleton->priv->lock);
-  value = g_value_get_string (&(skeleton->priv->properties[0]));
-  g_mutex_unlock (&skeleton->priv->lock);
-  return value;
+    default:
+      G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec);
+      break;
+  }
 }
 
-static const gchar *
-hostname1_skeleton_get_static_hostname (Hostname1 *object)
+static void
+hostnamed_object_skeleton_class_init (hostnamedObjectSkeletonClass *klass)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  const gchar *value;
-  g_mutex_lock (&skeleton->priv->lock);
-  value = g_value_get_string (&(skeleton->priv->properties[1]));
-  g_mutex_unlock (&skeleton->priv->lock);
-  return value;
-}
+  GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
 
-static const gchar *
-hostname1_skeleton_get_pretty_hostname (Hostname1 *object)
-{
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  const gchar *value;
-  g_mutex_lock (&skeleton->priv->lock);
-  value = g_value_get_string (&(skeleton->priv->properties[2]));
-  g_mutex_unlock (&skeleton->priv->lock);
-  return value;
+  gobject_class->set_property = hostnamed_object_skeleton_set_property;
+  gobject_class->get_property = hostnamed_object_skeleton_get_property;
+
+  g_object_class_override_property (gobject_class, 1, "hostname1");
 }
 
-static const gchar *
-hostname1_skeleton_get_icon_name (Hostname1 *object)
+/**
+ * hostnamed_object_skeleton_new:
+ * @object_path: An object path.
+ *
+ * Creates a new skeleton object.
+ *
+ * Returns: (transfer full): The skeleton object.
+ */
+hostnamedObjectSkeleton *
+hostnamed_object_skeleton_new (const gchar *object_path)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  const gchar *value;
-  g_mutex_lock (&skeleton->priv->lock);
-  value = g_value_get_string (&(skeleton->priv->properties[3]));
-  g_mutex_unlock (&skeleton->priv->lock);
-  return value;
+  g_return_val_if_fail (g_variant_is_object_path (object_path), NULL);
+  return HOSTNAMED_OBJECT_SKELETON (g_object_new (HOSTNAMED_TYPE_OBJECT_SKELETON, "g-object-path", object_path, NULL));
 }
 
-static const gchar *
-hostname1_skeleton_get_chassis (Hostname1 *object)
+/**
+ * hostnamed_object_skeleton_set_hostname1:
+ * @object: A #hostnamedObjectSkeleton.
+ * @interface_: (allow-none): A #hostnamedHostname1 or %NULL to clear the interface.
+ *
+ * Sets the #hostnamedHostname1 instance for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link> on @object.
+ */
+void hostnamed_object_skeleton_set_hostname1 (hostnamedObjectSkeleton *object, hostnamedHostname1 *interface_)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  const gchar *value;
-  g_mutex_lock (&skeleton->priv->lock);
-  value = g_value_get_string (&(skeleton->priv->properties[4]));
-  g_mutex_unlock (&skeleton->priv->lock);
-  return value;
+  g_object_set (G_OBJECT (object), "hostname1", interface_, NULL);
 }
 
-static const gchar *
-hostname1_skeleton_get_kernel_name (Hostname1 *object)
+
+/* ------------------------------------------------------------------------
+ * Code for ObjectManager client
+ * ------------------------------------------------------------------------
+ */
+
+/**
+ * SECTION:hostnamedObjectManagerClient
+ * @title: hostnamedObjectManagerClient
+ * @short_description: Generated GDBusObjectManagerClient type
+ *
+ * This section contains a #GDBusObjectManagerClient that uses hostnamed_object_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc.
+ */
+
+/**
+ * hostnamedObjectManagerClient:
+ *
+ * The #hostnamedObjectManagerClient structure contains only private data and should only be accessed using the provided API.
+ */
+
+/**
+ * hostnamedObjectManagerClientClass:
+ * @parent_class: The parent class.
+ *
+ * Class structure for #hostnamedObjectManagerClient.
+ */
+
+G_DEFINE_TYPE (hostnamedObjectManagerClient, hostnamed_object_manager_client, G_TYPE_DBUS_OBJECT_MANAGER_CLIENT);
+
+static void
+hostnamed_object_manager_client_init (hostnamedObjectManagerClient *manager G_GNUC_UNUSED)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  const gchar *value;
-  g_mutex_lock (&skeleton->priv->lock);
-  value = g_value_get_string (&(skeleton->priv->properties[5]));
-  g_mutex_unlock (&skeleton->priv->lock);
-  return value;
 }
 
-static const gchar *
-hostname1_skeleton_get_kernel_release (Hostname1 *object)
+static void
+hostnamed_object_manager_client_class_init (hostnamedObjectManagerClientClass *klass G_GNUC_UNUSED)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  const gchar *value;
-  g_mutex_lock (&skeleton->priv->lock);
-  value = g_value_get_string (&(skeleton->priv->properties[6]));
-  g_mutex_unlock (&skeleton->priv->lock);
-  return value;
 }
 
-static const gchar *
-hostname1_skeleton_get_kernel_version (Hostname1 *object)
+/**
+ * hostnamed_object_manager_client_get_proxy_type:
+ * @manager: A #GDBusObjectManagerClient.
+ * @object_path: The object path of the remote object (unused).
+ * @interface_name: (allow-none): Interface name of the remote object or %NULL to get the object proxy #GType.
+ * @user_data: User data (unused).
+ *
+ * A #GDBusProxyTypeFunc that maps @interface_name to the generated #GDBusObjectProxy<!-- -->- and #GDBusProxy<!-- -->-derived types.
+ *
+ * Returns: A #GDBusProxy<!-- -->-derived #GType if @interface_name is not %NULL, otherwise the #GType for #hostnamedObjectProxy.
+ */
+GType
+hostnamed_object_manager_client_get_proxy_type (GDBusObjectManagerClient *manager G_GNUC_UNUSED, const gchar *object_path G_GNUC_UNUSED, const gchar *interface_name, gpointer user_data G_GNUC_UNUSED)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  const gchar *value;
-  g_mutex_lock (&skeleton->priv->lock);
-  value = g_value_get_string (&(skeleton->priv->properties[7]));
-  g_mutex_unlock (&skeleton->priv->lock);
-  return value;
+  static gsize once_init_value = 0;
+  static GHashTable *lookup_hash;
+  GType ret;
+
+  if (interface_name == NULL)
+    return HOSTNAMED_TYPE_OBJECT_PROXY;
+  if (g_once_init_enter (&once_init_value))
+    {
+      lookup_hash = g_hash_table_new (g_str_hash, g_str_equal);
+      g_hash_table_insert (lookup_hash, (gpointer) "org.freedesktop.hostname1", GSIZE_TO_POINTER (HOSTNAMED_TYPE_HOSTNAME1_PROXY));
+      g_once_init_leave (&once_init_value, 1);
+    }
+  ret = (GType) GPOINTER_TO_SIZE (g_hash_table_lookup (lookup_hash, interface_name));
+  if (ret == (GType) 0)
+    ret = G_TYPE_DBUS_PROXY;
+  return ret;
 }
 
-static const gchar *
-hostname1_skeleton_get_operating_system_pretty_name (Hostname1 *object)
+/**
+ * hostnamed_object_manager_client_new:
+ * @connection: A #GDBusConnection.
+ * @flags: Flags from the #GDBusObjectManagerClientFlags enumeration.
+ * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
+ * @object_path: An object path.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
+ * @user_data: User data to pass to @callback.
+ *
+ * Asynchronously creates #GDBusObjectManagerClient using hostnamed_object_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc. See g_dbus_object_manager_client_new() for more details.
+ *
+ * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
+ * You can then call hostnamed_object_manager_client_new_finish() to get the result of the operation.
+ *
+ * See hostnamed_object_manager_client_new_sync() for the synchronous, blocking version of this constructor.
+ */
+void
+hostnamed_object_manager_client_new (
+    GDBusConnection        *connection,
+    GDBusObjectManagerClientFlags  flags,
+    const gchar            *name,
+    const gchar            *object_path,
+    GCancellable           *cancellable,
+    GAsyncReadyCallback     callback,
+    gpointer                user_data)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  const gchar *value;
-  g_mutex_lock (&skeleton->priv->lock);
-  value = g_value_get_string (&(skeleton->priv->properties[8]));
-  g_mutex_unlock (&skeleton->priv->lock);
-  return value;
+  g_async_initable_new_async (HOSTNAMED_TYPE_OBJECT_MANAGER_CLIENT, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "flags", flags, "name", name, "connection", connection, "object-path", object_path, "get-proxy-type-func", hostnamed_object_manager_client_get_proxy_type, NULL);
 }
 
-static const gchar *
-hostname1_skeleton_get_operating_system_cpename (Hostname1 *object)
+/**
+ * hostnamed_object_manager_client_new_finish:
+ * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostnamed_object_manager_client_new().
+ * @error: Return location for error or %NULL
+ *
+ * Finishes an operation started with hostnamed_object_manager_client_new().
+ *
+ * Returns: (transfer full) (type hostnamedObjectManagerClient): The constructed object manager client or %NULL if @error is set.
+ */
+GDBusObjectManager *
+hostnamed_object_manager_client_new_finish (
+    GAsyncResult        *res,
+    GError             **error)
 {
-  Hostname1Skeleton *skeleton = HOSTNAME1_SKELETON (object);
-  const gchar *value;
-  g_mutex_lock (&skeleton->priv->lock);
-  value = g_value_get_string (&(skeleton->priv->properties[9]));
-  g_mutex_unlock (&skeleton->priv->lock);
-  return value;
+  GObject *ret;
+  GObject *source_object;
+  source_object = g_async_result_get_source_object (res);
+  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
+  g_object_unref (source_object);
+  if (ret != NULL)
+    return G_DBUS_OBJECT_MANAGER (ret);
+  else
+    return NULL;
 }
 
-static void
-hostname1_skeleton_class_init (Hostname1SkeletonClass *klass)
+/**
+ * hostnamed_object_manager_client_new_sync:
+ * @connection: A #GDBusConnection.
+ * @flags: Flags from the #GDBusObjectManagerClientFlags enumeration.
+ * @name: (allow-none): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.
+ * @object_path: An object path.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @error: Return location for error or %NULL
+ *
+ * Synchronously creates #GDBusObjectManagerClient using hostnamed_object_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc. See g_dbus_object_manager_client_new_sync() for more details.
+ *
+ * The calling thread is blocked until a reply is received.
+ *
+ * See hostnamed_object_manager_client_new() for the asynchronous version of this constructor.
+ *
+ * Returns: (transfer full) (type hostnamedObjectManagerClient): The constructed object manager client or %NULL if @error is set.
+ */
+GDBusObjectManager *
+hostnamed_object_manager_client_new_sync (
+    GDBusConnection        *connection,
+    GDBusObjectManagerClientFlags  flags,
+    const gchar            *name,
+    const gchar            *object_path,
+    GCancellable           *cancellable,
+    GError                **error)
 {
-  GObjectClass *gobject_class;
-  GDBusInterfaceSkeletonClass *skeleton_class;
-
-  gobject_class = G_OBJECT_CLASS (klass);
-  gobject_class->finalize = hostname1_skeleton_finalize;
-  gobject_class->get_property = hostname1_skeleton_get_property;
-  gobject_class->set_property = hostname1_skeleton_set_property;
-  gobject_class->notify       = hostname1_skeleton_notify;
-
-
-  hostname1_override_properties (gobject_class, 1);
+  GInitable *ret;
+  ret = g_initable_new (HOSTNAMED_TYPE_OBJECT_MANAGER_CLIENT, cancellable, error, "flags", flags, "name", name, "connection", connection, "object-path", object_path, "get-proxy-type-func", hostnamed_object_manager_client_get_proxy_type, NULL);
+  if (ret != NULL)
+    return G_DBUS_OBJECT_MANAGER (ret);
+  else
+    return NULL;
+}
 
-  skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);
-  skeleton_class->get_info = hostname1_skeleton_dbus_interface_get_info;
-  skeleton_class->get_properties = hostname1_skeleton_dbus_interface_get_properties;
-  skeleton_class->flush = hostname1_skeleton_dbus_interface_flush;
-  skeleton_class->get_vtable = hostname1_skeleton_dbus_interface_get_vtable;
 
-#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38
-  g_type_class_add_private (klass, sizeof (Hostname1SkeletonPrivate));
-#endif
+/**
+ * hostnamed_object_manager_client_new_for_bus:
+ * @bus_type: A #GBusType.
+ * @flags: Flags from the #GDBusObjectManagerClientFlags enumeration.
+ * @name: A bus name (well-known or unique).
+ * @object_path: An object path.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @callback: A #GAsyncReadyCallback to call when the request is satisfied.
+ * @user_data: User data to pass to @callback.
+ *
+ * Like hostnamed_object_manager_client_new() but takes a #GBusType instead of a #GDBusConnection.
+ *
+ * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
+ * You can then call hostnamed_object_manager_client_new_for_bus_finish() to get the result of the operation.
+ *
+ * See hostnamed_object_manager_client_new_for_bus_sync() for the synchronous, blocking version of this constructor.
+ */
+void
+hostnamed_object_manager_client_new_for_bus (
+    GBusType                bus_type,
+    GDBusObjectManagerClientFlags  flags,
+    const gchar            *name,
+    const gchar            *object_path,
+    GCancellable           *cancellable,
+    GAsyncReadyCallback     callback,
+    gpointer                user_data)
+{
+  g_async_initable_new_async (HOSTNAMED_TYPE_OBJECT_MANAGER_CLIENT, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "flags", flags, "name", name, "bus-type", bus_type, "object-path", object_path, "get-proxy-type-func", hostnamed_object_manager_client_get_proxy_type, NULL);
 }
 
-static void
-hostname1_skeleton_iface_init (Hostname1Iface *iface)
+/**
+ * hostnamed_object_manager_client_new_for_bus_finish:
+ * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to hostnamed_object_manager_client_new_for_bus().
+ * @error: Return location for error or %NULL
+ *
+ * Finishes an operation started with hostnamed_object_manager_client_new_for_bus().
+ *
+ * Returns: (transfer full) (type hostnamedObjectManagerClient): The constructed object manager client or %NULL if @error is set.
+ */
+GDBusObjectManager *
+hostnamed_object_manager_client_new_for_bus_finish (
+    GAsyncResult        *res,
+    GError             **error)
 {
-  iface->get_hostname = hostname1_skeleton_get_hostname;
-  iface->get_static_hostname = hostname1_skeleton_get_static_hostname;
-  iface->get_pretty_hostname = hostname1_skeleton_get_pretty_hostname;
-  iface->get_icon_name = hostname1_skeleton_get_icon_name;
-  iface->get_chassis = hostname1_skeleton_get_chassis;
-  iface->get_kernel_name = hostname1_skeleton_get_kernel_name;
-  iface->get_kernel_release = hostname1_skeleton_get_kernel_release;
-  iface->get_kernel_version = hostname1_skeleton_get_kernel_version;
-  iface->get_operating_system_pretty_name = hostname1_skeleton_get_operating_system_pretty_name;
-  iface->get_operating_system_cpename = hostname1_skeleton_get_operating_system_cpename;
+  GObject *ret;
+  GObject *source_object;
+  source_object = g_async_result_get_source_object (res);
+  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);
+  g_object_unref (source_object);
+  if (ret != NULL)
+    return G_DBUS_OBJECT_MANAGER (ret);
+  else
+    return NULL;
 }
 
 /**
- * hostname1_skeleton_new:
+ * hostnamed_object_manager_client_new_for_bus_sync:
+ * @bus_type: A #GBusType.
+ * @flags: Flags from the #GDBusObjectManagerClientFlags enumeration.
+ * @name: A bus name (well-known or unique).
+ * @object_path: An object path.
+ * @cancellable: (allow-none): A #GCancellable or %NULL.
+ * @error: Return location for error or %NULL
  *
- * Creates a skeleton object for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-hostname1.top_of_page">org.freedesktop.hostname1</link>.
+ * Like hostnamed_object_manager_client_new_sync() but takes a #GBusType instead of a #GDBusConnection.
  *
- * Returns: (transfer full) (type Hostname1Skeleton): The skeleton object.
+ * The calling thread is blocked until a reply is received.
+ *
+ * See hostnamed_object_manager_client_new_for_bus() for the asynchronous version of this constructor.
+ *
+ * Returns: (transfer full) (type hostnamedObjectManagerClient): The constructed object manager client or %NULL if @error is set.
  */
-Hostname1 *
-hostname1_skeleton_new (void)
+GDBusObjectManager *
+hostnamed_object_manager_client_new_for_bus_sync (
+    GBusType                bus_type,
+    GDBusObjectManagerClientFlags  flags,
+    const gchar            *name,
+    const gchar            *object_path,
+    GCancellable           *cancellable,
+    GError                **error)
 {
-  return HOSTNAME1 (g_object_new (TYPE_HOSTNAME1_SKELETON, NULL));
+  GInitable *ret;
+  ret = g_initable_new (HOSTNAMED_TYPE_OBJECT_MANAGER_CLIENT, cancellable, error, "flags", flags, "name", name, "bus-type", bus_type, "object-path", object_path, "get-proxy-type-func", hostnamed_object_manager_client_get_proxy_type, NULL);
+  if (ret != NULL)
+    return G_DBUS_OBJECT_MANAGER (ret);
+  else
+    return NULL;
 }
 
+