summaryrefslogtreecommitdiff
path: root/libslab/search-bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'libslab/search-bar.h')
-rw-r--r--libslab/search-bar.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/libslab/search-bar.h b/libslab/search-bar.h
index 65d0aba7..fca5216d 100644
--- a/libslab/search-bar.h
+++ b/libslab/search-bar.h
@@ -21,11 +21,10 @@
#ifndef __NLD_SEARCH_BAR_H__
#define __NLD_SEARCH_BAR_H__
+#include <glib.h>
#include <gtk/gtk.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
+G_BEGIN_DECLS
#define NLD_TYPE_SEARCH_BAR (nld_search_bar_get_type ())
#define NLD_SEARCH_BAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NLD_TYPE_SEARCH_BAR, NldSearchBar))
@@ -62,7 +61,6 @@ void nld_search_bar_set_search_timeout (NldSearchBar * search_bar, int search_ti
const char *nld_search_bar_get_text (NldSearchBar * search_bar);
void nld_search_bar_set_text (NldSearchBar * search_bar, const char *text, gboolean activate);
-#ifdef __cplusplus
-}
-#endif
+G_END_DECLS
+
#endif /* __NLD_SEARCH_BAR_H__ */