Skip to content

Commit

Permalink
Fix documentation. Thanks to lukedirtwalker to spot it.
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Mar 21, 2014
1 parent 276d66c commit 22fc744
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/usb_moded-dbus.c
Expand Up @@ -300,7 +300,7 @@ void usb_moded_dbus_cleanup(void)
/**
* Helper function for sending the different signals
*
* @return 1 on success, 0 on failure
* @return 0 on success, 1 on failure
* @param signal_type the type of signal (normal, error, ...)
* @@param content string which can be mode name, error, list of modes, ...
*/
Expand Down Expand Up @@ -343,7 +343,7 @@ static int usb_moded_dbus_signal(const char *signal_type, const char *content)
/**
* Send regular usb_moded state signal
*
* @return 1 on success, 0 on failure
* @return 0 on success, 1 on failure
* @param state_ind the signal name
*
*/
Expand All @@ -355,7 +355,7 @@ int usb_moded_send_signal(const char *state_ind)
/**
* Send regular usb_moded error signal
*
* @return 1 on success, 0 on failure
* @return 0 on success, 1 on failure
* @param state_ind the signal name
*
*/
Expand All @@ -367,7 +367,7 @@ int usb_moded_send_error_signal(const char *error)
/**
* Send regular usb_moded mode list signal
*
* @return 1 on success, 0 on failure
* @return 0 on success, 1 on failure
* @param state_ind the signal name
*
*/
Expand Down

0 comments on commit 22fc744

Please sign in to comment.