diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2021-02-16 11:29:22 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@gmail.com> | 2021-02-16 12:52:48 +1300 |
commit | 2928b4dcac5c0397e7c644eed96d95c8b14df0ca (patch) | |
tree | 563134119ab2017496acb7feab9dcbd1953621fe | |
parent | 641eb8cb40fc397421a3284025769c590ebee868 (diff) | |
download | lightdm-git-2928b4dcac5c0397e7c644eed96d95c8b14df0ca.tar.gz |
Fix documentation build warnings
-rw-r--r-- | doc/lightdm-gobject-1-sections.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lightdm-gobject-1-sections.txt b/doc/lightdm-gobject-1-sections.txt index 0f22de9b..6a443756 100644 --- a/doc/lightdm-gobject-1-sections.txt +++ b/doc/lightdm-gobject-1-sections.txt @@ -42,6 +42,7 @@ lightdm_greeter_ensure_shared_data_dir_finish lightdm_greeter_ensure_shared_data_dir_sync lightdm_greeter_connect_sync <SUBSECTION Standard> +glib_autoptr_cleanup_LightDMGreeter LIGHTDM_GREETER LIGHTDM_GREETER_CLASS LIGHTDM_GREETER_ERROR @@ -74,6 +75,7 @@ lightdm_language_get_name lightdm_language_get_territory lightdm_language_matches <SUBSECTION Standard> +glib_autoptr_cleanup_LightDMLanguage LIGHTDM_IS_LANGUAGE LIGHTDM_IS_LANGUAGE_CLASS LIGHTDM_LANGUAGE @@ -96,6 +98,7 @@ lightdm_layout_get_name lightdm_layout_get_short_description lightdm_layout_get_description <SUBSECTION Standard> +glib_autoptr_cleanup_LightDMLayout LIGHTDM_IS_LAYOUT LIGHTDM_IS_LAYOUT_CLASS LIGHTDM_LAYOUT @@ -130,6 +133,7 @@ lightdm_session_get_session_type lightdm_session_get_name lightdm_session_get_comment <SUBSECTION Standard> +glib_autoptr_cleanup_LightDMSession LIGHTDM_IS_SESSION LIGHTDM_IS_SESSION_CLASS LIGHTDM_SESSION @@ -161,6 +165,7 @@ lightdm_user_list_get_length lightdm_user_list_get_user_by_name lightdm_user_list_get_users <SUBSECTION Standard> +glib_autoptr_cleanup_LightDMUserList LIGHTDM_IS_USER_LIST LIGHTDM_IS_USER_LIST_CLASS LIGHTDM_TYPE_USER_LIST @@ -194,6 +199,7 @@ lightdm_user_get_has_messages lightdm_user_get_uid lightdm_user_get_is_locked <SUBSECTION Standard> +glib_autoptr_cleanup_LightDMUser LIGHTDM_IS_USER LIGHTDM_IS_USER_CLASS LIGHTDM_TYPE_USER |