/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ #ifndef __E_NOTE_H__ #define __E_NOTE_H__ #include #include #include "e-bevel-button.h" #define E_TYPE_NOTE (e_note_get_type ()) #define E_NOTE(obj) (GTK_CHECK_CAST ((obj), E_TYPE_NOTE, ENote)) #define E_NOTE_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_NOTE, ENoteClass)) #define E_IS_NOTE(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_NOTE)) #define E_IS_NOTE_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), E_TYPE_NOTE)) typedef struct _ENote ENote; typedef struct _ENotePrivate ENotePrivate; typedef struct _ENoteClass ENoteClass; struct _ENote { GtkWindow parent; ENotePrivate *priv; }; struct _ENoteClass { GtkWindowClass parent_class; void (* text_changed) (ENote *note); }; GtkType e_note_get_type (void); GtkWidget *e_note_new (void); void e_note_set_text (ENote *note, gchar *text); gchar *e_note_get_text (ENote *note); #endif /* __E_NOTE_H__ */ t='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* textproc/augeas: update to 1.10.1swills2018-03-273-11/+13
* textproc/augeas: update to 1.9.0swills2017-10-113-22/+38
* textproc/augeas: update to 1.8.1swills2017-09-173-6/+7
* Update devel/readline to 7.0 patch 3sunpoet2017-06-271-0/+1
* textproc/augeas: update to 1.7.0swills2017-01-315-6/+47
* Use USES=pathfix where applicable.mat2016-10-211-2/+1
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
* textproc/augeas: update to 1.4.0mmoll2015-06-035-27/+25
* textproc/augeas: update to 1.3.0mmoll2015-05-2710-273/+49
* - Add CPE infoamdmi32015-05-091-1/+1
* Convert to USES=autoreconftijl2015-04-181-4/+2
* Cleanup plistantoine2014-11-161-8/+0
* textproc/augeas: add patch from upstream to fix bugswills2014-09-122-1/+214
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-301-0/+0
* Fix build with readline from portsbapt2014-07-012-11/+8
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-0/+1
* - Update to 1.2.0swills2014-03-243-5/+15
* - Convert to stagingmat2014-01-262-4/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - migrate USE_GMAKE and USE_PKGCONFIG to USES frameworkjgh2013-07-211-2/+1
* - Update to 1.1.0swills2013-07-215-21/+54
* - Update to 1.0.0swills2013-05-2310-98/+133
* Remove unneeded dependency.demon2012-09-261-1/+0
* - Fix sysctl lensswills2012-08-302-1/+12
* - Make Puppet lenses workswills2012-05-173-1/+26
* - The shellvars lens can also be used to parse /etc/periodic.conf andswills2012-05-032-4/+6
* - Remove custom rc.conf lens in favor of using of a patch which let's theswills2012-05-025-53/+11
* - Fix bug when used with Puppetswills2012-04-252-3/+18
* - Update to 0.10.0 plus a patch from github to make it buildswills2012-02-127-156/+284
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
* Fix build with FreeBSD 10kwm2011-10-301-0/+1
* -remove MD5ohauer2011-07-031-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
* - Fix problem parsing /boot/loader.conflwhsu2010-07-062-1/+3