#include <notepad_commandqueue.h>
Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| void | lock () |
| void | unlock () |
| GMutex * | get_gmutex () |
Definition at line 45 of file notepad_commandqueue.h.
| notepad::Mutex::Mutex | ( | ) | [inline] |
Definition at line 48 of file notepad_commandqueue.h.
| notepad::Mutex::~Mutex | ( | ) | [inline] |
Definition at line 53 of file notepad_commandqueue.h.
| GMutex* notepad::Mutex::get_gmutex | ( | ) | [inline] |
Definition at line 57 of file notepad_commandqueue.h.
| void notepad::Mutex::lock | ( | void | ) | [inline] |
Definition at line 55 of file notepad_commandqueue.h.
Referenced by notepad::MutexLocker::MutexLocker().

| void notepad::Mutex::unlock | ( | void | ) | [inline] |
Definition at line 56 of file notepad_commandqueue.h.
Referenced by notepad::MutexLocker::~MutexLocker().

1.6.2-20100208