summaryrefslogtreecommitdiff
path: root/frontends/gtk/toolbar.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-14 23:05:30 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-14 23:06:04 +0000
commit6741b6e287bf89607eb6ce8378d79f7b4cf4b162 (patch)
tree438322cdbc1df19650ab0975519f6f7908ccae91 /frontends/gtk/toolbar.c
parent20e3dc6d2ae7876b3fc0ce6c34e650e63c26b342 (diff)
downloadnetsurf-6741b6e287bf89607eb6ce8378d79f7b4cf4b162.tar.gz
netsurf-6741b6e287bf89607eb6ce8378d79f7b4cf4b162.tar.bz2
clean up incorrect documentation comments from plotter API rework
Diffstat (limited to 'frontends/gtk/toolbar.c')
-rw-r--r--frontends/gtk/toolbar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/gtk/toolbar.c b/frontends/gtk/toolbar.c
index ac24a78ca..1f8dbbb7c 100644
--- a/frontends/gtk/toolbar.c
+++ b/frontends/gtk/toolbar.c
@@ -125,6 +125,7 @@ static char *remove_underscores(const char *s, bool replacespace)
*
* \param tbbutton button reference
* \param iconsize The size of icons to select.
+ * \param usedef Use the default image if not found.
* \return default images.
*/
static GtkImage *
@@ -193,6 +194,7 @@ nsgtk_theme_image_default(nsgtk_toolbar_button tbbutton,
*
* \param tbbutton search button reference
* \param iconsize The size of icons to select.
+ * \param usedef Use the default image if not found.
* \return default search image.
*/