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

Go to the source code of this file.

Macros

#define GI_TYPE_UNRESOLVED_INFO   (gi_unresolved_info_get_type ())
 
#define GI_UNRESOLVED_INFO(info)   (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_UNRESOLVED_INFO, GIUnresolvedInfo))
 
#define GI_IS_UNRESOLVED_INFO(info)   (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_UNRESOLVED_INFO))
 

Macro Definition Documentation

◆ GI_IS_UNRESOLVED_INFO

#define GI_IS_UNRESOLVED_INFO ( info)    (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_UNRESOLVED_INFO))

GI_IS_UNRESOLVED_INFO: @info: an info structure

Checks if @info is a [class.nosp@m.@GIR.nosp@m.eposi.nosp@m.tory.nosp@m..Unre.nosp@m.solv.nosp@m.edInf.nosp@m.o] or derived from it.

Since: 2.80

Definition at line 58 of file giunresolvedinfo.h.

◆ GI_TYPE_UNRESOLVED_INFO

#define GI_TYPE_UNRESOLVED_INFO   (gi_unresolved_info_get_type ())

Definition at line 34 of file giunresolvedinfo.h.

◆ GI_UNRESOLVED_INFO

#define GI_UNRESOLVED_INFO ( info)    (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_UNRESOLVED_INFO, GIUnresolvedInfo))

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

Casts a [type@.nosp@m.GIRe.nosp@m.posit.nosp@m.ory..nosp@m.Unres.nosp@m.olve.nosp@m.dInfo] or derived pointer into a (GIUnresolvedInfo*) 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 giunresolvedinfo.h.