Clear search
Valadoc
    • Packages

    • libical-glib

    • ICal

    • RequestStatus

    • @2_0_SUCCESS_STATUS
    • @2_10_ONETODO_STATUS
    • @2_11_TRUNCRRULE_STATUS
    • @2_1_FALLBACK_STATUS
    • @2_2_IGPROP_STATUS
    • @2_3_IGPARAM_STATUS
    • @2_4_IGXPROP_STATUS
    • @2_5_IGXPARAM_STATUS
    • @2_6_IGCOMP_STATUS
    • @2_7_FORWARD_STATUS
    • @2_8_ONEEVENT_STATUS
    • @2_9_TRUNC_STATUS
    • @3_0_INVPROPNAME_STATUS
    • @3_10_TOOBIG_STATUS
    • @3_11_MISSREQCOMP_STATUS
    • @3_12_UNKCOMP_STATUS
    • @3_13_BADCOMP_STATUS
    • @3_14_NOCAP_STATUS
    • @3_15_INVCOMMAND
    • @3_1_INVPROPVAL_STATUS
    • @3_2_INVPARAM_STATUS
    • @3_3_INVPARAMVAL_STATUS
    • @3_4_INVCOMP_STATUS
    • @3_5_INVTIME_STATUS
    • @3_6_INVRULE_STATUS
    • @3_7_INVCU_STATUS
    • @3_8_NOAUTH_STATUS
    • @3_9_BADVERSION_STATUS
    • @4_0_BUSY_STATUS
    • @4_1_STORE_ACCESS_DENIED
    • @4_2_STORE_FAILED
    • @4_3_STORE_NOT_FOUND
    • @5_0_MAYBE_STATUS
    • @5_1_UNAVAIL_STATUS
    • @5_2_NOSERVICE_STATUS
    • @5_3_NOSCHED_STATUS
    • @6_1_CONTAINER_NOT_FOUND
    • @9_0_UNRECOGNIZED_COMMAND
    • UNKNOWN_STATUS
    • from_num
    • code
    • desc
    • major
    • minor

    RequestStatus


    Description:

    [ CCode ( cprefix = "I_CAL_" , has_type_id = false ) ]
    public enum RequestStatus

    Namespace: ICal
    Package: libical-glib

    Content:

    Enum values:

    • @2_0_SUCCESS_STATUS
    • @2_10_ONETODO_STATUS
    • @2_11_TRUNCRRULE_STATUS
    • @2_1_FALLBACK_STATUS
    • @2_2_IGPROP_STATUS
    • @2_3_IGPARAM_STATUS
    • @2_4_IGXPROP_STATUS
    • @2_5_IGXPARAM_STATUS
    • @2_6_IGCOMP_STATUS
    • @2_7_FORWARD_STATUS
    • @2_8_ONEEVENT_STATUS
    • @2_9_TRUNC_STATUS
    • @3_0_INVPROPNAME_STATUS
    • @3_10_TOOBIG_STATUS
    • @3_11_MISSREQCOMP_STATUS
    • @3_12_UNKCOMP_STATUS
    • @3_13_BADCOMP_STATUS
    • @3_14_NOCAP_STATUS
    • @3_15_INVCOMMAND
    • @3_1_INVPROPVAL_STATUS
    • @3_2_INVPARAM_STATUS
    • @3_3_INVPARAMVAL_STATUS
    • @3_4_INVCOMP_STATUS
    • @3_5_INVTIME_STATUS
    • @3_6_INVRULE_STATUS
    • @3_7_INVCU_STATUS
    • @3_8_NOAUTH_STATUS
    • @3_9_BADVERSION_STATUS
    • @4_0_BUSY_STATUS
    • @4_1_STORE_ACCESS_DENIED
    • @4_2_STORE_FAILED
    • @4_3_STORE_NOT_FOUND
    • @5_0_MAYBE_STATUS
    • @5_1_UNAVAIL_STATUS
    • @5_2_NOSERVICE_STATUS
    • @5_3_NOSCHED_STATUS
    • @6_1_CONTAINER_NOT_FOUND
    • @9_0_UNRECOGNIZED_COMMAND
    • UNKNOWN_STATUS

    Static methods:

    • public static RequestStatus from_num (short major, short minor)
      Returns a request status for major/minor status numbers.

    Methods:

    • public string code ()
      Returns the code for a request status.
    • public unowned string desc ()
      Returns the descriptive text for a request status.
    • public short major ()
      Returns the major number for a request status.
    • public short minor ()
      Returns the minor number for a request status.
    Copyright © 2025 Valadoc.org | Documentation is licensed under the same terms as its upstream | Report an Issue