[monkey-bubble: 172/753] s/..._GNOME_DECLS/G_..._DECLS/



commit 5a553c99e76280a0a26c53620154e4be81d4b628
Author: Michael Meeks <michael src gnome org>
Date:   Wed Apr 18 21:27:05 2001 +0000

    s/..._GNOME_DECLS/G_..._DECLS/

 libgnome/gnome-config.h      |    4 ++--
 libgnome/gnome-ditem.h       |    4 ++--
 libgnome/gnome-exec.h        |    4 ++--
 libgnome/gnome-fileconvert.h |    4 ++--
 libgnome/gnome-i18nP.h       |    4 ++--
 libgnome/gnome-init.h        |    4 ++--
 libgnome/gnome-paper.h       |    4 ++--
 libgnome/gnome-regex.h       |    4 ++--
 libgnome/gnome-remote.h      |    4 ++--
 libgnome/gnome-sound.h       |    4 ++--
 libgnome/gnome-triggers.h    |    4 ++--
 libgnome/gnome-url.h         |    4 ++--
 libgnome/gnome-util.h        |    4 ++--
 13 files changed, 26 insertions(+), 26 deletions(-)
---
diff --git a/libgnome/gnome-config.h b/libgnome/gnome-config.h
index 4bdc77c..04457e6 100644
--- a/libgnome/gnome-config.h
+++ b/libgnome/gnome-config.h
@@ -29,7 +29,7 @@
 #include <glib.h>
 #include <libgnomebase/gnome-defs.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 /* Prototypes for the profile management functions */
 
@@ -287,6 +287,6 @@ char *gnome_config_assemble_vector (int argc, const char *const argv []);
 void gnome_config_set_set_handler(void (*func)(void *),void *data);
 void gnome_config_set_sync_handler(void (*func)(void *),void *data);
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif
diff --git a/libgnome/gnome-ditem.h b/libgnome/gnome-ditem.h
index 501b83a..34f6ab3 100644
--- a/libgnome/gnome-ditem.h
+++ b/libgnome/gnome-ditem.h
@@ -30,7 +30,7 @@
 #include <glib.h>
 #include <libgnomebase/gnome-defs.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 typedef enum {
 	/* Start a terminal to run this */
@@ -150,6 +150,6 @@ void                   gnome_desktop_item_set_location    (GnomeDesktopItem
                                                            const char                 *location);
 
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif /* GNOME_DITEM_H */
diff --git a/libgnome/gnome-exec.h b/libgnome/gnome-exec.h
index 6ba2c11..5274c08 100644
--- a/libgnome/gnome-exec.h
+++ b/libgnome/gnome-exec.h
@@ -30,7 +30,7 @@
 #include <glib.h>
 #include <libgnomebase/gnome-defs.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 
 /* Fork and execute some program in the background.  Returns -1 on
@@ -74,6 +74,6 @@ int gnome_execute_terminal_shell_fds (const char *dir,
 				      const char *commandline,
 				      gboolean close_fds);
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif /* GNOME_EXEC_H */
diff --git a/libgnome/gnome-fileconvert.h b/libgnome/gnome-fileconvert.h
index d3c18b5..1079fdb 100644
--- a/libgnome/gnome-fileconvert.h
+++ b/libgnome/gnome-fileconvert.h
@@ -31,7 +31,7 @@
 
 /* WARNING ____ IMMATURE API ____ liable to change */
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 /* Returns -1 if no conversion is possible */
 gint
@@ -40,6 +40,6 @@ gnome_file_convert_fd(gint fd, const char *fromtype, const char *totype);
 gint
 gnome_file_convert(const char *filename, const char *fromtype, const char *totype);
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif /* __GNOME_FILECONVERT_H__ */
diff --git a/libgnome/gnome-i18nP.h b/libgnome/gnome-i18nP.h
index 9e03e87..82ab934 100644
--- a/libgnome/gnome-i18nP.h
+++ b/libgnome/gnome-i18nP.h
@@ -35,7 +35,7 @@
 #include <libgnomebase/gnome-defs.h>
 #include <libgnomebase/gnome-i18n.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 const char *	gnome_i18n_get_language			(void);
 
@@ -91,6 +91,6 @@ void		gnome_i18n_pop_c_numeric_locale		(void);
    be called by user code.  */
 void		gnome_i18n_init				(void);
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif /* __GNOME_I18NP_H__ */
diff --git a/libgnome/gnome-init.h b/libgnome/gnome-init.h
index e5c1746..525f316 100644
--- a/libgnome/gnome-init.h
+++ b/libgnome/gnome-init.h
@@ -31,7 +31,7 @@
 
 #include <gconf/gconf-client.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 GConfClient *
 gnome_program_get_gconf_client (GnomeProgram *program);
