[libdazzle] suggestion: keep new API in private.h
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdazzle] suggestion: keep new API in private.h
- Date: Thu, 25 Apr 2019 22:17:18 +0000 (UTC)
commit 20e4124613842a6b59630fc94b54219e3593a738
Author: Christian Hergert <chergert redhat com>
Date: Thu Apr 25 15:15:04 2019 -0700
suggestion: keep new API in private.h
src/suggestions/dzl-suggestion-entry.c | 2 +-
src/suggestions/dzl-suggestion-popover.c | 2 +-
src/suggestions/dzl-suggestion-private.h | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/suggestions/dzl-suggestion-entry.c b/src/suggestions/dzl-suggestion-entry.c
index d1b1f90..fd4f236 100644
--- a/src/suggestions/dzl-suggestion-entry.c
+++ b/src/suggestions/dzl-suggestion-entry.c
@@ -1057,5 +1057,5 @@ dzl_suggestion_entry_set_compact (DzlSuggestionEntry *self,
{
DzlSuggestionEntryPrivate *priv = dzl_suggestion_entry_get_instance_private (self);
- dzl_suggestion_popover_set_compact (priv->popover, compact);
+ _dzl_suggestion_popover_set_compact (priv->popover, compact);
}
diff --git a/src/suggestions/dzl-suggestion-popover.c b/src/suggestions/dzl-suggestion-popover.c
index 2a58455..70298d7 100644
--- a/src/suggestions/dzl-suggestion-popover.c
+++ b/src/suggestions/dzl-suggestion-popover.c
@@ -1344,7 +1344,7 @@ _dzl_suggestion_popover_set_device (DzlSuggestionPopover *self,
}
void
-dzl_suggestion_popover_set_compact (DzlSuggestionPopover *self,
+_dzl_suggestion_popover_set_compact (DzlSuggestionPopover *self,
gboolean compact)
{
self->compact = compact;
diff --git a/src/suggestions/dzl-suggestion-private.h b/src/suggestions/dzl-suggestion-private.h
index d507195..3bbf853 100644
--- a/src/suggestions/dzl-suggestion-private.h
+++ b/src/suggestions/dzl-suggestion-private.h
@@ -26,6 +26,8 @@
void _dzl_suggestion_entry_reposition (DzlSuggestionEntry *entry,
DzlSuggestionPopover *popover);
+void _dzl_suggestion_popover_set_compact (DzlSuggestionPopover *self,
+ gboolean compact);
void _dzl_suggestion_popover_set_device (DzlSuggestionPopover *self,
GdkDevice *device);
void _dzl_suggestion_popover_set_focused (DzlSuggestionPopover *self,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]