Skip to content
Snippets Groups Projects
Commit d68dbda8 authored by Simon McVittie's avatar Simon McVittie
Browse files

steam-runtime-tools: Add missing g_autoptr cleanup declarations

parent 0e53a295
No related branches found
No related tags found
No related merge requests found
......@@ -48,3 +48,7 @@ const char *srt_desktop_entry_get_commandline (SrtDesktopEntry *self);
const char *srt_desktop_entry_get_filename (SrtDesktopEntry *self);
gboolean srt_desktop_entry_is_default_handler (SrtDesktopEntry *self);
gboolean srt_desktop_entry_is_steam_handler (SrtDesktopEntry *self);
#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SrtDesktopEntry, g_object_unref)
#endif
......@@ -113,3 +113,7 @@ SrtSteamIssues srt_steam_get_issues (SrtSteam *self);
const char *srt_steam_get_install_path (SrtSteam *self);
const char *srt_steam_get_data_path (SrtSteam *self);
const char *srt_steam_get_bin32_path (SrtSteam *self);
#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SrtSteam, g_object_unref)
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment