MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / gKeyFileDeleter

Function gKeyFileDeleter

src/shared/shared.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42#include "translationmanager.h"
43
44static void gKeyFileDeleter(GKeyFile* ptr) {
45 if (ptr != nullptr)
46 g_key_file_free(ptr);
47}
48
49static void gErrorDeleter(GError* ptr) {
50 if (ptr != nullptr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected