1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

MAC -> UTF-8

This commit is contained in:
Rémi Denis-Courmont 2009-11-24 23:06:27 +02:00
parent b1efb935f0
commit b78e1e6ab6

View File

@ -57,7 +57,7 @@
* have a significant return value and should take a single argument of type NSNotification,
* or no arguments.
*
* See ÒSelectorsÓ for a description of the SEL type.
* See Selectors for a description of the SEL type.
* \param aNotificiationName The name of the notification that should be sent to the
* distributed notification center.
*/
@ -78,7 +78,7 @@
* have a significant return value and should take a single argument of type id,
* or no arguments.
*
* See ÒSelectorsÓ for a description of the SEL type.
* See Selectors for a description of the SEL type.
* \param arg The argument to pass in the message. Pass nil if the method does not take an
* argument.
* distributed notification center.