Add missing Since: docs
authorChristian Persch <chpe@gnome.org>
Sat, 14 Jan 2012 23:40:25 +0000 (00:40 +0100)
committerChristian Persch <chpe@gnome.org>
Sun, 15 Jan 2012 12:02:59 +0000 (13:02 +0100)
gio/gioenums.h

index ecb6b97..8e0ec32 100644 (file)
@@ -652,6 +652,8 @@ typedef enum {
  *
  * GResourceFlags give information about a particular file inside a resource
  * bundle.
+ * 
+ * Since: 2.32
  **/
 typedef enum {
   G_RESOURCE_FLAGS_NONE       = 0,
@@ -663,6 +665,8 @@ typedef enum {
  * @G_RESOURCE_LOOKUP_FLAGS_NONE: No flags set.
  *
  * GResourceLookupFlags determine how resource path lookups are handled.
+ * 
+ * Since: 2.32
  **/
 typedef enum {
   G_RESOURCE_LOOKUP_FLAGS_NONE       = 0,