[gnome-builder/wip/libide] libide: make IdeAnimation public API
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/libide] libide: make IdeAnimation public API
- Date: Thu, 5 Mar 2015 07:09:29 +0000 (UTC)
commit 816362e8c2e4bdfcb22ce12170599e10fad7bf07
Author: Christian Hergert <christian hergert me>
Date: Wed Mar 4 23:07:53 2015 -0800
libide: make IdeAnimation public API
libide/Makefile.am | 8 ++++----
libide/ide.h | 1 +
libide/theatrics/ide-animation.c | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/libide/Makefile.am b/libide/Makefile.am
index 1b9397a..21bbb3b 100644
--- a/libide/Makefile.am
+++ b/libide/Makefile.am
@@ -139,10 +139,10 @@ libide_1_0_la_public_sources = \
libide/ide-source-snippets-manager.h \
libide/ide-source-snippets.c \
libide/ide-source-snippets.h \
- libide/ide-source-view.c \
- libide/ide-source-view.h \
libide/ide-source-view-mode.c \
libide/ide-source-view-mode.h \
+ libide/ide-source-view.c \
+ libide/ide-source-view.h \
libide/ide-symbol-resolver.c \
libide/ide-symbol-resolver.h \
libide/ide-symbol.c \
@@ -170,6 +170,8 @@ libide_1_0_la_public_sources = \
libide/python/ide-python-indenter.h \
libide/python/ide-python-language.c \
libide/python/ide-python-language.h \
+ libide/theatrics/ide-animation.c \
+ libide/theatrics/ide-animation.h \
libide/xml/ide-xml-indenter.c \
libide/xml/ide-xml-indenter.h \
libide/xml/ide-xml-language.c \
@@ -227,8 +229,6 @@ libide_1_0_la_SOURCES = \
libide/ide-vim-iter.h \
libide/tasks/ide-load-directory-task.c \
libide/tasks/ide-load-directory-task.h \
- libide/theatrics/ide-animation.c \
- libide/theatrics/ide-animation.h \
libide/theatrics/ide-box-theatric.c \
libide/theatrics/ide-box-theatric.h \
libide/theatrics/ide-frame-source.c \
diff --git a/libide/ide.h b/libide/ide.h
index 84eb0ae..e637050 100644
--- a/libide/ide.h
+++ b/libide/ide.h
@@ -90,6 +90,7 @@ G_BEGIN_DECLS
#include "directory/ide-directory-vcs.h"
#include "git/ide-git-vcs.h"
#include "local/ide-local-device.h"
+#include "theatrics/ide-animation.h"
#undef IDE_INSIDE
diff --git a/libide/theatrics/ide-animation.c b/libide/theatrics/ide-animation.c
index fc0b192..7e43857 100644
--- a/libide/theatrics/ide-animation.c
+++ b/libide/theatrics/ide-animation.c
@@ -323,7 +323,7 @@ ide_animation_get_offset (IdeAnimation *animation)
* @animation: (in): A #IdeAnimation.
* @target: (in): A #GObject.
* @tween: (in): a #Tween containing the property.
- * @value: (in) The new value for the property.
+ * @value: (in): The new value for the property.
*
* Updates the value of a property on an object using @value.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]