/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * Christopher James Lahey * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifdef HAVE_CONFIG_H #include #endif #include "e-text.h" #include "gal-a11y-e-text-factory.h" #include "gal-a11y-e-text.h" static AtkObjectFactoryClass *parent_class; #define PARENT_TYPE (ATK_TYPE_OBJECT_FACTORY) /* Static functions */ static GType gal_a11y_e_text_factory_get_accessible_type (void) { return GAL_A11Y_TYPE_E_TEXT; } static AtkObject * gal_a11y_e_text_factory_create_accessible (GObject *obj) { AtkObject *atk_object; g_return_val_if_fail (E_IS_TEXT (obj), NULL); atk_object = g_object_new (GAL_A11Y_TYPE_E_TEXT, NULL); atk_object_initialize (atk_object, obj); return atk_object; } static void gal_a11y_e_text_factory_class_init (GalA11yETextFactoryClass *class) { AtkObjectFactoryClass *factory_class = ATK_OBJECT_FACTORY_CLASS (class); parent_class = g_type_class_ref (PARENT_TYPE); factory_class->create_accessible = gal_a11y_e_text_factory_create_accessible; factory_class->get_accessible_type = gal_a11y_e_text_factory_get_accessible_type; } static void gal_a11y_e_text_factory_init (GalA11yETextFactory *factory) { } /** * gal_a11y_e_text_factory_get_type: * @void: * * Registers the &GalA11yETextFactory class if necessary, and returns the type ID * associated to it. * * Return value: The type ID of the &GalA11yETextFactory class. **/ GType gal_a11y_e_text_factory_get_type (void) { static GType type = 0; if (!type) { GTypeInfo info = { sizeof (GalA11yETextFactoryClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) gal_a11y_e_text_factory_class_init, (GClassFinalizeFunc) NULL, NULL, /* class_data */ sizeof (GalA11yETextFactory), 0, (GInstanceInitFunc) gal_a11y_e_text_factory_init, NULL /* value_text */ }; type = g_type_register_static (PARENT_TYPE, "GalA11yETextFactory", &info, 0); } return type; } FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.9gahr2009-07-082-4/+6
* - Update to 0.7.0miwi2009-07-072-4/+4
* - cleanup ADDITIONAL_LIB_DIRSdinoex2009-07-051-1/+0
* - Update to 2009041301wxs2009-07-052-4/+4
* Use LTMAIN and LIBTOOL instead of hardcore.mezz2009-07-032-3/+4
* update to 3.46.1oliver2009-07-022-5/+4
* - Remove misc/koffice-i18n*; unlink from buildtabthorpe2009-06-29191-5747/+0
* Update to 20090628 version of FreeBSD docsetblackend2009-06-296-15/+15
* - Update to 2.7.0wxs2009-06-282-4/+4
* - update to 1.18leeym2009-06-272-5/+5
* - Update to 2.1-20090623tabthorpe2009-06-242-4/+4
* Give configure the best chance to find the needed libraries whendougb2009-06-231-1/+5
* - Update to 7.4 which should solve the ACL issue.wxs2009-06-222-4/+4
* - Fix build with custom LOCALBASE/PREFIXpgollucci2009-06-221-1/+4
* - Fix build with Custom PREFIX/LOCALBASEtabthorpe2009-06-211-0/+2
* - fix build with custom LOCALBASEdinoex2009-06-211-0/+1
* Fix plists.blackend2009-06-204-0/+4
* Update to the FreeBSD docset version from 20090618.blackend2009-06-1914-19/+29
* Update to tzdata2009j:edwin2009-06-192-4/+4
* - Update to 0.9tabthorpe2009-06-185-34/+45
* - Update to 0.6.4miwi2009-06-172-4/+4
* - Update to 0.6.3miwi2009-06-173-9/+22
* - Update to 0.40amdmi32009-06-163-10/+9
* - Use glib2 instead of obsolete glib1.2avl2009-06-155-29/+591
* - Broken on 8.xpav2009-06-141-1/+7
* - Update to 2.1-20090609tabthorpe2009-06-113-10/+100
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-097-7/+14
* - Update to 2009.8mnag2009-06-092-4/+4
* - Drop maintainershipamdmi32009-06-091-1/+1
* Update to 2009i:edwin2009-06-092-4/+4
* - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-094-3/+2
* - Update to 2.0.1tabthorpe2009-06-092-6/+5
* Ohcount is the source code line counter that powers Ohloh. Ohcount supportsmiwi2009-06-084-0/+40
* - Update to 4.4.2dhn2009-06-082-7/+7
* Fix build with custom LOCALBASE.makc2009-06-042-3/+5
* The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-0369-190/+941
* - Add CONFLICTS with sword-1.5tabthorpe2009-06-031-0/+3
* - Update to 1.6.0tabthorpe2009-06-034-21/+39
* - Chase sword15 updatetabthorpe2009-06-034-5/+8
* - Attach misc/sword15 to the buildtabthorpe2009-06-032-1/+5
* Update to 3.10.kwm2009-06-022-4/+4
* Add window(1) from the base system. This follows OpenBSD whom removedtrhodes2009-06-024-0/+38
* - Update to 2.0tabthorpe2009-06-023-37/+132
* - Resolve LATEST_LINK conflictpav2009-06-011-0/+2
* 2009-05-22 misc/sonytv: tcl8.3 support is going to be droppedmiwi2009-05-296-73/+0
* Change MAINTAINER on my ports to my FreeBSD email addressavl2009-05-292-2/+2
* UPdate to 2009h:edwin2009-05-272-4/+4
* - Update to doc/ tree version 20090525;blackend2009-05-2615-24/+47
* - Update to 2.0.r1tabthorpe2009-05-262-5/+5
* Mark BROKEN on 8.x: does not build.erwin2009-05-253-3/+21
* Remove qt4 build tools from run dependencies.makc2009-05-241-2/+2
* - Update to 0.10.2amdmi32009-05-223-14/+23
* - Update to 3.1tabthorpe2009-05-203-4/+120
* - Update to 2.0.b3tabthorpe2009-05-203-39/+39
* Fix build with python26,makc2009-05-202-8/+20
* Update to 2.26.2.kwm2009-05-202-4/+4
* Update to 2.26.2.kwm2009-05-202-4/+4
* * misc/e2fsprogs-libuuid:miwi2009-05-172-5/+12
* - Mark most of my ports MAKE_JOBS_SAFE=yespgollucci2009-05-161-0/+2
* Add optional dependency on print/kdeutils4-printer-appletmakc2009-05-161-1/+9
* Use empty install target instead of NO_INSTALL in meta portsmakc2009-05-161-1/+4
* Chase libgmp and bump PORTREVISION.ale2009-05-132-2/+4
* - update to 0.05002leeym2009-05-132-4/+6
* Update to 3.9.kwm2009-05-133-6/+6
* Restore the %%MIMEDIRS%% to respect the paths, bump the PORTREVISION.mezz2009-05-112-1/+2
* Update KDE ports to 4.2.3makc2009-05-1070-181/+462
* - Allow to build with MAKE_JOBS_SAFEchinsan2009-05-092-8/+10
* update xfce to 4.6.1oliver2009-05-064-7/+7
* - Pass maintainership to kimelto (at) gmail.commiwi2009-05-051-1/+1
* - Update to 2.2.4acm2009-05-041-0/+6
* - Updated to version 4.4.1skreuzer2009-05-033-8/+10
* - Update to 0.8miwi2009-05-022-4/+4
* - Update to 2.0.b2tabthorpe2009-05-013-36/+71
* Remove empty directoriesarved2009-04-302-1/+3
* o Update to 1.2.0lioux2009-04-283-13/+13
* Update to tzdata2009g:edwin2009-04-282-4/+4
* - Update to 1.41.5miwi2009-04-261-1/+1
* - Update to 2009.6mnag2009-04-262-4/+4
* - Update to 1.08miwi2009-04-252-4/+4
* - Update to 14.4miwi2009-04-252-4/+4
* Presenting GNOME 2.26.1 for FreeBSD.kwm2009-04-249-15/+105
* - Update to 2.6.0miwi2009-04-242-4/+4
* - Update to 1.2.97pgollucci2009-04-222-5/+4
* - Update to 7.2amdmi32009-04-222-4/+4
* Update freebsd-doc-* ports to RELEASE_7_2_0 revision of doc/.blackend2009-04-1812-13/+25
* - Mark all kde4 ports MAKE_JOBS_UNSAFEmiwi2009-04-171-1/+1
* - Fix build with new usb2miwi2009-04-161-0/+19
* Mark as MAKE_JOBS_UNSAFE.makc2009-04-161-1/+1
* Update to 2009fedwin2009-04-142-4/+4
* Update to tzdata2009e:edwin2009-04-132-4/+4
* Update to 3.8.kwm2009-04-123-4/+5
* - Upgrade to 2.6.1p1.kuriyama2009-04-1218-159/+15
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-1016-158/+248
* - obey DATADIR and DOCSDIRitetcu2009-04-102-36/+36
* - Fix buildtabthorpe2009-04-081-2/+2
* - Add dependency on rcc_buildtabthorpe2009-04-081-2/+4
* - Update to 2.0.a3tabthorpe2009-04-083-4/+65
* - Update to 2.5.1dhn2009-04-072-6/+16
* - use SF macroitetcu2009-04-052-12/+15
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-0286-1608/+1003
* LXDE Common files including icon-theme, startup and logoutmiwi2009-03-31