[maemo-commits] [maemo-commits] r16087 - projects/haf/branches/hildon-thumbnail/daemonize/thumbs
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 10 16:38:51 EEST 2008
- Previous message: [maemo-commits] r16086 - projects/haf/branches/hildon-thumbnail/daemonize/thumbs
- Next message: [maemo-commits] r16088 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2008-09-10 16:38:51 +0300 (Wed, 10 Sep 2008) New Revision: 16087 Modified: projects/haf/branches/hildon-thumbnail/daemonize/thumbs/thumber-register.c Log: Cleaning up code Modified: projects/haf/branches/hildon-thumbnail/daemonize/thumbs/thumber-register.c =================================================================== --- projects/haf/branches/hildon-thumbnail/daemonize/thumbs/thumber-register.c 2008-09-10 13:37:38 UTC (rev 16086) +++ projects/haf/branches/hildon-thumbnail/daemonize/thumbs/thumber-register.c 2008-09-10 13:38:51 UTC (rev 16087) @@ -45,7 +45,8 @@ } } -void thumber_register(char *cmd, char *mime_type, GError **err) +static void +thumber_register(char *cmd, char *mime_type, GError **err) { gchar *config = g_build_filename (g_get_user_config_dir (), "hildon-thumbnailer", "exec-plugin.conf", NULL); GKeyFile *keyfile; @@ -106,7 +107,8 @@ g_key_file_free (keyfile); } -void thumber_unregister(char *cmd, GError **err) +static void +thumber_unregister(char *cmd, GError **err) { gchar *config = g_build_filename (g_get_user_config_dir (), "hildon-thumbnailer", "exec-plugin.conf", NULL); GKeyFile *keyfile; @@ -177,7 +179,8 @@ } -void thumber_unregister_mime (char *mime, GError **err) +static void +thumber_unregister_mime (char *mime, GError **err) { gchar *config = g_build_filename (g_get_user_config_dir (), "hildon-thumbnailer", "exec-plugin.conf", NULL); GKeyFile *keyfile;
- Previous message: [maemo-commits] r16086 - projects/haf/branches/hildon-thumbnail/daemonize/thumbs
- Next message: [maemo-commits] r16088 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]