Class: Gio::EmblemedIcon

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#add_emblem(emblem) ⇒ nil

Adds emblem to the #GList of #GEmblems.

Parameters:

Returns:

  • (nil)

#clear_emblemsnil

Removes all the emblems from icon.

Returns:

  • (nil)

#emblemsGLib::List

Gets the list of emblems for the icon.

Returns:

  • (GLib::List)

    a #GList of #GEmblems that is owned by emblemed

#giconGio::Icon

Returns gicon.

Returns:

#gicon=(gicon) ⇒ Gio::Icon

Parameters:

Returns:

#iconGio::Icon

Gets the main icon for emblemed.

Returns:

  • (Gio::Icon)

    a #GIcon that is owned by emblemed

#new(icon, emblem) ⇒ Gio::EmblemedIcon

Creates a new emblemed icon for icon with the emblem emblem.

Parameters:

Returns: