Skip to main content
Ctrl+K

Yuneta Simplified

  • Yuneta Simplified
  • GitHub
  • PyPI

Get Started

  • Installation
  • Activating Yunetas
  • Changelog

Philosophy

  • Philosophy

Guides

  • Basic Concepts
  • GClass
  • SData
  • GObj
  • Kwid
  • Yuneta Directories
  • Persistent Attributes
  • Command Parser
  • Statistics Parser
  • Settings
  • Authz

GObj API

  • Startup functions
    • gobj_start_up()
    • gobj_end()
    • gobj_shutdown()
    • gobj_is_shutdowning()
    • gobj_set_yuno_must_die()
    • gobj_get_yuno_must_die()
    • gobj_set_exit_code()
    • gobj_get_exit_code()
  • GClass functions
    • gclass_create()
    • gclass_add_state()
    • gclass_add_ev_action()
    • gclass_add_state_with_action_list()
    • gclass_find_by_name()
    • gclass_find_public_event()
    • gclass_gclass_name()
    • gclass_gclass_register()
    • gclass_unregister()
  • Creation functions
    • gobj_create()
    • gobj_create2()
    • gobj_create_default_service()
    • gobj_create_gobj()
    • gobj_create_pure_child()
    • gobj_create_service()
    • gobj_create_tree()
    • gobj_create_tree0()
    • gobj_create_volatil()
    • gobj_create_yuno()
    • gobj_service_factory()
    • gobj_service_register()
    • gobj_destroy()
    • gobj_destroy_childs()
  • Attributes functions
  • Operation functions
    • sample_function()
  • Events/State functions
  • Publish/Subscription functions
  • Info functions
  • Statistic functions
  • Node functions
  • Memory functions
  • Log functions
  • Trace functions
  • GBuffer functions
  • Double List functions

Kwid API

  • Kwid API
    • kw_get_str()

Glossary

  • Glossary
  • Show source
  • Suggest edit
  • Open issue
  • .md

GObj Startup functions

Contents

  • GObj Startup functions
  • GObj GClass functions
  • GObj creation functions
  • Attribute functions
  • Other functions

GObj Startup functions#

Startup functions

  • gobj_start_up()
  • gobj_end()
  • gobj_shutdown()
  • gobj_is_shutdowning()
  • gobj_set_yuno_must_die()
  • gobj_get_yuno_must_die()
  • gobj_set_exit_code()
  • gobj_get_exit_code()

GObj GClass functions#

GClass functions

  • gclass_create()
  • gclass_add_state()
  • gclass_add_ev_action()
  • gclass_add_state_with_action_list()
  • gclass_find_by_name()
  • gclass_find_public_event()
  • gclass_gclass_name()
  • gclass_gclass_register()
  • gclass_unregister()

GObj creation functions#

GObj creation functions

  • gobj_create()
  • gobj_create2()
  • gobj_create_default_service()
  • gobj_create_gobj()
  • gobj_create_pure_child()
  • gobj_create_service()
  • gobj_create_tree()
  • gobj_create_tree0()
  • gobj_create_volatil()
  • gobj_create_yuno()
  • gobj_service_factory()
  • gobj_service_register()
  • gobj_destroy()
  • gobj_destroy_childs()

Attribute functions#


Other functions#

Other functions

  • sample_function()
Contents
  • GObj Startup functions
  • GObj GClass functions
  • GObj creation functions
  • Attribute functions
  • Other functions

By ArtGins

© Copyright 2024, ArtGins.

Last updated on Jan 14, 2025.

Made with Sphinx, sphinx-book-theme and MyST