~ubuntu-branches/ubuntu/precise/glib2.0/precise-updates

« back to all changes in this revision

Viewing changes to glib/gwin32.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-04-16 15:33:44 UTC
  • mfrom: (157.1.1 precise-proposed)
  • Revision ID: package-import@ubuntu.com-20120416153344-iwglbq4i7g8ts0oz
Tags: 2.32.1-0ubuntu2
Add revert_schema_path_warning.patch: Revert
http://git.gnome.org/browse/glib/commit/?id=6560b3. Final freeze is not
the time to start fixing the gsettings paths of all packages. This avoids
tons of spewage from the gsettings trigger during package installation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
 
204
204
/**
205
205
 * g_win32_get_package_installation_directory_of_module:
206
 
 * @hmodule: The Win32 handle for a DLL loaded into the current process, or %NULL
 
206
 * @hmodule: (allow-none): The Win32 handle for a DLL loaded into the current process, or %NULL
207
207
 *
208
208
 * This function tries to determine the installation directory of a
209
209
 * software package based on the location of a DLL of the software
322
322
 
323
323
/**
324
324
 * g_win32_get_package_installation_directory:
325
 
 * @package: You should pass %NULL for this.
326
 
 * @dll_name: The name of a DLL that a package provides in UTF-8, or %NULL.
 
325
 * @package: (allow-none): You should pass %NULL for this.
 
326
 * @dll_name: (allow-none): The name of a DLL that a package provides in UTF-8, or %NULL.
327
327
 *
328
328
 * Try to determine the installation directory for a software package.
329
329
 *
428
428
 
429
429
/**
430
430
 * g_win32_get_package_installation_subdirectory:
431
 
 * @package: You should pass %NULL for this.
432
 
 * @dll_name: The name of a DLL that a package provides, in UTF-8, or %NULL.
 
431
 * @package: (allow-none): You should pass %NULL for this.
 
432
 * @dll_name: (allow-none): The name of a DLL that a package provides, in UTF-8, or %NULL.
433
433
 * @subdir: A subdirectory of the package installation directory, also in UTF-8
434
434
 *
435
435
 * This function is deprecated. Use