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

Go to the source code of this file.

Macros

#define GI_TYPE_PROPERTY_INFO   (gi_property_info_get_type ())
 
#define GI_PROPERTY_INFO(info)   (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_PROPERTY_INFO, GIPropertyInfo))
 
#define GI_IS_PROPERTY_INFO(info)   (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_PROPERTY_INFO))
 

Functions

GI_AVAILABLE_IN_ALL GParamFlags gi_property_info_get_flags (GIPropertyInfo *info)
 
GI_AVAILABLE_IN_ALL GITypeInfogi_property_info_get_type_info (GIPropertyInfo *info)
 
GI_AVAILABLE_IN_ALL GITransfer gi_property_info_get_ownership_transfer (GIPropertyInfo *info)
 
GI_AVAILABLE_IN_ALL GIFunctionInfogi_property_info_get_setter (GIPropertyInfo *info)
 
GI_AVAILABLE_IN_ALL GIFunctionInfogi_property_info_get_getter (GIPropertyInfo *info)
 

Macro Definition Documentation

◆ GI_IS_PROPERTY_INFO

#define GI_IS_PROPERTY_INFO ( info)    (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_PROPERTY_INFO))

GI_IS_PROPERTY_INFO: @info: an info structure

Checks if @info is a [class.nosp@m.@GIR.nosp@m.eposi.nosp@m.tory.nosp@m..Prop.nosp@m.erty.nosp@m.Info] (or a derived type).

Since: 2.80

Definition at line 59 of file gipropertyinfo.h.

◆ GI_PROPERTY_INFO

#define GI_PROPERTY_INFO ( info)    (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_PROPERTY_INFO, GIPropertyInfo))

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

Casts a [type@.nosp@m.GIRe.nosp@m.posit.nosp@m.ory..nosp@m.Prope.nosp@m.rtyI.nosp@m.nfo] or derived pointer into a (GIPropertyInfo*) pointer.

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

Since: 2.80

Definition at line 49 of file gipropertyinfo.h.

◆ GI_TYPE_PROPERTY_INFO

#define GI_TYPE_PROPERTY_INFO   (gi_property_info_get_type ())

Definition at line 35 of file gipropertyinfo.h.

Function Documentation

◆ gi_property_info_get_flags()

GI_AVAILABLE_IN_ALL GParamFlags gi_property_info_get_flags ( GIPropertyInfo * info)

◆ gi_property_info_get_getter()

GI_AVAILABLE_IN_ALL GIFunctionInfo * gi_property_info_get_getter ( GIPropertyInfo * info)

◆ gi_property_info_get_ownership_transfer()

GI_AVAILABLE_IN_ALL GITransfer gi_property_info_get_ownership_transfer ( GIPropertyInfo * info)

◆ gi_property_info_get_setter()

GI_AVAILABLE_IN_ALL GIFunctionInfo * gi_property_info_get_setter ( GIPropertyInfo * info)

◆ gi_property_info_get_type_info()

GI_AVAILABLE_IN_ALL GITypeInfo * gi_property_info_get_type_info ( GIPropertyInfo * info)