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

Go to the source code of this file.

Macros

#define GI_TYPE_CALLBACK_INFO   (gi_callback_info_get_type ())
 
#define GI_CALLBACK_INFO(info)   (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_CALLBACK_INFO, GICallbackInfo))
 
#define GI_IS_CALLBACK_INFO(info)   (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_CALLBACK_INFO))
 

Macro Definition Documentation

◆ GI_CALLBACK_INFO

#define GI_CALLBACK_INFO ( info)    (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_CALLBACK_INFO, GICallbackInfo))

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

Casts a [type@.nosp@m.GIRe.nosp@m.posit.nosp@m.ory..nosp@m.Callb.nosp@m.ackI.nosp@m.nfo] or derived pointer into a (GICallbackInfo*) 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 gicallbackinfo.h.

◆ GI_IS_CALLBACK_INFO

#define GI_IS_CALLBACK_INFO ( info)    (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_CALLBACK_INFO))

GI_IS_CALLBACK_INFO: @info: an info structure

Checks if @info is a [class.nosp@m.@GIR.nosp@m.eposi.nosp@m.tory.nosp@m..Call.nosp@m.back.nosp@m.Info] or derived from it.

Since: 2.80

Definition at line 58 of file gicallbackinfo.h.

◆ GI_TYPE_CALLBACK_INFO

#define GI_TYPE_CALLBACK_INFO   (gi_callback_info_get_type ())

Definition at line 34 of file gicallbackinfo.h.