📄 gobject.devhelp
字号:
<?xml version="1.0" encoding="utf-8" standalone="no"?><!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ""><book xmlns="http://www.devhelp.net/book" title="GObject Reference Manual" link="index.html" author="" name="gobject"> <chapters> <sub name="Introduction" link="pr01.html"/> <sub name="Concepts" link="pt01.html"> <sub name="Background" link="chapter-intro.html"> <sub name="Data types and programming" link="chapter-intro.html#id2960668"/> <sub name="Exporting a C API" link="ch01s02.html"/> </sub> <sub name="The GLib Dynamic Type System" link="chapter-gtype.html"> <sub name="Copy functions" link="chapter-gtype.html#gtype-copy"/> <sub name="Conventions" link="gtype-conventions.html"/> <sub name="Non-instantiable non-classed fundamental types" link="gtype-non-instantiable.html"/> <sub name="Instantiable classed types: objects" link="gtype-instantiable-classed.html"/> <sub name="Non-instantiable classed types: interfaces" link="gtype-non-instantiable-classed.html"/> </sub> <sub name="The GObject base class" link="chapter-gobject.html"> <sub name="Object instantiation" link="chapter-gobject.html#gobject-instantiation"/> <sub name="Object memory management" link="gobject-memory.html"/> <sub name="Object properties" link="gobject-properties.html"/> </sub> <sub name="The GObject messaging system" link="chapter-signal.html"> <sub name="Closures" link="chapter-signal.html#closure"/> <sub name="Signals" link="signal.html"/> </sub> </sub> <sub name="API Reference" link="rn01.html"> <sub name="Type Information" link="gobject-Type-Information.html"/> <sub name="GTypePlugin" link="GTypePlugin.html"/> <sub name="GTypeModule" link="GTypeModule.html"/> <sub name="The Base Object Type" link="gobject-The-Base-Object-Type.html"/> <sub name="Enumeration and Flag Types" link="gobject-Enumeration-and-Flag-Types.html"/> <sub name="Boxed Types" link="gobject-Boxed-Types.html"/> <sub name="Generic values" link="gobject-Generic-values.html"/> <sub name="Parameters and Values" link="gobject-Standard-Parameter-and-Value-Types.html"/> <sub name="Varargs Value Collection" link="gobject-Varargs-Value-Collection.html"/> <sub name="GParamSpec" link="gobject-GParamSpec.html"/> <sub name="Signals" link="gobject-Signals.html"/> <sub name="Closures" link="gobject-Closures.html"/> <sub name="Value arrays" link="gobject-Value-arrays.html"/> </sub> <sub name="Tools Reference" link="rn02.html"> <sub name="glib-mkenums" link="glib-mkenums.html"/> <sub name="glib-genmarshal" link="glib-genmarshal.html"/> <sub name="gobject-query" link="gobject-query.html"/> </sub> <sub name="Tutorial" link="pt02.html"> <sub name="How to define and implement a new GObject" link="howto-gobject.html"> <sub name="Boilerplate header code" link="howto-gobject.html#howto-gobject-header"/> <sub name="Boilerplate code" link="howto-gobject-code.html"/> <sub name="Object Construction" link="howto-gobject-construction.html"/> <sub name="Object Destruction" link="howto-gobject-destruction.html"/> <sub name="Object methods" link="howto-gobject-methods.html"/> <sub name="Chaining up" link="howto-gobject-chainup.html"/> </sub> <sub name="How to define and implement interfaces" link="howto-interface.html"> <sub name="How to define interfaces" link="howto-interface.html#howto-interface-define"/> <sub name="How To define implement an Interface?" link="howto-interface-implement.html"/> <sub name="Interface definition prerequisites" link="ch06s03.html"/> <sub name="Interface Properties" link="howto-interface-properties.html"/> </sub> <sub name="How to create and use signals" link="howto-signals.html"> <sub name="Simple use of signals" link="howto-signals.html#howto-simple-signals"/> </sub> </sub> <sub name="Related Tools" link="pt03.html"> <sub name="Vala" link="tools-vala.html"/> <sub name="GObject builder" link="tools-gob.html"/> <sub name="Graphical inspection of GObjects" link="tools-ginspector.html"/> <sub name="Debugging reference count problems" link="tools-refdb.html"/> <sub name="Writing API docs" link="tools-gtkdoc.html"/> </sub> <sub name="Index" link="ix01.html"/> <sub name="Index of deprecated symbols" link="ix02.html"/> <sub name="Index of new symbols in 2.2" link="ix03.html"/> <sub name="Index of new symbols in 2.4" link="ix04.html"/> <sub name="Index of new symbols in 2.6" link="ix05.html"/> <sub name="Index of new symbols in 2.8" link="ix06.html"/> <sub name="Index of new symbols in 2.10" link="ix07.html"/> <sub name="Index of new symbols in 2.12" link="ix08.html"/> <sub name="Index of new symbols in 2.14" link="ix09.html"/> <sub name="Index of new symbols in 2.14" link="ix10.html"/> </chapters> <functions> <function name="GType" link="gobject-Type-Information.html#GType"/> <function name="G_TYPE_FUNDAMENTAL()" link="gobject-Type-Information.html#G-TYPE-FUNDAMENTAL--CAPS"/> <function name="G_TYPE_FUNDAMENTAL_MAX" link="gobject-Type-Information.html#G-TYPE-FUNDAMENTAL-MAX--CAPS"/> <function name="G_TYPE_MAKE_FUNDAMENTAL()" link="gobject-Type-Information.html#G-TYPE-MAKE-FUNDAMENTAL--CAPS"/> <function name="G_TYPE_IS_ABSTRACT()" link="gobject-Type-Information.html#G-TYPE-IS-ABSTRACT--CAPS"/> <function name="G_TYPE_IS_DERIVED()" link="gobject-Type-Information.html#G-TYPE-IS-DERIVED--CAPS"/> <function name="G_TYPE_IS_FUNDAMENTAL()" link="gobject-Type-Information.html#G-TYPE-IS-FUNDAMENTAL--CAPS"/> <function name="G_TYPE_IS_VALUE_TYPE()" link="gobject-Type-Information.html#G-TYPE-IS-VALUE-TYPE--CAPS"/> <function name="G_TYPE_HAS_VALUE_TABLE()" link="gobject-Type-Information.html#G-TYPE-HAS-VALUE-TABLE--CAPS"/> <function name="G_TYPE_IS_CLASSED()" link="gobject-Type-Information.html#G-TYPE-IS-CLASSED--CAPS"/> <function name="G_TYPE_IS_INSTANTIATABLE()" link="gobject-Type-Information.html#G-TYPE-IS-INSTANTIATABLE--CAPS"/> <function name="G_TYPE_IS_DERIVABLE()" link="gobject-Type-Information.html#G-TYPE-IS-DERIVABLE--CAPS"/> <function name="G_TYPE_IS_DEEP_DERIVABLE()" link="gobject-Type-Information.html#G-TYPE-IS-DEEP-DERIVABLE--CAPS"/> <function name="G_TYPE_IS_INTERFACE()" link="gobject-Type-Information.html#G-TYPE-IS-INTERFACE--CAPS"/> <function name="GTypeInterface" link="gobject-Type-Information.html#GTypeInterface"/> <function name="GTypeInstance" link="gobject-Type-Information.html#GTypeInstance"/> <function name="GTypeClass" link="gobject-Type-Information.html#GTypeClass"/> <function name="GTypeInfo" link="gobject-Type-Information.html#GTypeInfo"/> <function name="GTypeFundamentalInfo" link="gobject-Type-Information.html#GTypeFundamentalInfo"/> <function name="GInterfaceInfo" link="gobject-Type-Information.html#GInterfaceInfo"/> <function name="GTypeValueTable" link="gobject-Type-Information.html#GTypeValueTable"/> <function name="G_TYPE_FROM_INSTANCE()" link="gobject-Type-Information.html#G-TYPE-FROM-INSTANCE--CAPS"/> <function name="G_TYPE_FROM_CLASS()" link="gobject-Type-Information.html#G-TYPE-FROM-CLASS--CAPS"/> <function name="G_TYPE_FROM_INTERFACE()" link="gobject-Type-Information.html#G-TYPE-FROM-INTERFACE--CAPS"/> <function name="G_TYPE_INSTANCE_GET_CLASS()" link="gobject-Type-Information.html#G-TYPE-INSTANCE-GET-CLASS--CAPS"/> <function name="G_TYPE_INSTANCE_GET_INTERFACE()" link="gobject-Type-Information.html#G-TYPE-INSTANCE-GET-INTERFACE--CAPS"/> <function name="G_TYPE_INSTANCE_GET_PRIVATE()" link="gobject-Type-Information.html#G-TYPE-INSTANCE-GET-PRIVATE--CAPS"/> <function name="G_TYPE_CHECK_INSTANCE()" link="gobject-Type-Information.html#G-TYPE-CHECK-INSTANCE--CAPS"/> <function name="G_TYPE_CHECK_INSTANCE_CAST()" link="gobject-Type-Information.html#G-TYPE-CHECK-INSTANCE-CAST--CAPS"/> <function name="G_TYPE_CHECK_INSTANCE_TYPE()" link="gobject-Type-Information.html#G-TYPE-CHECK-INSTANCE-TYPE--CAPS"/> <function name="G_TYPE_CHECK_CLASS_CAST()" link="gobject-Type-Information.html#G-TYPE-CHECK-CLASS-CAST--CAPS"/> <function name="G_TYPE_CHECK_CLASS_TYPE()" link="gobject-Type-Information.html#G-TYPE-CHECK-CLASS-TYPE--CAPS"/> <function name="G_TYPE_CHECK_VALUE()" link="gobject-Type-Information.html#G-TYPE-CHECK-VALUE--CAPS"/> <function name="G_TYPE_CHECK_VALUE_TYPE()" link="gobject-Type-Information.html#G-TYPE-CHECK-VALUE-TYPE--CAPS"/> <function name="G_TYPE_FLAG_RESERVED_ID_BIT" link="gobject-Type-Information.html#G-TYPE-FLAG-RESERVED-ID-BIT--CAPS"/> <function name="g_type_init ()" link="gobject-Type-Information.html#g-type-init"/> <function name="enum GTypeDebugFlags" link="gobject-Type-Information.html#GTypeDebugFlags"/> <function name="g_type_init_with_debug_flags ()" link="gobject-Type-Information.html#g-type-init-with-debug-flags"/> <function name="g_type_name ()" link="gobject-Type-Information.html#g-type-name"/> <function name="g_type_qname ()" link="gobject-Type-Information.html#g-type-qname"/> <function name="g_type_from_name ()" link="gobject-Type-Information.html#g-type-from-name"/> <function name="g_type_parent ()" link="gobject-Type-Information.html#g-type-parent"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -