[nautilus-actions] More typo fixes



commit 1623891d65c231da87da4f44226a7b65fa317c1b
Author: Pierre Wieser <pwieser trychlos org>
Date:   Wed Sep 9 10:33:16 2015 +0200

    More typo fixes

 src/api/fma-ifactory-object.h |    2 +-
 src/core/fma-module.h         |    8 ++++----
 src/core/fma-object-menu.c    |    2 +-
 tools/dbus-introspect.sh      |   18 +++++++++---------
 4 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/src/api/fma-ifactory-object.h b/src/api/fma-ifactory-object.h
index 498a6f3..70744e0 100644
--- a/src/api/fma-ifactory-object.h
+++ b/src/api/fma-ifactory-object.h
@@ -34,7 +34,7 @@
  * SECTION: ifactory-object
  * @title: FMAIFactoryObject
  * @short_description: The #FMAObjectItem Interface v 1
- * @include: filemanager-actions/na-ifactory-object.h
+ * @include: filemanager-actions/fma-ifactory-object.h
  *
  * This interface is implemented by #FMAObjectItem derived objects so that they
  * can take advantage of our data factory management system.
diff --git a/src/core/fma-module.h b/src/core/fma-module.h
index bb83e3f..ca4ab39 100644
--- a/src/core/fma-module.h
+++ b/src/core/fma-module.h
@@ -51,10 +51,10 @@
  * So the dynamic is as follows:
  * - FMAPivot scans for the PKGLIBDIR directory, trying to dynamically
  *   load all found libraries
- * - to be considered as a N-A plugin, a library must implement some
- *   functions (see api/na-api.h)
- * - for each found plugin, FMAPivot calls na_api_list_types() which
- *   returns the type of GObjects implemented in the plugin
+ * - to be considered as a FMA plugin, a library must implement some
+ *   functions (see api/fma-extension.h)
+ * - for each found plugin, FMAPivot calls fma_extension_list_types()
+ *   which returns the type of GObjects implemented in the plugin
  * - FMAPivot dynamically instantiates a GObject for each returned GType.
  *
  * After that, when FMAPivot wants to access, say to FMAIIOProvider
diff --git a/src/core/fma-object-menu.c b/src/core/fma-object-menu.c
index 0915447..19fbf7b 100644
--- a/src/core/fma-object-menu.c
+++ b/src/core/fma-object-menu.c
@@ -56,7 +56,7 @@ struct _FMAObjectMenuPrivate {
 /* i18n: default label for a new menu */
 #define NEW_NAUTILUS_MENU                              N_( "New Nautilus menu" )
 
-extern FMADataGroup menu_data_groups [];                       /* defined in na-item-menu-factory.c */
+extern FMADataGroup menu_data_groups [];       /* defined in fma-object-menu-factory.c */
 
 static FMAObjectItemClass *st_parent_class = NULL;
 
diff --git a/tools/dbus-introspect.sh b/tools/dbus-introspect.sh
index 7a3da2a..dee4c6e 100755
--- a/tools/dbus-introspect.sh
+++ b/tools/dbus-introspect.sh
@@ -1,11 +1,11 @@
 #!/bin/sh
 #
-# let's check the NATracker service
-
-NA_SERVICE=$(grep '#define NAUTILUS_ACTIONS_DBUS_SERVICE' src/api/na-dbus.h | awk '{ print $3 }' | sed 
's?"??g')
-NA_TRACKER_PATH=$(grep '#define NAUTILUS_ACTIONS_DBUS_TRACKER_PATH' src/api/na-dbus.h | awk '{ print $3 }' | 
sed 's?"??g')/0
-
-echo "D-Bus service      =  ${NA_SERVICE}"
-echo "D-Bus tracker path = ${NA_TRACKER_PATH}"
-echo ""
-dbus-send --session --type=method_call --print-reply --dest=${NA_SERVICE} ${NA_TRACKER_PATH} 
org.freedesktop.DBus.Introspectable.Introspect
+# let's check the FMATracker service
+#
+FMA_SERVICE=$(grep '#define FILEMANAGER_ACTIONS_DBUS_SERVICE' src/api/fma-dbus.h | awk '{ print $3 }' | sed 
's?"??g')
+FMA_TRACKER_PATH=$(grep '#define FILEMANAGER_ACTIONS_DBUS_TRACKER_PATH' src/api/fma-dbus.h | awk '{ print $3 
}' | sed 's?"??g')/0
+echo "
+D-Bus service     : ${FMA_SERVICE}
+D-Bus tracker path: ${FMA_TRACKER_PATH}
+"
+dbus-send --session --type=method_call --print-reply --dest=${FMA_SERVICE} ${FMA_TRACKER_PATH} 
org.freedesktop.DBus.Introspectable.Introspect


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]