Function
Purplenotify_searchresults_column_new
Declaration [src]
PurpleNotifySearchColumn*
purple_notify_searchresults_column_new (
const char* title
)
Description [src]
Returns a newly created search result column object. The column defaults to being visible.
This function is not directly available to language bindings |
Parameters
title |
const char* |
Title of the column. NOTE: Title will get g_strdup()ed. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | PurpleNotifySearchColumn |
The new search column object. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |