Commit d91bba21 authored by Antoine Cellerier's avatar Antoine Cellerier

fix comments

parent 99af6d29
...@@ -289,7 +289,7 @@ void __intf_UserFatal( vlc_object_t *p_this, ...@@ -289,7 +289,7 @@ void __intf_UserFatal( vlc_object_t *p_this,
intf_Interact( p_this, p_new ); intf_Interact( p_this, p_new );
} }
/** Helper function to make a login/password box /** Helper function to ask a yes-no question
* \param p_this Parent vlc_object * \param p_this Parent vlc_object
* \param psz_title Title for the dialog * \param psz_title Title for the dialog
* \param psz_description A description * \param psz_description A description
...@@ -358,6 +358,7 @@ int __intf_UserProgress( vlc_object_t *p_this, ...@@ -358,6 +358,7 @@ int __intf_UserProgress( vlc_object_t *p_this,
return p_new->i_id; return p_new->i_id;
} }
/** Update a progress bar /** Update a progress bar
* \param p_this Parent vlc_object * \param p_this Parent vlc_object
* \param i_id Identifier of the dialog * \param i_id Identifier of the dialog
...@@ -392,9 +393,7 @@ void __intf_UserProgressUpdate( vlc_object_t *p_this, int i_id, ...@@ -392,9 +393,7 @@ void __intf_UserProgressUpdate( vlc_object_t *p_this, int i_id,
vlc_mutex_unlock( &p_interaction->object_lock) ; vlc_mutex_unlock( &p_interaction->object_lock) ;
} }
/** Helper function to make a login/password box
/** Helper function to ask a yes-no question
* \param p_this Parent vlc_object * \param p_this Parent vlc_object
* \param psz_title Title for the dialog * \param psz_title Title for the dialog
* \param psz_description A description * \param psz_description A description
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment