diff --git a/docs/reference/gio/gio-docs.xml b/docs/reference/gio/gio-docs.xml
index 56e872f1f..dc34b8660 100644
--- a/docs/reference/gio/gio-docs.xml
+++ b/docs/reference/gio/gio-docs.xml
@@ -205,7 +205,7 @@
-
+
Extending GIO
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt
index 2b83a5188..019c2ff8a 100644
--- a/docs/reference/gio/gio-sections.txt
+++ b/docs/reference/gio/gio-sections.txt
@@ -3571,17 +3571,17 @@ g_dbus_connection_unexport_menu_model
-gmenuproxy
-GMenuProxy
-g_menu_proxy_get
+gdbusmenumodel
+GDBusMenuModel
+g_dbus_menu_model_get
-G_TYPE_MENU_PROXY
-G_MENU_PROXY
-G_IS_MENU_PROXY
+G_TYPE_DBUS_MENU_MODEL
+G_DBUS_MENU_MODEL
+G_IS_BDUS_MENU_MODEL
-g_menu_proxy_get_type
+g_dbus_menu_model_get_type
diff --git a/docs/reference/gio/gio.types b/docs/reference/gio/gio.types
index 0cbbca87e..895b3168c 100644
--- a/docs/reference/gio/gio.types
+++ b/docs/reference/gio/gio.types
@@ -18,6 +18,7 @@ g_converter_output_stream_get_type
g_data_input_stream_get_type
g_data_output_stream_get_type
g_dbus_action_group_get_type
+g_dbus_menu_model_get_type
g_desktop_app_info_get_type
g_drive_get_type
g_emblem_get_type
@@ -51,7 +52,6 @@ g_menu_attribute_iter_get_type
g_menu_get_type
g_menu_link_iter_get_type
g_menu_model_get_type
-g_menu_proxy_get_type
g_mount_get_type
g_mount_operation_get_type
g_native_volume_monitor_get_type
diff --git a/gio/gdbusactiongroup.c b/gio/gdbusactiongroup.c
index 24c5fad7c..4aba34f60 100644
--- a/gio/gdbusactiongroup.c
+++ b/gio/gdbusactiongroup.c
@@ -37,7 +37,7 @@
*
* #GDBusActionGroup is an implementation of the #GActionGroup
* interface that can be used as a proxy for an action group
- * that is exported over D-Bus with g_action_group_dbus_export_start().
+ * that is exported over D-Bus with g_dbus_connection_export_action_group().
*/
struct _GDBusActionGroup
diff --git a/gio/gdbusmenumodel.c b/gio/gdbusmenumodel.c
index f25506c01..242f8ba9d 100644
--- a/gio/gdbusmenumodel.c
+++ b/gio/gdbusmenumodel.c
@@ -33,7 +33,7 @@
*
* #GDBusMenuModel is an implementation of #GMenuModel that can be used
* as a proxy for a menu model that is exported over D-Bus with
- * g_menu_model_dbus_export_start().
+ * g_dbus_connection_export_menu_model().
*/
/*