summaryrefslogtreecommitdiff
path: root/gtk/gtklistbox.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2015-09-10 11:22:12 +0200
committerTimm Bäder <mail@baedert.org>2015-10-15 17:37:47 +0200
commit728934d248f589f371fea5c6651e0ef1418dd48e (patch)
treea56064e39ec0adb567c0355106f2bb81c4639c89 /gtk/gtklistbox.h
parent11ee4b40af850c3c271b6c5fce64cdd0a9066594 (diff)
downloadgtk+-wip/baedert/listbox-scrollable.tar.gz
GtkListBox: Implement GtkScrollablewip/baedert/listbox-scrollable
Diffstat (limited to 'gtk/gtklistbox.h')
-rw-r--r--gtk/gtklistbox.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtklistbox.h b/gtk/gtklistbox.h
index 71200875c5..4b900ee23e 100644
--- a/gtk/gtklistbox.h
+++ b/gtk/gtklistbox.h
@@ -103,7 +103,7 @@ struct _GtkListBoxRow
/**
* GtkListBoxRowClass:
* @parent_class: The parent class.
- * @activate:
+ * @activate:
*/
struct _GtkListBoxRowClass
{
@@ -312,7 +312,6 @@ void gtk_list_box_bind_model (GtkListBox
GtkListBoxCreateWidgetFunc create_widget_func,
gpointer user_data,
GDestroyNotify user_data_free_func);
-
G_END_DECLS
#endif