mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Add missing Since: docs
This commit is contained in:
parent
91e3a67376
commit
870fc484d9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user