Wireshark  4.3.0
The Wireshark network protocol analyzer
cocoa_bridge.h
Go to the documentation of this file.
1 
13 #ifndef COCOABRIDGE_H
14 #define COCOABRIDGE_H
15 
17 {
18 
19  CocoaBridge() {}
20 
21 public:
22  static void cleanOSGeneratedMenuItems();
23 
24  static void showInFinder(char const *file_path);
25 
26 };
27 
28 #endif // COCOABRIDGE_H
Definition: cocoa_bridge.h:17