aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard-view.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-04-11 06:31:38 +0800
committerChris Lahey <clahey@src.gnome.org>2000-04-11 06:31:38 +0800
commit8635e2775b2a74fc612be56cd0af91e3a2ed2dfa (patch)
treeb3a2386efa3853a223ab681ec604c1ffa2b20a74 /addressbook/gui/widgets/e-minicard-view.h
parent467a428552be04aa70c9c9ed860e226f400834ef (diff)
downloadgsoc2013-evolution-8635e2775b2a74fc612be56cd0af91e3a2ed2dfa.tar
gsoc2013-evolution-8635e2775b2a74fc612be56cd0af91e3a2ed2dfa.tar.gz
gsoc2013-evolution-8635e2775b2a74fc612be56cd0af91e3a2ed2dfa.tar.bz2
gsoc2013-evolution-8635e2775b2a74fc612be56cd0af91e3a2ed2dfa.tar.lz
gsoc2013-evolution-8635e2775b2a74fc612be56cd0af91e3a2ed2dfa.tar.xz
gsoc2013-evolution-8635e2775b2a74fc612be56cd0af91e3a2ed2dfa.tar.zst
gsoc2013-evolution-8635e2775b2a74fc612be56cd0af91e3a2ed2dfa.zip
Added a "query" argument to the e-minicard-view. Documented all the
2000-04-10 Christopher James Lahey <clahey@helixcode.com> * addressbook/gui/minicard/e-minicard-view.c, addressbook/gui/minicard/e-minicard-view.h: Added a "query" argument to the e-minicard-view. Documented all the arguments to the e-minicard-view. svn path=/trunk/; revision=2383
Diffstat (limited to 'addressbook/gui/widgets/e-minicard-view.h')
-rw-r--r--addressbook/gui/widgets/e-minicard-view.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-minicard-view.h b/addressbook/gui/widgets/e-minicard-view.h
index a88e6c7dcb..520bf31a19 100644
--- a/addressbook/gui/widgets/e-minicard-view.h
+++ b/addressbook/gui/widgets/e-minicard-view.h
@@ -36,6 +36,14 @@ extern "C" {
*
* name type read/write description
* --------------------------------------------------------------------------------
+ * book EBook RW book to query
+ * query string RW query string
+ *
+ * From EReflowSorted: (you should really know what you're doing if you set these.)
+ * compare_func GCompareFunc RW compare function
+ * string_func EReflowStringFunc RW string function
+ *
+ * From EReflow:
* minimum_width double RW minimum width of the reflow. width >= minimum_width
* width double R width of the reflow
* height double RW height of the reflow
@@ -57,6 +65,7 @@ struct _EMinicardView
/* item specific fields */
EBook *book;
+ char *query;
EBookView *book_view;
int get_view_idle;