X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Freference%2Fgio%2Fhtml%2FGEmblemedIcon.html;h=0c292929e0226e3455938db0ade043a7f87dcab4;hb=147c398cd05d71fb172d3788b9dc576c67141811;hp=85c3794cf60dd8060db7835d681f6f599efc10a8;hpb=5e3c122e6c1fb35ed1a2cb0b76e62a519251fb33;p=platform%2Fupstream%2Fglib2.0.git diff --git a/docs/reference/gio/html/GEmblemedIcon.html b/docs/reference/gio/html/GEmblemedIcon.html index 85c3794..0c29292 100644 --- a/docs/reference/gio/html/GEmblemedIcon.html +++ b/docs/reference/gio/html/GEmblemedIcon.html @@ -3,43 +3,13 @@ GEmblemedIcon - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -58,9 +28,11 @@ Object Hierarchy  |  Implemented Interfaces +  |  + Properties -
+
@@ -69,34 +41,41 @@
-
+ -
+

Object Hierarchy

-  GObject
+  GObject
    +----GEmblemedIcon
 
-
+

Implemented Interfaces

GEmblemedIcon implements GIcon.

-
+
+

Properties

+
+  "gicon"                    GIcon*                : Read / Write / Construct Only
+
+
+

Description

GEmblemedIcon is an implementation of GIcon that supports @@ -105,40 +84,42 @@ icon is ensured via GEmblemedIcon allows no control over the position -of the emblems. See also GEmblem for more information.

+of the emblems. See also GEmblem for more information. +

-
+

Details

-
-

GEmblemedIcon

-
typedef struct _GEmblemedIcon GEmblemedIcon;
+
+

struct GEmblemedIcon

+
struct GEmblemedIcon;

-An implementation of GIcon for icons with emblems.

+An implementation of GIcon for icons with emblems. +


-
+

g_emblemed_icon_new ()

-
GIcon *             g_emblemed_icon_new                 (GIcon *icon,
-                                                         GEmblem *emblem);
+
GIcon *             g_emblemed_icon_new                 (GIcon *icon,
+                                                         GEmblem *emblem);

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

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

- - - @@ -146,23 +127,23 @@ Creates a new emblemed icon for icon wit

Since 2.18


-
+

g_emblemed_icon_get_icon ()

-
GIcon *             g_emblemed_icon_get_icon            (GEmblemedIcon *emblemed);
+
GIcon *             g_emblemed_icon_get_icon            (GEmblemedIcon *emblemed);

-Gets the main icon for emblemed.

+Gets the main icon for emblemed. +

icon :

a GIcon +a GIcon

emblem :

a GEmblem +a GEmblem, or NULL. [allow-none]

Returns :

a new GIcon - +a new GIcon. [transfer full][type GEmblemedIcon]
- - @@ -170,23 +151,24 @@ Gets the main icon for emblemed.

Since 2.18


-
+

g_emblemed_icon_get_emblems ()

-
GList *             g_emblemed_icon_get_emblems         (GEmblemedIcon *emblemed);
+
GList *             g_emblemed_icon_get_emblems         (GEmblemedIcon *emblemed);

-Gets the list of emblems for the icon.

+Gets the list of emblems for the icon. +

emblemed :

a GEmblemedIcon +a GEmblemedIcon

Returns :

a GIcon that is owned by emblemed - +a GIcon that is owned by emblemed. [transfer none]
- - @@ -194,37 +176,63 @@ Gets the list of emblems for the icon.Since 2.18


-
+

g_emblemed_icon_add_emblem ()

-
void                g_emblemed_icon_add_emblem          (GEmblemedIcon *emblemed,
-                                                         GEmblem *emblem);
+
void                g_emblemed_icon_add_emblem          (GEmblemedIcon *emblemed,
+                                                         GEmblem *emblem);

-Adds emblem to the GList of GEmblem s.

+Adds emblem to the GList of GEmblem s. +

emblemed :

a GEmblemedIcon +a GEmblemedIcon

Returns :

a GList of GEmblem s that is owned by emblemed - +a GList of +GEmblem s that is owned by emblemed. [element-type Gio.Emblem][transfer none]
- -

emblemed :

a GEmblemedIcon +a GEmblemedIcon

emblem :

a GEmblem +a GEmblem

Since 2.18

+
+
+

g_emblemed_icon_clear_emblems ()

+
void                g_emblemed_icon_clear_emblems       (GEmblemedIcon *emblemed);
+

+Removes all the emblems from icon. +

+
++ + + + +

emblemed :

a GEmblemedIcon +
+

Since 2.28

+
+
+
+

Property Details

+
+

The "gicon" property

+
  "gicon"                    GIcon*                : Read / Write / Construct Only
+

The GIcon to attach emblems to.

+
- + Generated by GTK-Doc V1.18
\ No newline at end of file