Tue, 30 Aug 2016 00:50:41 -0500
purple-gio: Fix Gir annotation warnings
This patch fixes several Gir annotation build warnings:
* GIOStream, GInputStream, and GOutputStream unresolved types
* "optional" is only for out or inout parameters
* purple_gio_socket_client_new() missing transfer notation for return
| 14743 | 1 | #ifndef _MINIMIZE_TO_TRAY_H_ |
| 2 | #define _MINIMIZE_TO_TRAY_H_ | |
| 3 | ||
| 4 | void MinimizeWndToTray(HWND hWnd); | |
| 5 | void RestoreWndFromTray(HWND hWnd); | |
| 6 | ||
| 7 | #endif /* _MINIMIZE_TO_TRAY_H_ */ |