summaryrefslogtreecommitdiff
path: root/gio/src/appinfo.hg
Commit message (Expand)AuthorAgeFilesLines
* Gio: Add some methods for glibmm 2.74Kjell Ahlstedt2022-08-221-2/+16
* Gio::AppInfo::get_all(): Use a local TypeTraits in ListHandlerKjell Ahlstedt2021-07-291-1/+1
* gio/src/*.hg: Mark all _WRAP_ENUM() with decl_prefixChun-wei Fan2020-04-041-1/+1
* gio/src/*.hg: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-071-3/+3
* Gio: Add some API (AppInfo::launch_uris_async() etc.)Kjell Ahlstedt2019-03-151-4/+16
* Gio::AppInfo: Update the name of the AppLaunchContext parametersKjell Ahlstedt2017-12-111-14/+14
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Gio::AppInfo: Change AppInfoCreateFlags to CreateFlagsMurray Cumming2017-04-181-2/+3
* Replace remaining uses of Glib::ListHandle<> with std::vector.Murray Cumming2017-03-201-9/+6
* Use std::vector<> instead of Glib::StringArrayHandle.Murray Cumming2017-03-171-3/+2
* Remove deprecated API.Murray Cumming2016-11-141-4/+0
* Gio::AppInfo: Add launch_default_for_uri_async().Murray Cumming2016-09-111-0/+7
* Fix the build with --disable-deprecated-apiKjell Ahlstedt2015-12-051-0/+2
* Fix the version numbers in some @newin Doxygen commandsKjell Ahlstedt2015-06-021-6/+4
* AppInfo::get_all(): Fix ownershipPavel Vasin2013-02-251-1/+1
* Documentation: Fix many warnings from Doxygen.Kjell Ahlstedt2013-01-271-15/+19
* AppInfo: Add create_duplicate().José Alburquerque2012-11-061-6/+7
* Strip trailing whitespace.Mark Vender2012-10-291-12/+12
* Gio::AppInfo: Wrap some new methods.Murray Cumming2012-09-011-0/+9
* Gio: Move AppLaunchContext into its own header file.Murray Cumming2012-03-261-26/+3
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+1
* AppInfo: Add launch() taking one file, and launch_uri() taking one URI.Murray Cumming2011-07-191-1/+81
* AppInfo::launch(): Correct the parameter type.Murray Cumming2011-07-121-5/+7
* AppInfo::launch_uris(): Corrected (with deprecation) and add overload.Murray Cumming2011-07-121-0/+9
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-13/+0
* Rename @since back to @newinDaniel Elstner2009-08-201-2/+2
* Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-181-2/+2
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Add a bunch of new / missed APIJonathon Jongsma2008-12-121-9/+18
* Avoid a circular include to fix the build.Murray Cumming2008-07-151-1/+2
* get_display(), get_startup_notify_id(): Take a list of Gio::File, notMurray Cumming2008-07-151-2/+3
* Comment out _WRAP_VFUNC() lines because we decided that they are notMurray Cumming2008-02-201-17/+17
* Add Gio::AppInfo vfuncsJonathon Jongsma2008-02-021-1/+20
* Do not include gio.h from our public headers, to avoid polluting theMurray Cumming2008-01-271-2/+5
* Make equal() non virtual - equal_vfunc() is instead.Murray Cumming2008-01-271-5/+2
* poll_for_media(): Added documentation. Wrapped 2 vfuncs (though the .defsMurray Cumming2008-01-181-0/+2
* Removed operator= and operator!= for these RefPtr<> specializations,Murray Cumming2008-01-171-10/+0
* Added class documentation.Murray Cumming2008-01-111-6/+19
* Wrapped AppInfo and AppLaunchContext, without the vfuncs. New conversions.Marko Anastasov2008-01-101-1/+101
* Added AppInfo, with only two methods before we see why it doesn't getMarko Anastasov2008-01-101-0/+41