:right-sidebar: True Reqstat =================================================================== .. currentmodule:: gi.repository.ICalGLib .. class:: Reqstat(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.ICalGLib.Object`, :class:`~gi.repository.GObject.Object` This is the ICalReqstat instance. Constructors ------------ .. rst-class:: interim-class .. class:: Reqstat :no-index: .. classmethod:: new_from_string(str: str) -> ~gi.repository.ICalGLib.Reqstat Creates a :obj:`~gi.repository.ICalGLib.Reqstat` from string. .. versionadded:: 1.0 :param str: A string Methods ------- .. rst-class:: interim-class .. class:: Reqstat :no-index: .. method:: get_code() -> ~gi.repository.ICalGLib.RequestStatus Gets the code of :obj:`~gi.repository.ICalGLib.Reqstat`\. .. versionadded:: 1.0 .. method:: get_debug() -> str Gets the debug of :obj:`~gi.repository.ICalGLib.Reqstat`\. .. versionadded:: 1.0 .. method:: get_desc() -> str Gets the desc of :obj:`~gi.repository.ICalGLib.Reqstat`\. .. versionadded:: 1.0 .. method:: set_code(code: ~gi.repository.ICalGLib.RequestStatus) -> None Sets the code of :obj:`~gi.repository.ICalGLib.Reqstat`\. .. versionadded:: 1.0 :param code: The code of ``reqstat`` .. method:: to_string() -> str Converts :obj:`~gi.repository.ICalGLib.Reqstat` to a string representation. .. versionadded:: 1.0