X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgemblemedicon.c;h=f90af899bedefc7039b5a810f4912b9fdd484601;hb=a3d86afa81ff34ce797a3928fd619ead219a37af;hp=9407b41d35fc18f14f47646159dbf286f5d4ac8d;hpb=32747def4bb4cce7cfc4f0f8ba8560392ec9ad3d;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gemblemedicon.c b/gio/gemblemedicon.c index 9407b41..f90af89 100644 --- a/gio/gemblemedicon.c +++ b/gio/gemblemedicon.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Matthias Clasen * Clemens N. Buss @@ -139,7 +137,7 @@ g_emblemed_icon_class_init (GEmblemedIconClass *klass) static void g_emblemed_icon_init (GEmblemedIcon *emblemed) { - emblemed->priv = g_emblemed_icon_get_private (emblemed); + emblemed->priv = g_emblemed_icon_get_instance_private (emblemed); } /** @@ -198,7 +196,7 @@ g_emblemed_icon_get_icon (GEmblemedIcon *emblemed) * Gets the list of emblems for the @icon. * * Returns: (element-type Gio.Emblem) (transfer none): a #GList of - * #GEmblem s that is owned by @emblemed + * #GEmblems that is owned by @emblemed * * Since: 2.18 **/ @@ -252,7 +250,7 @@ g_emblem_comp (GEmblem *a, * @emblemed: a #GEmblemedIcon * @emblem: a #GEmblem * - * Adds @emblem to the #GList of #GEmblem s. + * Adds @emblem to the #GList of #GEmblems. * * Since: 2.18 **/