[gtkmm] Adjustment: Ignore private functions.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Adjustment: Ignore private functions.
- Date: Mon, 15 Sep 2014 15:46:58 +0000 (UTC)
commit 1a3edc25b6a286bcfed43e9f7082ea8b4381c78f
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 15 17:46:41 2014 +0200
Adjustment: Ignore private functions.
gtk/src/adjustment.hg | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtk/src/adjustment.hg b/gtk/src/adjustment.hg
index 6a5ea76..c3d5be8 100644
--- a/gtk/src/adjustment.hg
+++ b/gtk/src/adjustment.hg
@@ -92,6 +92,11 @@ public:
_WRAP_METHOD(double get_minimum_increment() const, gtk_adjustment_get_minimum_increment)
+ //Ignore private methods.
+ _IGNORE(gtk_adjustment_enable_animation, gtk_adjustment_get_animation_duration,
+ gtk_adjustment_animate_to_value, gtk_adjustment_get_target_value,
+ gtk_adjustment_is_animating)
+
_WRAP_SIGNAL(void changed(), "changed")
_WRAP_SIGNAL(void value_changed(), "value_changed")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]