From 2e0d716e8fe85d33f1b68e2830d2f33c79dd8289 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 4 Nov 2010 22:00:47 +0000 Subject: [Author: dmaclach] Clean up GTMServiceManagement so that it works with sockets. Add better tests. R=thomasvl DELTA=478 (303 added, 109 deleted, 66 changed) --- Foundation/GTMServiceManagement.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Foundation/GTMServiceManagement.h') diff --git a/Foundation/GTMServiceManagement.h b/Foundation/GTMServiceManagement.h index dc7f5ff..7a8e6b2 100644 --- a/Foundation/GTMServiceManagement.h +++ b/Foundation/GTMServiceManagement.h @@ -68,6 +68,10 @@ CFTypeRef GTMCFTypeCreateFromLaunchData(launch_data_t ldata, bool convert_non_standard_objects, CFErrorRef *error); +// Returns the list of exports defined by launchd. +// Caller is takes ownership of the returned type. +CFDictionaryRef GTMCopyLaunchdExports(); + GTM_EXTERN_C_END #endif // if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4 -- cgit v1.2.3