summaryrefslogtreecommitdiff
path: root/gio/src/desktopappinfo.hg
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate API which is deprecated in glibKjell Ahlstedt2014-06-131-1/+9
| | | | | | | | | | | | | | | | | | | | * gio/src/application.hg: Deprecate set_action_group(). * gio/src/desktopappinfo.hg: Deprecate set_desktop_env(). * gio/src/settings.[hg|ccg]: Deprecate list_schemas(), range_check() and property_schema(). * gio/src/simpleactiongroup.hg: Define GLIB_DISABLE_DEPRECATION_WARNINGS in the .cc file. * gio/src/tlsconnection.hg: Deprecate [set|get]_use_system_certdb() and property_use_system_certdb(). * gio/src/volumemonitor.hg: Deprecate adopt_orphan_mount() also in the .cc file. * glib/glibmm/filelist.am: Build only the glibmm_files_used. * glib/src/filelist.am: Add glibmm_files_deprecated_hg. Move thread.hg and valuearray.hg to it. * glib/src/keyfile.hg: Deprecate one of the load_from_dirs() methods also in the .cc file. * glib/src/valuearray.hg: Deprecate the whole class Glib::ValueArray. * tests/glibmm_valuearray/main.cc: Undefine GLIBMM_DISABLE_DEPRECATED.
* Gio::DesktopAppInfo: Wrap some new methods.Murray Cumming2013-07-311-0/+7
| | | | | * gio/src/desktopappinfo.hg: Add list_actions(), launch_action() and get_action_name().
* Gio::SocketClient: Added some methods.Murray Cumming2013-03-251-0/+4
| | | | | * gio/src/desktopappinfo.hg: Added has_key(), get_string() and get_boolean().
* DesktopAppInfo: Add some new getter methods.José Alburquerque2012-11-071-0/+9
| | | | | | | * gio/src/desktopappinfo.hg: Add the get_keywords(), get_startup_wm_class(), get_generic_name(), get_show_in(), get_nodisplay() and get_categories() getter methods wrapping the corresponding C functions.
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+7
| | | | | | | | | | | | * tools/m4/base.m4: Include <glibmm/ustring.h> and <sigc++/sigc++.h> by default in header files of generated files in modules other than glibmm. This should make compilation faster for those modules. * gio/src/*.{h,cc}g: * gio/giomm/slot_async.cc: Adjust includes according to the above change. Bug #662597
* Dealt with several TODOs.Murray Cumming2011-02-151-1/+1
| | | | | * gio/src/*.[hg|ccg]: Mostly just adding hand-coded documentation, and changing some new methods to use std::vector.
* Wrap couple of unwrapped methods.José Alburquerque2010-05-251-0/+1
| | | | | | | * gio/src/desktopappinfo.hg: Wrap get_filename(). * glib/src/keyfile.hg: Wrap load_from_dirs(). * glib/src/convert.hg: * glib/src/valuearray.hg: some _IGNORE()'s.
* Rename @since back to @newinDaniel Elstner2009-08-201-1/+1
| | | | | | | | | | | | * docs/reference/Doxyfile.in (ALIASES): Rename the @since alias back to its old name @newin, but otherwise keep the parameters. Apparently there is a @since command predefined in Doxygen which I hadn't noticed. It does seem to get overridden silently, but it is better not to rely on this. * tools/pm/DocsParser.pm (convert_tags_to_doxygen): Output @newin instead of @since. * {glib,gio}/src/*.hg, {glib,gio}/{glib,gio}mm/*.h: Replace all uses of @since with @newin.
* Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-181-1/+1
| | | | | | | | | | | | * docs/reference/Doxyfile.in (ALIASES): Define a parametrized alias @since{major,minor} to replace the old @newin?p?* aliases which had to be defined manually for every version number used. (PREDEFINED): Predefine G_GNUC_NORETURN, G_GNUC_NULL_TERMINATED and G_GNUC_PURE to the empty expansion. Remove GTKMM_* macros. * tools/pm/DocsParser.pm (convert_tags_to_doxygen): Change "Since:" substitution to output the new generic @since alias. * {glib,gio}/src/*.hg, {glib,gio}/{glib,gio}mm/*.h: Change all uses of @newin?p?* to @since{major,minor}.
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
| | | | | | | | | | 2009-01-20 Deng Xiyue <manphiz@gmail.com> * Change license header to mention Lesser General Public License version 2.1 instead of Library General Public License, to be consistent with COPYING. svn path=/trunk/; revision=779
* Add DesktopAppInfo::create_from_keyfile()Jonathon Jongsma2008-12-121-6/+4
| | | | svn path=/trunk/; revision=757
* don't wrap these unix-specific types when building on MS Windows (bugJonathon Jongsma2008-03-251-0/+1
| | | | | | | | | | | * gio/src/desktopappinfo.hg: * gio/src/unixinputstream.hg: * gio/src/unixmount.hg: * gio/src/unixoutputstream.hg: don't wrap these unix-specific types when building on MS Windows (bug #524126) svn path=/trunk/; revision=643
* Added a TODOMurray Cumming2008-02-211-0/+3
| | | | svn path=/trunk/; revision=615
* Revert the change from José which removed use of _WRAP_CTOR() andMurray Cumming2008-02-211-1/+4
| | | | | | | | | | 2008-02-21 Murray Cumming <murrayc@murrayc.com> * gio/src/desktopappinfo.hg: Revert the change from José which removed use of _WRAP_CTOR() and _WRAP_CREATE(). We really do want to use these so we instantiate derived GTypes. svn path=/trunk/; revision=614
* Made is_hidden() const.Marko Anastasov2008-02-211-1/+1
| | | | | | | | 2008-02-21 Marko Anastasov <marko.anastasov@gmail.com> * gio/src/desktopappinfo.hg: Made is_hidden() const. svn path=/trunk/; revision=613
* Used _WRAP_METHOD instead of _WRAP_CREATE for create() to allow docs fromJosé Alburquerque2008-02-211-4/+1
| | | | | | | | | 2008-02-21 José Alburquerque <jaalburqu@svn.gnome.org> * gio/src/desktopappinfo.hg: Used _WRAP_METHOD instead of _WRAP_CREATE for create() to allow docs from C API to be used svn path=/trunk/; revision=612
* Renamed new_from_file() to create_from_file()José Alburquerque2008-02-211-1/+1
| | | | | | | | | 2008-02-21 José Alburquerque <jaalburqu@svn.gnome.org> * gio/src/desktopappinfo.hg: Renamed new_from_file() to create_from_file() svn path=/trunk/; revision=611
* Added create(), create_from_file() is_hidden() and set_desktop_env() AddedJosé Alburquerque2008-02-211-0/+9
| | | | | | | | | | 2008-02-21 José Alburquerque <jaalburqu@svn.gnome.org> * gio/src/desktopappinfo.hg: Added create(), create_from_file() is_hidden() and set_desktop_env() * tools/m4/convert_gio.m4: Added DesktopAppInfo conversion svn path=/trunk/; revision=610
* Removed a todo regarding DesktopAppInfoLookup. We will not wrap it as itMarko Anastasov2008-02-201-3/+0
| | | | | | | | | | 2008-02-20 Marko Anastasov <marko.anastasov@gmail.com> * gio/src/desktopappinfo.hg: Removed a todo regarding DesktopAppInfoLookup. We will not wrap it as it is an interface that is used by backends. svn path=/trunk/; revision=608
* removed SimpleAsyncResult because I do not believe it is really publicMurray Cumming2008-02-091-0/+2
| | | | | | | | | | | | | 2008-02-09 Murray Cumming, <murrayc@murrayc.com> * gio/giomm.h: * gio/src/Makefile_list_of_hg.am_fragment: * gio/src/simpleasyncresult.ccg: * gio/src/simpleasyncresult.hg: removed SimpleAsyncResult because I do not believe it is really public API. If we are wrong then we can resurrect it from svn later. svn path=/trunk/; revision=592
* Added DesktopAppInfo but not to Makefile_list_of_hg.am_fragment yet (needJosé Alburquerque2008-02-041-0/+43
2008-02-04 José Alburquerque <jaalburqu@svn.gnome.org> * gio/src/desktopappinfo.ccg: * gio/src/desktopappinfo.hg: Added DesktopAppInfo but not to Makefile_list_of_hg.am_fragment yet (need to use gio-unix-2.0.pc to compile correctly) svn path=/trunk/; revision=582