summaryrefslogtreecommitdiff
path: root/gtk/toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/toolbar.c')
-rw-r--r--gtk/toolbar.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/gtk/toolbar.c b/gtk/toolbar.c
index 845344757..5bc5f6c8d 100644
--- a/gtk/toolbar.c
+++ b/gtk/toolbar.c
@@ -456,11 +456,14 @@ void nsgtk_toolbar_clear_toolbar(GtkWidget *widget, gpointer data)
}
/**
- * add item to toolbar
- * \param g the scaffolding whose toolbar an item is added to
- * \param i the location in the toolbar
+ * add item to toolbar.
+ *
* the function should be called, when multiple items are being added,
- * in ascending order
+ * in ascending order.
+ *
+ * \param g the scaffolding whose toolbar an item is added to.
+ * \param i the location in the toolbar.
+ * \param theme The theme in use.
*/
void nsgtk_toolbar_add_item_to_toolbar(struct nsgtk_scaffolding *g, int i,
struct nsgtk_theme *theme)