mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	GSocketMsgFlags: annotate as a flags
This was being incorrectly guessed as an enum. Fix that. https://bugzilla.gnome.org/show_bug.cgi?id=671942
This commit is contained in:
		@@ -733,7 +733,7 @@ typedef enum
 | 
			
		||||
 *
 | 
			
		||||
 * Since: 2.22
 | 
			
		||||
 */
 | 
			
		||||
typedef enum
 | 
			
		||||
typedef enum /*< flags >*/
 | 
			
		||||
{
 | 
			
		||||
  G_SOCKET_MSG_NONE,
 | 
			
		||||
  G_SOCKET_MSG_OOB = GLIB_SYSDEF_MSG_OOB,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user