[gtksourceview/wip/chergert/gsv-gtk4] snippets: remove unused macros
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/chergert/gsv-gtk4] snippets: remove unused macros
- Date: Wed, 9 Sep 2020 23:48:52 +0000 (UTC)
commit 91a59a25e35f8eb8c8a4370b52904b25d22eb196
Author: Christian Hergert <chergert redhat com>
Date: Wed Sep 9 16:47:38 2020 -0700
snippets: remove unused macros
gtksourceview/gtksourcesnippetbundle-private.h | 7 -------
1 file changed, 7 deletions(-)
---
diff --git a/gtksourceview/gtksourcesnippetbundle-private.h b/gtksourceview/gtksourcesnippetbundle-private.h
index 775d2ac9..8c3b9cb6 100644
--- a/gtksourceview/gtksourcesnippetbundle-private.h
+++ b/gtksourceview/gtksourcesnippetbundle-private.h
@@ -40,27 +40,20 @@ typedef struct
G_DECLARE_FINAL_TYPE (GtkSourceSnippetBundle, _gtk_source_snippet_bundle, GTK_SOURCE, SNIPPET_BUNDLE,
GObject)
-G_GNUC_INTERNAL
GtkSourceSnippetBundle *_gtk_source_snippet_bundle_new (void);
-G_GNUC_INTERNAL
GtkSourceSnippetBundle *_gtk_source_snippet_bundle_new_from_file (const gchar *path,
GtkSourceSnippetManager *manager);
-G_GNUC_INTERNAL
void _gtk_source_snippet_bundle_merge (GtkSourceSnippetBundle *self,
GtkSourceSnippetBundle *other);
-G_GNUC_INTERNAL
const gchar **_gtk_source_snippet_bundle_list_groups (GtkSourceSnippetBundle *self);
-G_GNUC_INTERNAL
GtkSourceSnippet *_gtk_source_snippet_bundle_get_snippet (GtkSourceSnippetBundle *self,
const gchar *group,
const gchar *language_id,
const gchar *trigger);
-G_GNUC_INTERNAL
GListModel *_gtk_source_snippet_bundle_list_matching (GtkSourceSnippetBundle *self,
const gchar *group,
const gchar *language_id,
const gchar *trigger_prefix);
-G_GNUC_INTERNAL
GPtrArray *_gtk_source_snippet_bundle_parse_text (const gchar *text,
GError **error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]