summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-05 20:13:20 +0100
committerMatthias Clasen <mclasen@redhat.com>2018-02-06 01:16:32 -0500
commit4c150d8eb518c35c484802e5cd7da572e4030f25 (patch)
tree8867f973fd6c9737b5d7f05d6945817f354a37e2 /gtk/gtkrecentmanager.h
parent2616e6857cc136c654b64dd16839ddf89f4b5c62 (diff)
downloadgtk+-4c150d8eb518c35c484802e5cd7da572e4030f25.tar.gz
The big versioning cleanup
Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
Diffstat (limited to 'gtk/gtkrecentmanager.h')
-rw-r--r--gtk/gtkrecentmanager.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkrecentmanager.h b/gtk/gtkrecentmanager.h
index f77684ce32..cd82c6b9f5 100644
--- a/gtk/gtkrecentmanager.h
+++ b/gtk/gtkrecentmanager.h
@@ -86,8 +86,6 @@ struct _GtkRecentData
*
* #GtkRecentManager-struct contains only private data
* and should be accessed using the provided API.
- *
- * Since: 2.10
*/
struct _GtkRecentManager
{
@@ -101,8 +99,6 @@ struct _GtkRecentManager
* GtkRecentManagerClass:
*
* #GtkRecentManagerClass contains only private data.
- *
- * Since: 2.10
*/
struct _GtkRecentManagerClass
{
@@ -134,8 +130,6 @@ struct _GtkRecentManagerClass
* @GTK_RECENT_MANAGER_ERROR_UNKNOWN: unspecified error.
*
* Error codes for #GtkRecentManager operations
- *
- * Since: 2.10
*/
typedef enum
{
@@ -152,8 +146,6 @@ typedef enum
* GTK_RECENT_MANAGER_ERROR:
*
* The #GError domain for #GtkRecentManager errors.
- *
- * Since: 2.10
*/
#define GTK_RECENT_MANAGER_ERROR (gtk_recent_manager_error_quark ())
GDK_AVAILABLE_IN_ALL