Packages
purple
Purple
NotifySearchResults
column_new
NotifySearchResults
NotifySearchResults.rows
button_add
button_add_labeled
column_add
column_get_title
get_columns_count
get_rows_count
row_add
row_get
buttons
columns
NotifySearchResults
Object Hierarchy:
Purple.NotifySearchResults
Purple.NotifySearchResults
Purple.NotifySearchResults
Description:
[
CCode
( free_function =
"purple_notify_searchresults_free"
) ]
[
Compact
]
public
class
NotifySearchResults
Namespace:
Purple
Package:
purple
Content:
Static methods:
public
static
unowned
NotifySearchColumn
column_new
(
string
title)
Creation methods:
public
NotifySearchResults
()
public
NotifySearchResults.rows
(
Connection
gc,
NotifySearchResults
results,
void
* data)
Methods:
public
void
button_add
(
NotifySearchButtonType
type,
NotifySearchResultsCallback
cb)
public
void
button_add_labeled
(
string
label,
NotifySearchResultsCallback
cb)
public
void
column_add
(
NotifySearchColumn
column)
public
unowned
string
column_get_title
(
uint
column_id)
public
uint
get_columns_count
()
public
uint
get_rows_count
()
public
void
row_add
(
List
row)
public
unowned
List
row_get
(
uint
row_id)
Fields:
public
unowned
List
buttons
public
unowned
List
columns