[nautilus-actions/file-manager-actions] fma-module is renamed to fma-desktop-module
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions/file-manager-actions] fma-module is renamed to fma-desktop-module
- Date: Tue, 8 Sep 2015 14:46:43 +0000 (UTC)
commit f3d16fcfaa87a31f1a2249d8ea5983f9d2ed53b0
Author: Pierre Wieser <pwieser trychlos org>
Date: Tue Sep 8 16:19:26 2015 +0200
fma-module is renamed to fma-desktop-module
src/io-desktop/Makefile.am | 2 +-
.../{fma-module.c => fma-desktop-module.c} | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/io-desktop/Makefile.am b/src/io-desktop/Makefile.am
index 81c7624..9479d62 100644
--- a/src/io-desktop/Makefile.am
+++ b/src/io-desktop/Makefile.am
@@ -49,7 +49,7 @@ libna_io_desktop_la_SOURCES = \
fma-desktop-formats.h \
fma-desktop-keys.c \
fma-desktop-keys.h \
- fma-module.c \
+ fma-desktop-module.c \
fma-monitor.c \
fma-monitor.h \
fma-desktop-reader.c \
diff --git a/src/io-desktop/fma-module.c b/src/io-desktop/fma-desktop-module.c
similarity index 88%
rename from src/io-desktop/fma-module.c
rename to src/io-desktop/fma-desktop-module.c
index b682237..29c023a 100644
--- a/src/io-desktop/fma-module.c
+++ b/src/io-desktop/fma-desktop-module.c
@@ -50,7 +50,7 @@
gboolean
fma_extension_startup( GTypeModule *module )
{
- static const gchar *thisfn = "io-desktop/fma_module_fma_extension_startup";
+ static const gchar *thisfn = "fma_desktop_module_fma_extension_startup";
g_debug( "%s: module=%p", thisfn, ( void * ) module );
@@ -67,7 +67,7 @@ fma_extension_startup( GTypeModule *module )
guint
fma_extension_get_version( void )
{
- static const gchar *thisfn = "io-desktop/fma_module_fma_extension_get_version";
+ static const gchar *thisfn = "fma_desktop_module_fma_extension_get_version";
guint version;
version = 1;
@@ -85,7 +85,7 @@ fma_extension_get_version( void )
guint
fma_extension_list_types( const GType **types )
{
- static const gchar *thisfn = "io-desktop/fma_module_fma_extension_list_types";
+ static const gchar *thisfn = "fma_desktop_module_fma_extension_list_types";
static GType types_list [1+FMA_TYPES_COUNT];
g_debug( "%s: types=%p", thisfn, ( void * ) types );
@@ -106,7 +106,7 @@ fma_extension_list_types( const GType **types )
void
fma_extension_shutdown( void )
{
- static const gchar *thisfn = "io-desktop/fma_module_fma_extension_shutdown";
+ static const gchar *thisfn = "fma_desktop_module_fma_extension_shutdown";
g_debug( "%s", thisfn );
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]