Sun, 24 Nov 2013 01:53:38 +0530
pidgin: use g_object_class_install_properties instead of repeated g_object_class_install_property
| 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_ */ |