Packages
purple
Purple
NotifyUserInfo
NotifyUserInfo
add_pair
add_pair_plaintext
add_section_break
add_section_header
get_entries
get_text_with_newline
prepend_pair
prepend_section_break
prepend_section_header
remove_entry
remove_last_item
NotifyUserInfo
Object Hierarchy:
Purple.NotifyUserInfo
Purple.NotifyUserInfo
Purple.NotifyUserInfo
Description:
[
CCode
( free_function =
"purple_notify_user_info_destroy"
) ]
[
Compact
]
public
class
NotifyUserInfo
Namespace:
Purple
Package:
purple
Content:
Creation methods:
public
NotifyUserInfo
()
Methods:
public
void
add_pair
(
string
label,
string
value)
public
void
add_pair_plaintext
(
string
label,
string
value)
public
void
add_section_break
()
public
void
add_section_header
(
string
label)
public
unowned
List
get_entries
()
public
unowned
string
get_text_with_newline
(
string
newline)
public
void
prepend_pair
(
string
label,
string
value)
public
void
prepend_section_break
()
public
void
prepend_section_header
(
string
label)
public
void
remove_entry
(
NotifyUserInfoEntry
user_info_entry)
public
void
remove_last_item
()