Home
last modified time | relevance | path

Searched defs:proto_chat_entry (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dprpl.h104 struct proto_chat_entry { struct
105 const char *label; /**< User-friendly name of the entry */
106 const char *identifier; /**< Used by the PRPL to identify the option */
107 gboolean required; /**< True if it's required */
108 gboolean is_int; /**< True if the entry expects an integer */
109 int min; /**< Minimum value in case of integer */
110 int max; /**< Maximum value in case of integer */
111 gboolean secret; /**< True if the entry is secret (password) */
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dprpl.h104 struct proto_chat_entry { struct
105 const char *label; /**< User-friendly name of the entry */
106 const char *identifier; /**< Used by the PRPL to identify the option */
107 gboolean required; /**< True if it's required */
108 gboolean is_int; /**< True if the entry expects an integer */
109 int min; /**< Minimum value in case of integer */
110 int max; /**< Maximum value in case of integer */
111 gboolean secret; /**< True if the entry is secret (password) */
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dprpl.h104 struct proto_chat_entry { struct
105 const char *label; /**< User-friendly name of the entry */
106 const char *identifier; /**< Used by the PRPL to identify the option */
107 gboolean required; /**< True if it's required */
108 gboolean is_int; /**< True if the entry expects an integer */
109 int min; /**< Minimum value in case of integer */
110 int max; /**< Maximum value in case of integer */
111 gboolean secret; /**< True if the entry is secret (password) */