Blame src/suggestions/dzl-suggestion-private.h

Packit Service c6b782
/* dzl-suggestion-private.h
Packit Service c6b782
 *
Packit Service c6b782
 * Copyright (C) 2017 Christian Hergert <chergert@redhat.com>
Packit Service c6b782
 *
Packit Service c6b782
 * This program is free software: you can redistribute it and/or modify
Packit Service c6b782
 * it under the terms of the GNU General Public License as published by
Packit Service c6b782
 * the Free Software Foundation, either version 3 of the License, or
Packit Service c6b782
 * (at your option) any later version.
Packit Service c6b782
 *
Packit Service c6b782
 * This program is distributed in the hope that it will be useful,
Packit Service c6b782
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service c6b782
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service c6b782
 * GNU General Public License for more details.
Packit Service c6b782
 *
Packit Service c6b782
 * You should have received a copy of the GNU General Public License
Packit Service c6b782
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit Service c6b782
 */
Packit Service c6b782
Packit Service c6b782
Packit Service c6b782
#ifndef DZL_SUGGESTION_PRIVATE_H
Packit Service c6b782
#define DZL_SUGGESTION_PRIVATE_H
Packit Service c6b782
Packit Service c6b782
#include "suggestions/dzl-suggestion-entry.h"
Packit Service c6b782
#include "suggestions/dzl-suggestion-popover.h"
Packit Service c6b782
Packit Service c6b782
void _dzl_suggestion_entry_reposition       (DzlSuggestionEntry   *entry,
Packit Service c6b782
                                             DzlSuggestionPopover *popover);
Packit Service c6b782
void _dzl_suggestion_popover_set_max_height (DzlSuggestionPopover *popover,
Packit Service c6b782
                                             gint                  max_height);
Packit Service c6b782
void _dzl_suggestion_popover_adjust_margin  (DzlSuggestionPopover *popover,
Packit Service c6b782
                                             GdkRectangle         *area);
Packit Service c6b782
Packit Service c6b782
#endif /* DZL_SUGGESTION_PRIVATE_H */