BeagleInformationalMessagesRequest

BeagleInformationalMessagesRequest

Synopsis




                    BeagleInformationalMessagesRequest;
BeagleInformationalMessagesRequest* beagle_informational_messages_request_new
                                                        (void);


Object Hierarchy


  GObject
   +----BeagleRequest
         +----BeagleInformationalMessagesRequest

Signals


  "indexing-status"                                : Run Last

Description

Details

BeagleInformationalMessagesRequest

typedef struct _BeagleInformationalMessagesRequest BeagleInformationalMessagesRequest;


beagle_informational_messages_request_new ()

BeagleInformationalMessagesRequest* beagle_informational_messages_request_new
                                                        (void);

Creates a new BeagleInformationalMessagesRequest message. You will need to connect to the signals on this message for it to be useful.

Returns : a newly created BeagleInformationalMessagesRequest.

Signal Details

The "indexing-status" signal

void                user_function                      (BeagleInformationalMessagesRequest *beagleinformationalmessagesrequest,
                                                        BeagleIndexingStatusResponse       *arg1,
                                                        gpointer                            user_data)                               : Run Last

beagleinformationalmessagesrequest : the object which received the signal.
arg1 :
user_data : user data set when the signal handler was connected.