方法
GioNotificationset_icon
自:2.40
声明 [源代码]
void
g_notification_set_icon (
GNotification* notification,
GIcon* icon
)
参数
icon
-
类型:
GIcon
在
notification
中显示的图标,作为一个GIcon
。该方法调用者拥有数据所有权。
自:2.40
void
g_notification_set_icon (
GNotification* notification,
GIcon* icon
)
icon
类型: GIcon
在 notification
中显示的图标,作为一个 GIcon
。
该方法调用者拥有数据所有权。 |