Mercurial > pidgin
diff libgaim/util.h @ 14646:e0a93e6fa98b
[gaim-migrate @ 17392]
Added gaim_running_osx() and fixed a typo.
committer: Tailor Script <tailor@pidgin.im>
| author | Evan Schoenberg <evan.s@dreskin.net> |
|---|---|
| date | Fri, 29 Sep 2006 00:17:18 +0000 |
| parents | 01daacf7b771 |
| children | b81e4e44b509 |
line wrap: on
line diff
--- a/libgaim/util.h Thu Sep 28 08:33:58 2006 +0000 +++ b/libgaim/util.h Fri Sep 29 00:17:18 2006 +0000 @@ -584,6 +584,13 @@ gboolean gaim_running_kde(void); /** + * Check if running OS X. + * + * @return TRUE if running OS X, FALSE otherwise. + */ +gboolean gaim_running_osx(void); + +/** * Returns the IP address from a socket file descriptor. * * @param fd The socket file descriptor.
