This is an automated email from the git hooks/post-receive script. nomad pushed a commit to branch master in repository apps/xfdashboard.
commit dba3ab05a5c556451ebfc7f3da2cdefdb90e9145 Author: Stephan Haller <[email protected]> Date: Fri Jun 24 18:44:30 2016 +0200 Fix documentation --- libxfdashboard/toggle-button.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libxfdashboard/toggle-button.c b/libxfdashboard/toggle-button.c index f0368ce..8e595e6 100644 --- a/libxfdashboard/toggle-button.c +++ b/libxfdashboard/toggle-button.c @@ -30,9 +30,8 @@ * state when clicked. This is the "on" state. When it is clicked again it will * change its state back to normal state. This is the "off" state. * - * A toggle button is created by calling either xfdashboard_toggle_button_new(), - * xfdashboard_toggle_button_new_with_text(), xfdashboard_toggle_button_new_with_icon() - * or xfdashboard_toggle_button_new_full(). This function will create a toggle + * A toggle button is created by calling either xfdashboard_toggle_button_new() or + * any other xfdashboard_toggle_button_new_*(). These functions will create a toggle * button with state "off". * * The state of a #XfdashboardToggleButton can be set specifically using -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
