~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-merge1

« back to all changes in this revision

Viewing changes to services/vmtoolsd/svcSignals.gm

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-12-06 07:45:05 UTC
  • mfrom: (1.1.8 upstream) (2.4.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091206074505-43rp7oejjgp0y2re
Tags: 2009.11.16-210370-1
* Merging upstream version 2009.11.16-210370.
* Moving vmusr plugins from open-vm-tools to open-vm-toolbox (Closes:
  #539282, #557215).
* Correcting plugin location (Closes: #545222, #549044).
* Dropping la files (Closes: #551626).
* Adding open-vm-toolbox lintian overrides.
* Removing test plugin.
* Removing unused plugin symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#
22
22
# Defines the custom GClosure marshal functions for the core services signals.
23
23
#
24
 
# @see vmtoolsApp.h
 
24
# @see plugin.h
25
25
#
26
26
 
27
27
# The "capabilities" signal.
34
34
# Used on Win32 only.
35
35
VOID:POINTER,UINT,UINT
36
36
 
 
37
# The "pre shutdown" signal.
 
38
# Used on Win32 only.
 
39
VOID:POINTER,POINTER
 
40