summaryrefslogtreecommitdiff
path: root/thunar-volman
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-08-12 08:54:15 +0000
committerBrian Tarricone <brian@tarricone.org>2008-08-12 08:54:15 +0000
commit6da5b2615ee77a3903e2b5d4ef1a7617244d1ae7 (patch)
treebde13c0dbbe2ca2d6bc4a617180991a35afd6fed /thunar-volman
parentbe5a05d07a1c7146a4de118f7cee4b4cd1458011 (diff)
downloadthunar-volman-6da5b2615ee77a3903e2b5d4ef1a7617244d1ae7.tar.gz
2008-08-12 Brian Tarricone <bjt23@cornell.edu>
* thunar-volman/*.h: Remove semicolons after G_BEGIN_DECLS/G_END_DECLS macros; they'd be harmful if compiled with a C++ compiler. Patch from Colin Leroy. Bug #3349. (Old svn revision: 5215)
Diffstat (limited to 'thunar-volman')
-rw-r--r--thunar-volman/tvm-block-device.h4
-rw-r--r--thunar-volman/tvm-camera-device.h4
-rw-r--r--thunar-volman/tvm-command-entry.h4
-rw-r--r--thunar-volman/tvm-device.h4
-rw-r--r--thunar-volman/tvm-input-device.h4
-rw-r--r--thunar-volman/tvm-pango-extensions.h4
-rw-r--r--thunar-volman/tvm-pda-device.h4
-rw-r--r--thunar-volman/tvm-preferences-dialog.h4
-rw-r--r--thunar-volman/tvm-preferences.h4
-rw-r--r--thunar-volman/tvm-printer-device.h4
-rw-r--r--thunar-volman/tvm-prompt.h4
-rw-r--r--thunar-volman/tvm-run.h4
-rw-r--r--thunar-volman/xfce-heading.h4
-rw-r--r--thunar-volman/xfce-titled-dialog.h4
14 files changed, 28 insertions, 28 deletions
diff --git a/thunar-volman/tvm-block-device.h b/thunar-volman/tvm-block-device.h
index 4197451..2f51e6a 100644
--- a/thunar-volman/tvm-block-device.h
+++ b/thunar-volman/tvm-block-device.h
@@ -22,7 +22,7 @@
#include <thunar-volman/tvm-device.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
gboolean tvm_block_device_added (TvmPreferences *preferences,
LibHalContext *context,
@@ -30,6 +30,6 @@ gboolean tvm_block_device_added (TvmPreferences *preferences,
const gchar *capability,
GError **error) G_GNUC_INTERNAL;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_BLOCK_DEVICE_H__ */
diff --git a/thunar-volman/tvm-camera-device.h b/thunar-volman/tvm-camera-device.h
index 23d313e..df09a27 100644
--- a/thunar-volman/tvm-camera-device.h
+++ b/thunar-volman/tvm-camera-device.h
@@ -22,7 +22,7 @@
#include <thunar-volman/tvm-device.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
gboolean tvm_camera_device_added (TvmPreferences *preferences,
LibHalContext *context,
@@ -30,6 +30,6 @@ gboolean tvm_camera_device_added (TvmPreferences *preferences,
const gchar *capability,
GError **error) G_GNUC_INTERNAL;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_CAMERA_DEVICE_H__ */
diff --git a/thunar-volman/tvm-command-entry.h b/thunar-volman/tvm-command-entry.h
index efa2936..73b213f 100644
--- a/thunar-volman/tvm-command-entry.h
+++ b/thunar-volman/tvm-command-entry.h
@@ -22,7 +22,7 @@
#include <exo/exo.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
typedef struct _TvmCommandEntryClass TvmCommandEntryClass;
typedef struct _TvmCommandEntry TvmCommandEntry;
@@ -56,6 +56,6 @@ const gchar *tvm_command_entry_get_command (TvmCommandEntry *command_entry) G
void tvm_command_entry_set_command (TvmCommandEntry *command_entry,
const gchar *command) G_GNUC_INTERNAL;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_COMMAND_ENTRY_H__ */
diff --git a/thunar-volman/tvm-device.h b/thunar-volman/tvm-device.h
index 97207f6..4934383 100644
--- a/thunar-volman/tvm-device.h
+++ b/thunar-volman/tvm-device.h
@@ -26,7 +26,7 @@
#include <thunar-volman/tvm-preferences.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
/**
* TvmDeviceCallback:
@@ -53,6 +53,6 @@ gboolean tvm_device_added (TvmPreferences *preferences,
const gchar *udi,
GError **error) G_GNUC_INTERNAL;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_DEVICE_H__ */
diff --git a/thunar-volman/tvm-input-device.h b/thunar-volman/tvm-input-device.h
index 19a35fe..211b9ac 100644
--- a/thunar-volman/tvm-input-device.h
+++ b/thunar-volman/tvm-input-device.h
@@ -22,7 +22,7 @@
#include <thunar-volman/tvm-device.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
gboolean tvm_input_device_added (TvmPreferences *preferences,
LibHalContext *context,
@@ -30,6 +30,6 @@ gboolean tvm_input_device_added (TvmPreferences *preferences,
const gchar *capability,
GError **error) G_GNUC_INTERNAL;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_INPUT_DEVICE_H__ */
diff --git a/thunar-volman/tvm-pango-extensions.h b/thunar-volman/tvm-pango-extensions.h
index 4b6778f..e527667 100644
--- a/thunar-volman/tvm-pango-extensions.h
+++ b/thunar-volman/tvm-pango-extensions.h
@@ -22,7 +22,7 @@
#include <pango/pango.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
PangoAttrList *tvm_pango_attr_list_big (void) G_GNUC_CONST G_GNUC_INTERNAL;
PangoAttrList *tvm_pango_attr_list_big_bold (void) G_GNUC_CONST G_GNUC_INTERNAL;
@@ -31,6 +31,6 @@ PangoAttrList *tvm_pango_attr_list_italic (void) G_GNUC_CONST G_GNUC_
PangoAttrList *tvm_pango_attr_list_small_italic (void) G_GNUC_CONST G_GNUC_INTERNAL;
PangoAttrList *tvm_pango_attr_list_underline_single (void) G_GNUC_CONST G_GNUC_INTERNAL;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_PANGO_EXTENSIONS_H__ */
diff --git a/thunar-volman/tvm-pda-device.h b/thunar-volman/tvm-pda-device.h
index 7d32008..41edfbf 100644
--- a/thunar-volman/tvm-pda-device.h
+++ b/thunar-volman/tvm-pda-device.h
@@ -22,7 +22,7 @@
#include <thunar-volman/tvm-device.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
gboolean tvm_pda_device_added (TvmPreferences *preferences,
LibHalContext *context,
@@ -30,6 +30,6 @@ gboolean tvm_pda_device_added (TvmPreferences *preferences,
const gchar *capability,
GError **error) G_GNUC_INTERNAL;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_PDA_DEVICE_H__ */
diff --git a/thunar-volman/tvm-preferences-dialog.h b/thunar-volman/tvm-preferences-dialog.h
index f77eb0f..2c26142 100644
--- a/thunar-volman/tvm-preferences-dialog.h
+++ b/thunar-volman/tvm-preferences-dialog.h
@@ -22,7 +22,7 @@
#include <thunar-volman/tvm-preferences.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
typedef struct _TvmPreferencesDialogClass TvmPreferencesDialogClass;
typedef struct _TvmPreferencesDialog TvmPreferencesDialog;
@@ -38,6 +38,6 @@ GType tvm_preferences_dialog_get_type (void) G_GNUC_CONST G_GNUC_INTERNAL;
GtkWidget *tvm_preferences_dialog_new (void) G_GNUC_INTERNAL G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_PREFERENCES_DIALOG_H__ */
diff --git a/thunar-volman/tvm-preferences.h b/thunar-volman/tvm-preferences.h
index 63633a9..3c80e07 100644
--- a/thunar-volman/tvm-preferences.h
+++ b/thunar-volman/tvm-preferences.h
@@ -22,7 +22,7 @@
#include <exo/exo.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
typedef struct _TvmPreferencesClass TvmPreferencesClass;
typedef struct _TvmPreferences TvmPreferences;
@@ -38,6 +38,6 @@ GType tvm_preferences_get_type (void) G_GNUC_CONST;
TvmPreferences *tvm_preferences_get (void);
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_PREFERENCES_H__ */
diff --git a/thunar-volman/tvm-printer-device.h b/thunar-volman/tvm-printer-device.h
index 429c82b..ef34ce9 100644
--- a/thunar-volman/tvm-printer-device.h
+++ b/thunar-volman/tvm-printer-device.h
@@ -22,7 +22,7 @@
#include <thunar-volman/tvm-device.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
gboolean tvm_printer_device_added (TvmPreferences *preferences,
LibHalContext *context,
@@ -30,6 +30,6 @@ gboolean tvm_printer_device_added (TvmPreferences *preferences,
const gchar *capability,
GError **error) G_GNUC_INTERNAL;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_PRINTER_DEVICE_H__ */
diff --git a/thunar-volman/tvm-prompt.h b/thunar-volman/tvm-prompt.h
index 4eb6c11..ec0c2b7 100644
--- a/thunar-volman/tvm-prompt.h
+++ b/thunar-volman/tvm-prompt.h
@@ -22,7 +22,7 @@
#include <thunar-volman/tvm-device.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
enum
{
@@ -46,6 +46,6 @@ gint tvm_prompt (LibHalContext *context,
const gchar *first_button_text,
...) G_GNUC_INTERNAL G_GNUC_NULL_TERMINATED;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_PROMPT_H__ */
diff --git a/thunar-volman/tvm-run.h b/thunar-volman/tvm-run.h
index f607b4d..9e50a98 100644
--- a/thunar-volman/tvm-run.h
+++ b/thunar-volman/tvm-run.h
@@ -22,7 +22,7 @@
#include <thunar-volman/tvm-device.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
gboolean tvm_run_cdburner (TvmPreferences *preferences,
LibHalContext *context,
@@ -41,6 +41,6 @@ gboolean tvm_run_command (LibHalContext *context,
const gchar *mount_point,
GError **error) G_GNUC_INTERNAL;
-G_END_DECLS;
+G_END_DECLS
#endif /* !__TVM_RUN_H__ */
diff --git a/thunar-volman/xfce-heading.h b/thunar-volman/xfce-heading.h
index a7df302..0ca1351 100644
--- a/thunar-volman/xfce-heading.h
+++ b/thunar-volman/xfce-heading.h
@@ -23,7 +23,7 @@
#include <gtk/gtk.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
typedef struct _XfceHeadingPrivate XfceHeadingPrivate;
typedef struct _XfceHeadingClass XfceHeadingClass;
@@ -77,6 +77,6 @@ G_CONST_RETURN gchar *xfce_heading_get_title (XfceHeading *heading);
void xfce_heading_set_title (XfceHeading *heading,
const gchar *title);
-G_END_DECLS;
+G_END_DECLS
#endif /* !__XFCE_HEADING_H__ */
diff --git a/thunar-volman/xfce-titled-dialog.h b/thunar-volman/xfce-titled-dialog.h
index d5410f2..5243a2e 100644
--- a/thunar-volman/xfce-titled-dialog.h
+++ b/thunar-volman/xfce-titled-dialog.h
@@ -23,7 +23,7 @@
#include <gtk/gtk.h>
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
typedef struct _XfceTitledDialogPrivate XfceTitledDialogPrivate;
typedef struct _XfceTitledDialogClass XfceTitledDialogClass;
@@ -70,6 +70,6 @@ G_CONST_RETURN gchar *xfce_titled_dialog_get_subtitle (XfceTitledDialog *tit
void xfce_titled_dialog_set_subtitle (XfceTitledDialog *titled_dialog,
const gchar *subtitle);
-G_END_DECLS;
+G_END_DECLS
#endif /* !__XFCE_TITLED_DIALOG_H__ */