Constructor
PhoshOsdWindownew
Declaration [src]
GtkWidget*
phosh_osd_window_new (
char* connector,
char* label,
char* icon_name,
double level,
double max_level
)
Parameters
connector |
char* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
label |
char* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
icon_name |
char* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
level |
double |
No description available. | |
max_level |
double |
No description available. |
Return value
Returns: | GtkWidget |
No description available. | |
The data is owned by the called function. |