mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:10:39 +00:00
filled in various gsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21287 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
15fa68d502
commit
1345d7506d
6 changed files with 550 additions and 79 deletions
|
@ -60,7 +60,7 @@
|
|||
|
||||
static GSServicesManager *manager = nil;
|
||||
|
||||
/*
|
||||
/**
|
||||
* The GSListener class is for talking to other applications.
|
||||
* It is a proxy with some dangerous methods implemented in a
|
||||
* harmless manner to reduce the chances of a malicious app
|
||||
|
@ -156,7 +156,7 @@ NSRegisterServicesProvider(id provider, NSString *name)
|
|||
ASSIGN(providerName, name);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* The GSListener class exists as a proxy to forward messages to
|
||||
* service provider objects. It implements very few methods and
|
||||
* those that it does implement are generally designed to defeat
|
||||
|
@ -407,7 +407,7 @@ NSRegisterServicesProvider(id provider, NSString *name)
|
|||
static NSString *servicesName = @".GNUstepServices";
|
||||
static NSString *disabledName = @".GNUstepDisabled";
|
||||
|
||||
/*
|
||||
/**
|
||||
* Create a new listener for this application.
|
||||
* Uses NSRegisterServicesProvider() to register itsself as a service
|
||||
* provider with the applications name so we can handle incoming
|
||||
|
@ -667,7 +667,7 @@ static NSString *disabledName = @".GNUstepDisabled";
|
|||
return NO;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Use tag in menu item to identify slot in menu titles array that
|
||||
* contains the full title of the service.
|
||||
* Return nil if this is not one of our service menu items.
|
||||
|
@ -958,7 +958,7 @@ static NSString *disabledName = @".GNUstepDisabled";
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Set up connection to listen for incoming service requests.
|
||||
*/
|
||||
- (void) registerAsServiceProvider
|
||||
|
@ -1027,12 +1027,12 @@ static NSString *disabledName = @".GNUstepDisabled";
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Register send and return types that an object can handle - we keep
|
||||
* a note of all the possible combinations -
|
||||
* 'returnInfo' is a set of all the return types that can be handled
|
||||
* without a send.
|
||||
* 'combinations' is a dictionary of all send types, with the assciated
|
||||
* 'combinations' is a dictionary of all send types, with the associated
|
||||
* values being sets of possible return types.
|
||||
*/
|
||||
- (void) registerSendTypes: (NSArray *)sendTypes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue