diff options
author | Mohammed Sadiq <sadiq@sadiqpk.org> | 2018-09-18 10:01:12 +0530 |
---|---|---|
committer | Mohammed Sadiq <sadiq@sadiqpk.org> | 2018-09-18 10:01:12 +0530 |
commit | 0d7c987b1af7b08aa6c6dc5727ed0ecac35037aa (patch) | |
tree | 68618500e0c2cb0707fa4ae1b7e3636088b84d22 /gtk/gtklistlistmodel.c | |
parent | 03679d434262be5a73e25668513a6a6597fd90ea (diff) | |
download | gtk+-0d7c987b1af7b08aa6c6dc5727ed0ecac35037aa.tar.gz |
Revert "listlistmodel: Fix documentation comment"
This reverts commit 03679d434262be5a73e25668513a6a6597fd90ea.
listlistmodel is private
Diffstat (limited to 'gtk/gtklistlistmodel.c')
-rw-r--r-- | gtk/gtklistlistmodel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtklistlistmodel.c b/gtk/gtklistlistmodel.c index e15f617b8b..3d10f49280 100644 --- a/gtk/gtklistlistmodel.c +++ b/gtk/gtklistlistmodel.c @@ -18,7 +18,7 @@ */ -/** +/* * SECTION:gtklistlistmodel * @Short_description: a List model for lists * @Title: GtkListListModel @@ -26,7 +26,7 @@ * * #GtkListListModel is a #GListModel implementation that takes a list API and provides * it as a GListModel. - */ + **/ #include "config.h" |