From: Andrea Zagli Date: Sat, 5 Jan 2013 16:24:12 +0000 (+0100) Subject: Typo. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=d94e115cbc0a160ba624afcbc1b05541aca68db9;p=libgapp Typo. --- diff --git a/.anjuta_sym_db.db b/.anjuta_sym_db.db index 3df70f8..86ecc00 100644 Binary files a/.anjuta_sym_db.db and b/.anjuta_sym_db.db differ diff --git a/src/collection.c b/src/collection.c index 43da539..f29b242 100644 --- a/src/collection.c +++ b/src/collection.c @@ -188,7 +188,7 @@ GappCollection } /** - * atgapp_collection_get_xml: + * gapp_collection_get_xml: * @gapp_collection: an #GappCollection object. * @xnode: an #xmlNode. * diff --git a/src/workspace.c b/src/workspace.c index ebc82a0..78ac6c5 100644 --- a/src/workspace.c +++ b/src/workspace.c @@ -33,7 +33,7 @@ enum }; static void gapp_workspace_class_init (GappWorkspaceClass *klass); -static void gapp_workspace_init (GappWorkspace *atome); +static void gapp_workspace_init (GappWorkspace *workspace); static void gapp_workspace_set_property (GObject *object, guint property_id, @@ -167,7 +167,7 @@ GappWorkspace } /** - * atgapp_workspace_get_xml: + * gapp_workspace_get_xml: * @gapp_workspace: an #GappWorkspace object. * @xnode: an #xmlNode. * @@ -217,8 +217,8 @@ gapp_workspace_set_property (GObject *object, guint property_id, const GValue *v { GObject *obj; - GappWorkspace *atome = GAPP_WORKSPACE (object); - GappWorkspacePrivate *priv = GAPP_WORKSPACE_GET_PRIVATE (atome); + GappWorkspace *workspace = GAPP_WORKSPACE (object); + GappWorkspacePrivate *priv = GAPP_WORKSPACE_GET_PRIVATE (workspace); switch (property_id) { @@ -238,8 +238,8 @@ gapp_workspace_set_property (GObject *object, guint property_id, const GValue *v static void gapp_workspace_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec) { - GappWorkspace *atome = GAPP_WORKSPACE (object); - GappWorkspacePrivate *priv = GAPP_WORKSPACE_GET_PRIVATE (atome); + GappWorkspace *workspace = GAPP_WORKSPACE (object); + GappWorkspacePrivate *priv = GAPP_WORKSPACE_GET_PRIVATE (workspace); switch (property_id) {