Class
FoundryDocumentation
Instance methods
foundry_documentation_query_attribute
Query various attributes which may be part of the documentation but are not required by plugins to implement.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct FoundryDocumentationClass {
GObjectClass parent_instance;
char* (* dup_uri) (
FoundryDocumentation* self
);
char* (* dup_title) (
FoundryDocumentation* self
);
GIcon* (* dup_icon) (
FoundryDocumentation* self
);
char* (* dup_menu_title) (
FoundryDocumentation* self
);
GIcon* (* dup_menu_icon) (
FoundryDocumentation* self
);
char* (* dup_section_title) (
FoundryDocumentation* self
);
char* (* dup_deprecated_in) (
FoundryDocumentation* self
);
char* (* dup_since_version) (
FoundryDocumentation* self
);
gboolean (* has_children) (
FoundryDocumentation* self
);
DexFuture* (* find_parent) (
FoundryDocumentation* self
);
DexFuture* (* find_siblings) (
FoundryDocumentation* self
);
DexFuture* (* find_children) (
FoundryDocumentation* self
);
char* (* query_attribute) (
FoundryDocumentation* self,
const char* attribute
);
}
No description available.
Class members
parent_instance: GObjectClass
No description available.
dup_uri: char* (* dup_uri) ( FoundryDocumentation* self )
No description available.
dup_title: char* (* dup_title) ( FoundryDocumentation* self )
No description available.
dup_icon: GIcon* (* dup_icon) ( FoundryDocumentation* self )
No description available.
dup_menu_title: char* (* dup_menu_title) ( FoundryDocumentation* self )
No description available.
dup_menu_icon: GIcon* (* dup_menu_icon) ( FoundryDocumentation* self )
No description available.
dup_section_title: char* (* dup_section_title) ( FoundryDocumentation* self )
No description available.
dup_deprecated_in: char* (* dup_deprecated_in) ( FoundryDocumentation* self )
No description available.
dup_since_version: char* (* dup_since_version) ( FoundryDocumentation* self )
No description available.
has_children: gboolean (* has_children) ( FoundryDocumentation* self )
No description available.
find_parent: DexFuture* (* find_parent) ( FoundryDocumentation* self )
No description available.
find_siblings: DexFuture* (* find_siblings) ( FoundryDocumentation* self )
No description available.
find_children: DexFuture* (* find_children) ( FoundryDocumentation* self )
No description available.
query_attribute: char* (* query_attribute) ( FoundryDocumentation* self, const char* attribute )
No description available.
Virtual methods
Foundry.DocumentationClass.query_attribute
Query various attributes which may be part of the documentation but are not required by plugins to implement.