]> saetta.ns0.it Git - libgapp/commitdiff
Typo. master
authorAndrea Zagli <azagli@libero.it>
Sat, 5 Jan 2013 16:24:12 +0000 (17:24 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 5 Jan 2013 16:24:12 +0000 (17:24 +0100)
.anjuta_sym_db.db
src/collection.c
src/workspace.c

index 3df70f8af9a33da2d67a8f6727c6e16969604c6b..86ecc00c01169fa191f0aa18e979b451dfc4fe55 100644 (file)
Binary files a/.anjuta_sym_db.db and b/.anjuta_sym_db.db differ
index 43da539a25121f5e8702c0df8db11ba3f8b13c6f..f29b2426ba8ed66b85dceb2057712582afe969ea 100644 (file)
@@ -188,7 +188,7 @@ GappCollection
 }
 
 /**
- * atgapp_collection_get_xml:
+ * gapp_collection_get_xml:
  * @gapp_collection: an #GappCollection object.
  * @xnode: an #xmlNode.
  *
index ebc82a00db39cae9b8806d0513ee29c9a7cdbc9b..78ac6c53f08a0c5d467381499239b320d38b8b34 100644 (file)
@@ -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)
                {