Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
giflagsinfo.h File Reference

Go to the source code of this file.

Macros

#define GI_TYPE_FLAGS_INFO   (gi_flags_info_get_type ())
 
#define GI_FLAGS_INFO(info)   (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_FLAGS_INFO, GIFlagsInfo))
 
#define GI_IS_FLAGS_INFO(info)   (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_FLAGS_INFO))
 

Macro Definition Documentation

◆ GI_FLAGS_INFO

#define GI_FLAGS_INFO ( info)    (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_FLAGS_INFO, GIFlagsInfo))

GI_FLAGS_INFO: @info: Info object which is subject to casting.

Casts a [type@.nosp@m.GIRe.nosp@m.posit.nosp@m.ory..nosp@m.Flags.nosp@m.Info] or derived pointer into a (GIFlagsInfo*) pointer.

Depending on the current debugging level, this function may invoke certain runtime checks to identify invalid casts.

Since: 2.80

Definition at line 48 of file giflagsinfo.h.

◆ GI_IS_FLAGS_INFO

#define GI_IS_FLAGS_INFO ( info)    (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_FLAGS_INFO))

GI_IS_FLAGS_INFO: @info: an info structure

Checks if @info is a [class.nosp@m.@GIR.nosp@m.eposi.nosp@m.tory.nosp@m..Flag.nosp@m.sInf.nosp@m.o] (or a derived type).

Since: 2.80

Definition at line 58 of file giflagsinfo.h.

◆ GI_TYPE_FLAGS_INFO

#define GI_TYPE_FLAGS_INFO   (gi_flags_info_get_type ())

Definition at line 34 of file giflagsinfo.h.