@@ -43,6 +43,6 @@ extern GnomeModuleInfo gnome_gconf_module_info;
 extern GnomeModuleInfo gnome_vfs_module_info;
 extern GnomeModuleInfo libgnome_module_info;
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif /* LIBGNOMEINIT_H */
diff --git a/libgnome/gnome-paper.h b/libgnome/gnome-paper.h
index 4c4ea66..e5d3ac8 100644
--- a/libgnome/gnome-paper.h
+++ b/libgnome/gnome-paper.h
@@ -30,7 +30,7 @@
 #include <glib.h>
 #include <libgnomebase/gnome-defs.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 typedef struct _GnomePaper GnomePaper;
 typedef struct _GnomeUnit  GnomeUnit;
@@ -68,6 +68,6 @@ double           gnome_unit_convert     (double othervalue,
 					 const GnomeUnit *from,
 					 const GnomeUnit *to);
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif 
diff --git a/libgnome/gnome-regex.h b/libgnome/gnome-regex.h
index 481a938..63ce97e 100644
--- a/libgnome/gnome-regex.h
+++ b/libgnome/gnome-regex.h
@@ -26,7 +26,7 @@
 
 #include <libgnomebase/gnome-defs.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 #include <sys/types.h>
 #include <regex.h>
@@ -59,6 +59,6 @@ regex_t *gnome_regex_cache_compile (GnomeRegexCache *rxc, const char *pattern,
 				    int flags);
 
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif /* GNOME_REGEX_H */
diff --git a/libgnome/gnome-remote.h b/libgnome/gnome-remote.h
index 7b6d82f..3911852 100644
--- a/libgnome/gnome-remote.h
+++ b/libgnome/gnome-remote.h
@@ -27,7 +27,7 @@
 #include <glib.h>
 #include <libgnomebase/gnome-defs.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 /* Return a command which should be used to run a program on HOST.
    Typically this command will be something like "rsh".  If HOST is
@@ -40,6 +40,6 @@ void gnome_remote_get_command (const char *host, gint *argcp, char ***argvp);
    is NULL, the default command is set.  */
 void gnome_remote_set_command (const char *host, gint argc, const char * const argv[]);
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif /* GNOME_REMOTE_H */
diff --git a/libgnome/gnome-sound.h b/libgnome/gnome-sound.h
index 326effe..353c197 100644
--- a/libgnome/gnome-sound.h
+++ b/libgnome/gnome-sound.h
@@ -29,7 +29,7 @@
 #include <glib.h>
 #include <libgnomebase/gnome-defs.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 /* Use this with the Esound functions */
 extern int gnome_sound_connection;
@@ -46,6 +46,6 @@ int gnome_sound_sample_load(const char *sample_name, const char *filename);
 /* Loads sample, plays sample, frees sample */
 void gnome_sound_play (const char * filename);
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif /* __GNOME_SOUND_H__ */
diff --git a/libgnome/gnome-triggers.h b/libgnome/gnome-triggers.h
index 14cb167..d39182b 100644
--- a/libgnome/gnome-triggers.h
+++ b/libgnome/gnome-triggers.h
@@ -29,7 +29,7 @@
 #include <glib.h>
 #include <libgnomebase/gnome-defs.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 typedef enum {
 	GTRIG_NONE,
@@ -80,6 +80,6 @@ void gnome_triggers_do           (const char *msg,
 void gnome_triggers_vdo          (const char *msg, const char *level,
 				  const char *supinfo[]);
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif /* __GNOME_TRIGGERS_H__ */
diff --git a/libgnome/gnome-url.h b/libgnome/gnome-url.h
index 7bc5005..e51d76f 100644
--- a/libgnome/gnome-url.h
+++ b/libgnome/gnome-url.h
@@ -27,7 +27,7 @@
 #include <glib.h>
 #include <libgnomebase/gnome-defs.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 typedef struct _GnomeURLDisplayContext GnomeURLDisplayContext;
 
@@ -87,5 +87,5 @@ void gnome_url_display_context_free(GnomeURLDisplayContext *display_context,
 /* returns FALSE on error, TRUE if everything went fine */
 gboolean gnome_url_show(const char *url);
 
-END_GNOME_DECLS
+G_END_DECLS
 #endif
diff --git a/libgnome/gnome-util.h b/libgnome/gnome-util.h
index 8242435..b6edf18 100644
--- a/libgnome/gnome-util.h
+++ b/libgnome/gnome-util.h
@@ -32,7 +32,7 @@
 #include <libgnomebase/gnome-defs.h>
 #include <libgnomebase/gnome-program.h>
 
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
 
 /* locate a program in $PATH, or return NULL if not found */
 char *gnome_is_program_in_path (const gchar *program);
@@ -62,6 +62,6 @@ char ** g_copy_vector    (const char ** vec);
 /* Find the name of the user's shell.  */
 char *gnome_util_user_shell (void);
 
-END_GNOME_DECLS
+G_END_DECLS
 
 #endif



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