summaryrefslogtreecommitdiff
path: root/gio/src/appinfo.hg
Commit message (Expand)AuthorAgeFilesLines
* 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