Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <girepository/gitypes.h>
Go to the source code of this file.
Macros | |
#define | GI_TYPE_VALUE_INFO (gi_value_info_get_type ()) |
#define | GI_VALUE_INFO(info) (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_VALUE_INFO, GIValueInfo)) |
#define | GI_IS_VALUE_INFO(info) (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_VALUE_INFO)) |
Functions | |
GI_AVAILABLE_IN_ALL int64_t | gi_value_info_get_value (GIValueInfo *info) |
#define GI_IS_VALUE_INFO | ( | info | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_VALUE_INFO)) |
GI_IS_VALUE_INFO: @info: an info structure
Checks if @info is a [class.nosp@m.@GIR.nosp@m.eposi.nosp@m.tory.nosp@m..Valu.nosp@m.eInf.nosp@m.o] (or a derived type).
Since: 2.80
Definition at line 59 of file givalueinfo.h.
#define GI_TYPE_VALUE_INFO (gi_value_info_get_type ()) |
Definition at line 35 of file givalueinfo.h.
#define GI_VALUE_INFO | ( | info | ) | (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_VALUE_INFO, GIValueInfo)) |
GI_VALUE_INFO: @info: Info object which is subject to casting.
Casts a [type@.nosp@m.GIRe.nosp@m.posit.nosp@m.ory..nosp@m.Value.nosp@m.Info] or derived pointer into a (GIValueInfo*)
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 givalueinfo.h.
GI_AVAILABLE_IN_ALL int64_t gi_value_info_get_value | ( | GIValueInfo * | info | ) |